> 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/settings.md).

# Settings

The Settings page provides access to a variety of app settings, information, and technical support data.

<figure><img src="/files/tAWhlXO5Nl8B4RYziKRI" alt="" width="563"><figcaption></figcaption></figure>

The items available in the Settings page include:

* **Account Setup**: Provides basic username and account information along with access to contact Accent technical support and view this user guide.

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

* **Incoming Calls:** Allows the user to toggle Push Notifications off/on. Turning Push Notifications off will result in the app not receiving calls while it is in the background.
* **Preferences**: Provides access to a variety of app preferences, these are detailed further in a section below.
* **About**: Show the version level of the installed app.
* **Usage**: Provides calling and usage statistics.
* **Logs:**  Accesses the SIP communication log, this is used by Accent's technical support team.
* **Share with Friends:** Provides quick access to sharing features on social media and email.
* **Reset Application**: Logs the user out and resets all app information, settings, files, and statistics.

### Preferences

<figure><img src="/files/AJb2UGg1e64NyPh0ISzK" alt="" width="563"><figcaption></figcaption></figure>

Items accessible via the Preferences menu include:

* **Ringtones**: Modify the ringtone played for inbound calls.
* **Call Recording**: Specify advanced settings for the recording of calls. This is detailed further in the [Call Recording](/accent-cloud-phone/android/phone-calls.md#recording-a-call) section of this guide.
* **Sound**: Change advanced settings regarding echo suppression, noise suppression, and bluetooth support.
* **Number Rewriting**: This is an advanced feature that should not be modified without the assistance of Accent's technical support team.
* **Network**: Allows the user to modify WiFi network related advanced settings.
* **Call Forwarding**: Toggle on/off forwarding of all calls.
* **Contact Sort Order**: Specify how contacts are sorted in the [Contact List](/accent-cloud-phone/android/contacts.md).
* **Other:** Controls the embedded proximity sensor.
* **Controls**: Advanced headset controls.
* **Do Not Disturb**: Used to define unique Do Not Disturb rules surrounding time/date and specific contacts.
* **Troubleshooting Logs**: Advanced setting which should not be modified.
* **Language**: The only current supported language is English.
* **DNS Lookup:** Enable/disable DNS caching.


---

# 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/settings.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.
