> 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/iii.-mobile-app/ios-app/5.-call-history.md).

# 5. Call history

At the "History" screen, the user will see the entire call history (calling out, calling in) that has been made on the app.

**Note:** *Call history is recorded at the time of the most recent app login. If you log out of the app, the call history will also be deleted.*

<figure><img src="/files/piplUtfXBPx2EQvW3yZ1" alt="" width="332"><figcaption><p>Image 1: Call history</p></figcaption></figure>

## View call details

When selecting and opening a call, the user can view the details of that call including: call type (outbound, incoming call), time of call, call duration.

<figure><img src="/files/yE66xLP6JYpOrbkWLBlY" alt="" width="332"><figcaption><p>Image 2: Call details</p></figcaption></figure>

* **Change interface:** The system will switch to the default contact interface on IOS.

<figure><img src="/files/MEQi2CzJ8VUXvkUH9rVG" alt="" width="332"><figcaption><p>Hình 3: Transfer interface</p></figcaption></figure>

* **Message:** Send a text message for Customers.

<figure><img src="/files/mxHInwxhiKP6RuLRsQ76" alt="" width="332"><figcaption><p>Image 4: Send a message</p></figcaption></figure>

* **Make a call:** make a call to the contact.

&#x20;     **- If it is a Customer contact:** the system automatically selects call out mode.

&#x20;     **- If it's an internal contact:** the system automatically selects free voice call mode.

<figure><img src="/files/1VJCEm7ozbjGQfSaL4n5" alt="" width="332"><figcaption><p>Hình 5: Gọi điện</p></figcaption></figure>

## Delete a call

The user selects the "Edit" option and then deletes the call.

<figure><img src="/files/Y1OR9Kv3yE2zCBclG8Kz" alt="" width="332"><figcaption><p>Image 6: Delete a contact</p></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://help.stringeex.com/stringeex-tong-dai-cham-soc-and-quan-ly-khach-hang/en/iii.-mobile-app/ios-app/5.-call-history.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.
