> 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/neodove-mobile-application/notifications.md).

# Notifications

{% hint style="success" %}
A notification is a **message** or **alert** that informs users about a specific event, update, or activity within a system or application.&#x20;
{% endhint %}

Notifications are designed to **draw attention** to important information, prompting users to take action or simply stay informed about recent events.&#x20;

After **logging in** to your Mobile Applications using your credentials, you'll notice a **'bell icon'** at the top right corner of the screen. This 'bell icon' represents the **Notification panel**, where all the user's activities or events that require notification are **stored**.

***

![](https://lh7-us.googleusercontent.com/-fQCiX07BZ9DSnbC8IohUIut8phiNDFlRcnp94-1cC8WSuurByKCVICHHRH7RCfUJw4mUYB2r5V07D9a6mP6lH90DbxnXb7RGjuDA9mZ9TJkyJTIYEZzAN4H-yYKvEYhtLPMPCG6f5TpaFimH9AW-UY)

Clicking on the bell icon allows you to **access** all the notifications highlighting your tasks.&#x20;

Notifications remain visible for **24 hours** before disappearing. Pending notifications are **highlighted**, ensuring none are missed.

***

<div align="left"><figure><img src="/files/i9p2TxnK3onVcmTCeErV" alt="" width="332"><figcaption></figcaption></figure></div>

{% hint style="success" %}
**Note:** In most cases, all notifications are **clickable**, except for **bulk leads assigned**. You can click on any notification to **access** the lead and proceed to complete your task by making calls and disposing of it.
{% 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://docs.neodove.com/neodove-mobile-application/notifications.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.
