{% extends "modern/base.html" %} {% block title %}Help - BLOOM LIMS{% endblock %} {% block content %}

Navigation

Use the top navigation to move between queue runtime, equipment, reagents, and admin tools.

The Tools menu contains search and bulk container creation.

Authentication

Sign in is handled by AWS Cognito and returns to /auth/callback.

If sign-in fails, check the callback URL and app client configuration for this environment.

Support

{% if gui_meta.support_email %}

Contact support at {{ gui_meta.support_email }}.

{% else %}

Support email is not configured. Set ui.support_email in Bloom config.

{% endif %}

Include browser, URL, timestamp, and relevant EUIDs when reporting issues.

Repository

Source code and issues:

{{ gui_meta.github_repo_url }}

Running: v{{ gui_meta.version }} | {{ gui_meta.branch }} | {{ gui_meta.tag }} | {{ gui_meta.hash }}

{% endblock %}