> For the complete documentation index, see [llms.txt](https://guides.accentvoice.com/accent-cloud-phone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.accentvoice.com/accent-cloud-phone/android/history.md).

# History

The History page provides a historical record of all calling which has taken place within the app. This includes calls made, received, and missed. &#x20;

{% hint style="info" %}
Calls made via your desk phone or any of Accent's other apps will NOT appear within the History page on this app.
{% endhint %}

### Call History List

The History page lists all calls chronologically and will group calls involving the same contact/number.  &#x20;

The Filter List near the top of the page will allow you to quickly filter between All Calls, Missed Calls, or calls that have a recording associated with them.

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

{% hint style="info" %}
You may remove an entry from the Call History list via the **EDIT** button at the top of the page. History listings removed by a user can **NOT** be retrieved by Accent once removed.
{% endhint %}

### Call Details

To view the details of an individual call, simply tap the Call Details icon.  The Call Details page provides further information about a call and allows you to listen to and manage any call recordings associated with the call.

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

### Recorded Call Options

Additional options available for a recorded call are:

* **Delete:** Delete the call recording from the device.
* **Share:** Share the recording via the embedded iOS sharing features.
* **Prevent auto-delete:** Locks/Unlocks the ability to delete the recording.

Additionally, the **EDIT** button will allow the deletion of the recorded call as well.

{% hint style="warning" %}
Calls recorded via the app's embedded recording feature are not synchronized or stored to Accent's cloud or the user's cloud phone system account.  Any call recorded via this feature will only be stored on the user's local device storage. Once the recording is deleted it can **NOT** be retrieved via Accent.
{% endhint %}


---

# 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://guides.accentvoice.com/accent-cloud-phone/android/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.
