# Collapsible Sidebar

The sidebar on the dashboard enables quick navigation access for the following actions -

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

* **Home** - Quick access to go back to the main page by clicking on the Neurelo logo
* **Project Selector** - Quickly select the project you want to work on. Each project has options for
  * **Dashboard** - Summary of the onboarding progress and widgets for accessing environments and data sources within the project
  * **Definitions** - Go to the definitions section of the project
  * **Environments** - Go to the environments section of the project
  * **Data Sources** - Go to the data sources section of the project
  * **Settings** - Open up the project settings page
* **Docs:** Link to access the Product Documentation (<https://docs.neurelo.com>)
* **Support:** Send us an [email](mailto:support@neurelo.com) or reach us on our [Discord Server](https://discord.com/invite/5VRK8vyFmG) for help
* **Org Selector**
  * Select an Organization to work on the projects in that org
  * Organization settings page
  * Manage membership in the organization
  * Audit Events
* **Collapse/Expand**

  The sidebar opens by default in the expanded mode, but can be collapsed to get more space for the project workspace in your browser. The collapse/expand option will appear once you move your mouse to the sidebar&#x20;

  <figure><img src="/files/2BxDTlwoNbEbupjcgDt2" alt="" width="563"><figcaption><p>Expanded Sidebar (Default)</p></figcaption></figure>

<div align="center"><figure><img src="/files/X5zrcptNFUMPVZolL1xv" alt="" width="563"><figcaption><p>Collapsed Sidebar</p></figcaption></figure></div>


---

# Agent Instructions: 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://docs.neurelo.com/getting-started/dashboard/collapsible-sidebar.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.
