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

# Navigation pane

The navigation pane is on the left side of the home view. It gives access to Boomerang functions and pages.

### Collapse and expand

Click the minimize/maximize icon <img src="/files/PnodqiEYbId4Hc7KkJBD" alt="" data-size="line"> to collapse the pane.

Click it again to expand it.

{% columns %}
{% column %}

<figure><img src="/files/LnPbUrD9ieq5sU3bCv80" alt="" width="185"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/Jb6NnzxXWfa5kaPsonvt" alt="" width="63"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Menu items

The navigation pane items are described in these sections:

* [Dashboard](/boomerang-3-user-manual/dashboard.md)
* [Automatic Reports](/boomerang-3-user-manual/automatic_reports.md)
* [Multiple Object Reports](/boomerang-3-user-manual/multiple-object-reports.md)
* [Documents](/boomerang-3-user-manual/documents.md)
* [Support](/boomerang-3-user-manual/support.md)

{% hint style="info" %}
Menu items depend on your user rights. Some items are only visible for administrators.
{% endhint %}

### Admin menu

The **Admin** menu is only available to administrators.

See the admin manual:

* [Admin manual](https://help.boomerang3.com/boomerang-3-domain-administrator-manual/)
* [Admin menu](/boomerang-3-domain-administrator-manual/admin.md)


---

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