> For the complete documentation index, see [llms.txt](https://helpdesk.getfly.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.getfly.vn/app/user-guide/customer-care/call-center.md).

# Call Center

## 1. Benefits of Using the Call Center Module on thr App

Detailed Call Reports: The system provides detailed reports on call logs, including related customer information, assigned account manager (if any), call time and duration, and call ratings. This allows effective classification and handling of customer interactions.

Quick Actions: Instantly create tasks, add new customers, or contacts directly from the call information.

Enhanced Customer Service & Sales Performance: Help your team deliver faster support, follow up more effectively, and improve conversion rates.

Mobile Access: Access and manage call-related features anytime, anywhere using only your mobile device and no desktop required.

## 2. Permissions

To use the Call Center feature in the mobile app, the following permissions must be enabled in the web-based system (PC version):

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

**Access:** Allows access to the Call Center module.

**Add:** Allows users to initiate or log new calls.

**Edit:** Allows adding notes and details to calls.

**Delete:** Allows call logs to be removed.

**Approval:** Allows rating calls using stars.

**View All:** Grants visibility to all call logs in the system.

## 3. Call Management

### 3.1 Viewing Call Statistics

To access the Call Center section, go to the Extened Tab → Customer Care → Call Center.

You will see aggregated metrics, including:

* Total incoming calls
* Total duraiion of incoming calls
* Total missed incoming calls
* Total outgoing calls
* Total duration of outgoing calls
* Total missed outgoing calls

**Note:** The default time filter is set to "Today."

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

**Call Status:** Calls are categorized into "Ended" and "Missed."

<figure><img src="/files/1z8s9YXIlnuNO0JnGcqm" alt=""><figcaption></figcaption></figure>

**Call Types:** Incoming and Outgoing Calls.

<figure><img src="/files/2mwJqIe3HZOpHQ8aCwa0" alt=""><figcaption></figcaption></figure>

### 3.2 Searching Call Logs

To find specific call data, tap the Search icon at the top-right corner of the screen.

You can quickly search for calls by entering a customer name or phone number in the Search field.

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

Additionally, you can also filter calls by:

* Time
* Employee
* Unknown Numbers
* Star Rating
* Call Status
* Account Manager

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

Multiple filters can be applied simultaneously. Selected filters are highlighted in blue for clarity.

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

## 4. Other Actions

### 4.1 View Call Details

Tap on any call to view detailed information, including:

* Customer Care Representative
* Call time & duration
* Star Rating
* Notes/Comments
* Audio playback of the recorded call (if available)

<figure><img src="/files/6gSLoK1KhW2cfI7BfFPR" alt=""><figcaption></figcaption></figure>

### 4.2 Add a New Call

To manually log a call, tap Add New button on the Call List screen.

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

On the New Call Interface:

* **Delete Call:** Remove the call you are currently adding.
* **Add Another Call:** Open a new entry field for multiple calls.
* **Save All:** Save all entered call records.

### 4.3 Delete a Call

To delete a specific call log, tap the Three- dot Menu → Select Delete.

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


---

# 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://helpdesk.getfly.vn/app/user-guide/customer-care/call-center.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.
