# Chat Reports

**Chat Reports** allow you to monitor your agents’ performance and track statistics for chats coming through WhatsApp. From this page, you can view metrics such as waiting times, tag distribution, peak hours, and also download detailed reports.

#### Accessing the Page

* Go to **Chat > Chat Reports** from the left menu.
* By default, data from the **last 30 days** is displayed.
* Use the **date filter** at the top right to select a different range.
* At the top left, you can select a WhatsApp account:
  * If only one WABA integration exists, no selection is required.
  * If multiple WABAs exist, the data of the first added account is shown by default.

**Note:** All data is filtered based on the selected date range.\ <br>

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

#### Page Summary

For the selected date range, the following are displayed:

* **Total Number of Chats** (resolved + unresolved).
  * Chats reactivated from the archive increase the total.
  * Transferring chats between agents does not increase the total.
  * Chats answered by AI are not included.
* **Average Waiting Time**
* **Most Requested Topic**
* **Peak Day**
* **Peak Hour** (based on chats in the selected date range).\ <br>

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

#### Details

**Chat Volume Table**

* Shows the number of chats received per day.
* **Note:** When calculating the average, days with no chats are also included.
* If a customer has 2 sessions, both sessions are counted separately.\ <br>

  <figure><img src="/files/5E56vMXgWcppdXOy43XM" alt=""><figcaption></figcaption></figure>

**Waiting Time**

* Displays the daily average time customers wait before being transferred to an agent.
* AI interactions are excluded.
* Format example: `1D 18H 12M 37S`.\ <br>

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

**Reason Report**

* Shows how many times each topic was selected, listed in descending order.
* **Note:** If a user changes the selected topic, the previous one will no longer appear in the statistics.\ <br>

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

**Tag Report**

* Displays the frequency of tags applied to chats.
* **Note:** If a tag is removed from a chat, reports update dynamically (including downloaded reports).

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

**Peak Hours**

* Shows days of the week (vertical) vs. 24 hours of the day (horizontal).
* A color scale indicates density (darker = more chats).
* **Note:** This report is displayed on a weekly basis.\ <br>

  <figure><img src="/files/GKRGIw0dmOcxsZXQrt9q" 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://whatsapp.desk360.com/chat/chat-reports.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.
