> 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.2.-outbound-calls.md).

# 1.2. Outbound calls

## Outbound call interface

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

### (1) Information filter

* **Duration:** period to filter information
* **Last updated:** the last time the displayed data was updated

### (2) General statistics

* **Total outbound calls:** is the total outbound calls during the reporting period
* **Total answered calls:** is the total outbound calls during the reporting period
* **Failed call rate:** which is the ratio between total missed out calls and total outbound calls
* **Successful call rate:** the percentage of successful calls, which is the ratio between total successful calls and total outbound calls
* **Average Handling Time (AHT, second):** the average processing time of meeting calls which equals to the total processing time of all inbound and outbound calls divided by the total number of successful outbound calls. The processing time for each call equals by the total talk time and after-call work time (excluding the ringing time).
* **Total customers:** the total number of called customers in the corresponding period with a filter of excluding duplicated customers were called over two times
* **Total not-answering-call customers:** the total number of called customers in the corresponding time and all calls are not answered, with a filter of excluding duplicated customers were called many times.

### (3) Detailed call statistics by agent

* **Agent name:** a name of agent who are reported
* **Total outbound calls:** the sum of outbound calls of the agent
* **Successfully connected calls:** number of calls the agent dialed and met the customer (answered calls)
* **Unsuccessfully connected calls:** the number of calls the agent dialed but did not meet the customer (missed calls)
* **Successful call rate:** the percentage between the number of successful connected calls and the total outbound calls of the agent
* **Average Handling Time (second):** the agent average processing time, counting only inbound calls. This value is calculated by the total processing time of each successful call divided by the total inbound calls. The processing time of each successful call equals to the total talk time divided by after-call work time.


---

# 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.2.-outbound-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.
