> 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.md).

# Dashboard

After login, the **Dashboard** opens.

If you open another view, click the Dashboard icon <img src="/files/L51YVXtvzqqz6PkUzNQ4" alt="" data-size="line"> in the navigation pane to return here.

### What you can do on the Dashboard

* Navigate the organisation structure (system group → division → group → object).
* See active alarms per group.
* Open object views and work with measuring points.
* Jump to common actions using the dashboard buttons.

<figure><img src="/files/ZsZrNRyPUvRq6huefrPe" alt=""><figcaption></figcaption></figure>

### Dashboard details

Use these pages for the individual UI elements and actions:

* [System structure](/boomerang-3-user-manual/dashboard/system_structure.md)
* [Dashboard elements](/boomerang-3-user-manual/dashboard/dashboard_elements.md)
* [Dashboard buttons](/boomerang-3-user-manual/dashboard/dashboard-buttons.md)
* [Language selection](/boomerang-3-user-manual/dashboard/language_selection.md)
* [Profile settings](/boomerang-3-user-manual/dashboard/profile-settings.md)
* [Object view](/boomerang-3-user-manual/dashboard/object_view.md)
* [Alarms and warnings handling](/boomerang-3-user-manual/dashboard/alarms_and_warnings.md)

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

If something is missing, check your scope and role.
{% endhint %}


---

# 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.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.
