> For the complete documentation index, see [llms.txt](https://help.stringeex.com/stringeex-tong-dai-cham-soc-and-quan-ly-khach-hang/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stringeex.com/stringeex-tong-dai-cham-soc-and-quan-ly-khach-hang/en/ii.-system-features/6.-reports/6.1-statistical-reports/6.1.2-chat/agents-chat-performance.md).

# Agent's chat performance

## Chat performance interface

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

### (1) Information filter

* **Agent:** filter by agent information. This field can select multiple options at the same time. By default, all agents will be listed.&#x20;
* **Time:** filter by time period for statistics&#x20;
* **Queue:** filter by chat receiving queue information. This field can select multiple options at the same time for all queues as the default
* **Export data:** export filtered information (after pressing search and the interface returns results). Data file in excel format.

### (2) Chat performance statistic results table

* **Agent name:** the name of the filtered agent&#x20;
* **Incoming chats:** number of incoming chats. Note that this parameter is different from the number of chats on the system. For example, the chat goes to agent A, A does not respond, so the chat continues to flow to agent B, B receives the chat and replies, in this case the chat number arrives of A is 1, the number of incoming chats of B is 1&#x20;
* **Number of replies:** the number of incoming chats received by the agent during the chat time&#x20;
* **Average reply rate (seconds):** average waiting time of received chats. Waiting time of a received chat from the moment the chat is queued to when the agent takes over&#x20;
* **Average response time (seconds):** average chat time of agents with customers, only on received chats. The time to respond to each chat is counted from the time the customer and the agent start chatting with each other until the chat ends.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.stringeex.com/stringeex-tong-dai-cham-soc-and-quan-ly-khach-hang/en/ii.-system-features/6.-reports/6.1-statistical-reports/6.1.2-chat/agents-chat-performance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
