> 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/tips-and-tricks/cloud-phone-tips-and-tricks.md).

# Cloud Phone Tips and Tricks

## Tip #1 - How do you disable inbound calls?

To disable ALL inbound calls, go into settings -> incoming calls and change from push notifications to "Off".

<figure><img src="/files/duDdomRfgQYF6m7VunZ5" alt=""><figcaption><p>Click 'Settings' -> Incoming Calls -> Toggle to 'Off' -> Settings -> Done</p></figcaption></figure>

To re-enable receiving calls again, Click Settings -> Incoming Calls -> Push Notifications -> Settings - Done.

## Tip #2 - Do Not Disturb

You can also disable calls for a period of time using the Do Not Disturb (DND) function. The feature silently rejects calls to your mobile device but still shows the call as missed so you will get a notification that a call was attempted when you open the app again.&#x20;

To activate this feature, tap "Accent" in the upper left corner, then toggle Do Not Disturb on or off. You will see an indication icon on Accent when the feature is turned on.

<figure><img src="/files/r54cJtVnv87zRqIdR0sH" alt=""><figcaption><p>To enable DND, Tap "Accent", then toggle Do Not Disturb On or Off. You'll see DND over the Accent name when the feature is enabled.</p></figcaption></figure>

## Tip #3 - Enhanced Mic and Speaker Volume Boost

If you are on an active call and need to increase either your Mic volume or Speaker volume past what your device will allow you to, you can swipe the screen to the left to reveal a Mic and Speaker gain control slider. Increasing the sliders will increase your Mic or Speaker volume, decreasing your volume will decrease the Mic or Speaker volume.

<figure><img src="/files/m8ePuvK1K57VIksAwWO6" alt=""><figcaption><p>Swiping to the left while you are on a call will allow you to toggle the Volume Boost for your current call. You will also see enhanced stats of your current call in the way of Packet Loss and Jitter for network troubleshooting.</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://guides.accentvoice.com/accent-cloud-phone/tips-and-tricks/cloud-phone-tips-and-tricks.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.
