# Dashboard

Overall Dashboard

The Overall Dashboard provides a clear summary of assistant usage and performance metrics, enabling users to filter and analyze data effectively.

### Filter Options

**1. Filter by Assistant**

* **Default Setting:** Displays the **Top 9 assistants by usage**, with all others grouped under "others."
* **Type:** A **searchable, multi-select dropdown list** for easy assistant selection.

**2. Filter by Date**

* **Default Setting:** Displays data for the last **7 days from today**.
* **Type:** Select a custom **date range** with a start and end date.

### Assistant Performance

<figure><img src="/files/XhVNglHEYFCPEXyswHGs" alt=""><figcaption><p>Assistant Response Count</p></figcaption></figure>

This section visualizes the total response count for each assistant and compares trends over time.

* **Metric:** Responses per assistant (**unit:** responses).
* **Total Responses:** The sum of all responses across all assistants (**unit:** responses).
* **% Difference:**  Index to shows how much a value has increased or decreased compared to an earlier period  (unit: %)
* **Limitation:** The chart can display up to **10 lines**.

### Memorized Response Coverage

<figure><img src="/files/FlCJ0KPzJTPjDQlvTSGV" alt="" width="375"><figcaption><p>Memorized Response Coverage</p></figcaption></figure>

This section shows the proportion of reponses utilizing memorized responses.

* **Memorized Response Coverage:** Memorized Response ratio compared with Total of Responses (**unit:** %).
* **Memorized Response:** Responses that used memorized responses (**unit:** responses).
* **Generated Response:** Response that did not use memorized responses (**unit:** responses).

### KM Coverage'

<figure><img src="/files/JNmZ99LS6KBe0Pj6d7L7" alt="" width="375"><figcaption><p>KM Coverage</p></figcaption></figure>

This section provides insights into response utilizing Knowledge Management (KM) for generating responses.

* **KM Coverage:**  KM Response ratio compared with Total of Generated Responses (**unit:** %)
* **Covered Responses:** Responses that used KM to generate responses (**unit:** responses).
* **Uncovered Responses:** Responses that did not use KM to generate responses (**unit:** responses).


---

# 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.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/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.
