# Main Dashboard

After signing in to Proto you will land on the main dashboard. Here you can chat with [Proto AI](/docs/getting-started/proto-ai.md) to learn how to use the platform.

***

## Toolbar

On the left side of the viewport is the toolbar, with buttons for:

* **Expand/collapse toolbar**
* **Main dashboard**
* [**Inbox**](/docs/modules/inbox.md)
* [**AI Agents**](/docs/modules/ai-agents.md)
* [**Livechats**](/docs/modules/livechats.md)
* [**Tickets**](/docs/modules/tickets.md)
* [**People**](/docs/modules/people.md)
* [**Analytics**](/docs/modules/analytics.md)

At the bottom are account-related options:

* The number of [**interactions**](/docs/getting-started/interactions.md) remaining in the current month. Select to purchase more.
* The current [**teamspace**](/docs/settings/teamspaces.md) being viewed. Select to change teamspaces if two or more exist.
* Your **user name** and online status. Select to open the profile menu where you can:
  * Toggle [online status](/docs/settings/user-account/online-status.md) between **online** and **away**, affecting your new [conversation assignments](/docs/settings/teamspaces/chat-assignment.md) when functioning as a live agent.
  * Toggle between **light**, **dark**, and **system** colour themes.
  * Go to **Workspace Settings**.
  * Go to **Account Settings**.
  * **Change Workspace** if your user account is linked to more than one.
  * **Sign Out.**


---

# 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://documentation.proto.cx/docs/getting-started/main-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.
