# Dashboard

### Overview

Once you are successfully logged in, you are directed to the dashboard of the Admin panel. The dashboard provides a comprehensive overview of the system or application's key metrics and performance indicators. It typically includes graphical representations such as:

* Charts
* Graphs
* Tables

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

Dashboard mainly looks like this:

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

Here you can see the details like:

1. **Total Sales**: This shows the total sales made by the organization.
2. **Total Calls**: This shows the total number of calls made by the organization.
3. **Total Productive Calls**: This shows the total number of calls that resulted in a successful outcome.
4. **Total Attendance**: This shows the total attendance of employees in the organization.
5. **Historical Sales Chart**: This is a chart that shows the sales history of the organization over time.
6. **Products-Months**: This chart shows the number of products sold by the organization each month.
7. **Top 5 Cities-Month**: This chart shows the top 5 cities where the organization's sales were the highest each month.
8. **Top 5 States-Month**: This chart shows the top 5 states where the organization's sales were the highest each month.
9. **Live Orders**: This shows the current orders that are being processed in real-time.


---

# 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.7sales.7system.in/7salesdocs/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.
