> For the complete documentation index, see [llms.txt](https://docs.neodove.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neodove.com/product-updates/august-2023/browser-notification-for-incoming-call-for-voip.md).

# Browser notification for incoming call for VOIP

In cases where the user might not be wearing his/her headphone and also not on the NeoDove tab, it would be difficult to know that you have an incoming call from our Cloud Telephony VOIP service which allows you to make outbound and receive inbound calls on your PC itself without a need of a phone.&#x20;

To solve this problem, we have come up with an update where now if you receive an incoming call, a browser notification will be sent to your operating system so wherever you are on your desktop, you never miss an incoming call.&#x20;

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

{% hint style="info" %}
For this functionality to work, please make sure that the Notification access is provided to NeoDove on your browser. If you initially did not give the Notification permission to NeoDove and would like to change it now, then follow the steps in this guide (<https://support.google.com/chrome/answer/114662?hl=en&co=GENIE.Platform%3DDesktop>)
{% endhint %}

<br>


---

# 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://docs.neodove.com/product-updates/august-2023/browser-notification-for-incoming-call-for-voip.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.
