> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-user-manual/dashboard/dashboard_elements.md).

# Dashboard elements

The Dashboard contains the UI elements shown below.

The numbered callouts match the list.

{% hint style="info" %}
What you see on the Dashboard depends on your rights and selected scope.
{% endhint %}

<figure><img src="/files/4brKiZDiTiV0jJIeO0Kw" alt="Dashboard with numbered callouts"><figcaption><p>Dashboard elements (callouts 1–14)</p></figcaption></figure>

1. [Navigation pane](/boomerang-3-user-manual/navigation_pane.md).
2. Navigation pane minimize/maximize button.
3. [Language selection](/boomerang-3-user-manual/dashboard/language_selection.md).
4. User menu: your name, [Profile settings](/boomerang-3-user-manual/dashboard/profile-settings.md), and [Logout](/boomerang-3-user-manual/login/logout_and_automatic_logout.md).
5. [Measuring Points button](/boomerang-3-user-manual/dashboard/dashboard-buttons/measuring-points-button.md).
6. [Control Points button](/boomerang-3-user-manual/dashboard/dashboard-buttons/control-points-button.md).
7. [System Status button](/boomerang-3-user-manual/dashboard/dashboard-buttons/system-status-button.md).
   * Green: no active system alarms.
   * Red: at least one active system alarm.
   * Click to open the system alarm list.
8. Organisation structure tree (see [System structure](/boomerang-3-user-manual/dashboard/system_structure.md)). Click an item to unfold lower levels. Active alarm counts show on the right of each group row.
9. [Show technical Objects switch](/boomerang-3-user-manual/dashboard/object_view/show-technical-objects-switch.md).
10. [Show removed Objects switch](/boomerang-3-user-manual/dashboard/object_view/show-removed-objects-switch.md).
11. [Search](/boomerang-3-user-manual/common_elements/search.md) filters the organisation list by name. Results appear after you enter 2+ characters. Click **Clear** to reset.
12. [Time range selection](/boomerang-3-user-manual/common_elements/time-range-selection.md). Default is 7 days.
13. Alarm counters showing the number of active alarms per group (right side of each group row). See [Alarm presentation](/boomerang-3-user-manual/dashboard/alarms_and_warnings/alarm-presentation.md).
14. Context help.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.boomerang3.com/boomerang-3-user-manual/dashboard/dashboard_elements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
