# Notification Module

The notifications module allows you to read and manage all the notifications within the CRM. It helps you stay informed about important updates and requests that require your attention.

1. To access the notifications module, click the "Notifications" icon. <br>

   <figure><img src="/files/ZYMmagq7EFbylW1nsEH1" alt=""><figcaption></figcaption></figure>
2. From there, you can view the list of notifications along with their timestamps. <br>

   <figure><img src="/files/zGr6TwoX6tF9i80kTfAD" alt=""><figcaption></figcaption></figure>
3. Unread notifications will be highlighted, and you can click "Show Unread" to focus on those. <br>

   <figure><img src="/files/KXohUuDKefT4N5kq4s4i" alt=""><figcaption></figcaption></figure>
4. To read a notification, simply click on it. <br>

   <figure><img src="/files/pcwDC1WxNDJzErzrb453" alt=""><figcaption></figcaption></figure>
5. You can enable or disable popup notifications by clicking the "Popup alert" icon. <br>

   <figure><img src="/files/hfbSJ03JZ1KmVpjcfH0H" alt=""><figcaption></figcaption></figure>
6. Enabling popup notifications will display all notifications as popups on the bottom right side of the CRM interface.<br>

   <figure><img src="/files/fuEwjlSJHvPYBpCzrM5i" alt=""><figcaption></figcaption></figure>
7. Additionally, you can access historical notification data by clicking "Historical Data."<br>

   <figure><img src="/files/6uUtsLqRNSweoTy2mOSV" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://reference-guide.gitbook.io/crm-back-office-user-guide-full/18.-other-functionalities/notification-module.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
