{% extends "modern/base.html" %} {% block title %}Help - BLOOM LIMS{% endblock %} {% block content %}
Quick reference for navigation, authentication, and support.
Use the top navigation to move between assays, workflows, equipment, reagents, and admin tools.
The Tools menu contains search and bulk container creation.
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.
Contact support at {{ gui_meta.support_email }}.
{% else %}Support email is not configured. Set ui.support_email in Bloom config.
Include browser, URL, timestamp, and relevant EUIDs when reporting issues.
Source code and issues:
{{ gui_meta.github_repo_url }}
Running: v{{ gui_meta.version }} | {{ gui_meta.branch }} | {{ gui_meta.tag }} | {{ gui_meta.hash }}