> 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/1.-dashboard/1.1.-inbound-calls.md).

# 1.1. Inbound calls

## Inbound calls interface

<figure><img src="/files/8BtShUWKScF5Ej8VDt9w" alt=""><figcaption></figcaption></figure>

### (1) Information filter

* **Duration:** period to filter information
* **Queue:** filter statistics by specified queue

### (2) General statistics

* **Total in-queue calls:** total calls to the hotline in the contact center
* **Total inbound calls routed to queues:** The data include all queued calls, including calls received by the agent, distributed calls to an agent without any calls, or non-distributed calls to the agent (All agents in the queue are busy, so the call stays in the queue without being distributed to an agent)
* **Total answered calls:** is the total number of calls that entered the queue, was distributed and received by the agent
* **Missed call rate:** ratio of total missed calls to total in-queue calls

### (3) Detailed call statistics by agent

* **Total call distributed times:** the total number of times the system distributed calls to the agents.

Note: Total call distributed times are different from the number of calls. A call will have multiple rings for different agents to ensure the highest meeting rate. Therefore, the Total call distributed times (sum of all agents) will be greater than or equal to the total number of calls to the queue.

* **Times of answering calls:** The total number of times the agent received the inbound call by the system. The number of answers may be less than or equal to the number of inbound calls
* **Times of refusing calls: T**he number of times the agent was distributed a call by the system but the agent did not pick up the phone (including the case when the agent refused and the customer hung up first)
* **Average handling time (second):** average call time of an agent

### (4) Visual charts

The table generally monitors the queue availability (receiving incoming calls) in the system.


---

# 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/1.-dashboard/1.1.-inbound-calls.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.
