# Dashboard

The Dashboard acts as the overview page of the account area. It summarizes recent activity and provides quick entry points to important account actions.

From here, customers can quickly view their most recent orders, pending quotes, or approval requests, depending on the business configuration. The dashboard is designed to help users immediately understand the status of their purchasing activities and navigate directly to relevant sections without browsing through the full account menu.

At the top of the dashboard, you have quick access to the Frontend Agent for questions about your account, creating returns and others.

The top bar also includes actions for **site**, **language**, and **currency** selection, so users can quickly adjust their shopping context.\
If a user is assigned to more than one company, a **company switcher** is displayed in the same area to let them select the company they are currently acting on behalf of.

<figure><img src="/files/WQNzITqjbVrMY80IIfub" alt=""><figcaption><p>User dashboard with widgets, notifications, and navigation menu</p></figcaption></figure>

For more details related to specific dashboard features, go to:

* [Order History](/frontend/customer-account/dashboard-overview/order-history.md)
* [Quotes](/frontend/customer-account/dashboard-overview/quotes.md)
* [Returns and Claims](/frontend/customer-account/dashboard-overview/returns-and-claims.md)
* [Emporix Frontend Agent](/frontend/customer-account/emporix-ai-agent.md)


---

# 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://developer.emporix.io/frontend/customer-account/dashboard-overview.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.
