# Dashboard

**Zipy provides an out of box analytics dashboard with two primary sections.**&#x20;

1. Error Metrics&#x20;
2. Usage Metrics &#x20;

**The error dashboard contains the following charts**&#x20;

1. Error Trend&#x20;
2. Errors by Category&#x20;
3. Errors by URL
4. Top API Errors&#x20;
5. Errors by Customers (Identify should be implemented for this chart). See Documentation. &#x20;
6. Errors by Users (Identify should be implemented for this chart). See Documentation. &#x20;
7. Errors by Types&#x20;
8. Errors by Browsers&#x20;
9. Frontend Error Distribution&#x20;
10. API Error Distribution&#x20;

<figure><img src="/files/4QoBo77Z7ZNGUpgebmdz" alt=""><figcaption></figcaption></figure>

**The usage metrics contain the following charts**&#x20;

1. DAU/WAU/MAU &#x20;
2. User Sessions by Customers&#x20;
3. User Sessions Trend Line&#x20;
4. User Sessions by Location&#x20;
5. User Sessions by Browser&#x20;

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


---

# 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.zipy.ai/product-features/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.
