> For the complete documentation index, see [llms.txt](https://help.reekolect.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/notifications.md).

# Notifications

If you navigate to the "Notifications" section in the side bar, You will find that there are two tabs. In one tab, You can se your notifications and in other you can manage your notifications settings. Here is what is means

### Notification Settings

As of now there are following types of Notifications are being sent.\\

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

<table><thead><tr><th width="138">Type</th><th width="207">Description</th><th>Settings</th></tr></thead><tbody><tr><td>User Message</td><td>Whenever end user send any message through chatbot</td><td>Receive Notifications - Who will receive the notifications. Only the person whom chat is assigned or all team members<br>Desktop Notifications - Enable/disable the desktop notification while web app is opened.<br>Mobile Push Notifications - Enable/disable the mobile push notification while mobile app is installed and opened.</td></tr><tr><td>Live Chat Request</td><td>Whenever end user requests for the live chat</td><td>Desktop Notifications - Enable/disable the desktop notification while web app is opened.<br>Mobile Push Notifications - Enable/disable the mobile push notification while mobile app is installed and opened.</td></tr><tr><td>New Lead</td><td>Whenever any new lead has captured by Bot</td><td>Desktop Notifications - Enable/disable the desktop notification while web app is opened.<br>Mobile Push Notifications - Enable/disable the mobile push notification while mobile app is installed and opened.</td></tr></tbody></table>


---

# 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://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/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.
