> For the complete documentation index, see [llms.txt](https://docs.didomi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didomi.io/advanced-compliance-monitoring-acm/acm-notifications/notification-center.md).

# Notification center

The notification center enables your organization to receive real-time alerts and updates for Advanced Compliance Monitoring (ACM) directly in the Didomi console. In this article, we will cover:

* [View notifications](#view-notifications)
* [Notification center filters](#notification-center-filters)
* [Configure notifications](#configure-notifications)

***

### View notifications

To view the most recent notifications posted to your organization's notification center, click the **Bell** icon in the header of the Didomi console.&#x20;

<figure><img src="/files/heBVr4ql9IYNj3fMhtfm" alt="" width="563"><figcaption></figcaption></figure>

The subsequent right-hand panel will list the five most recent notifications that Didomi has delivered. Click any notification on the list and click **View Report** to view the compliance report for which the notification was generated.&#x20;

{% hint style="warning" %}
**Note**: Once a notification is selected it will be marked as **Read** regardless of whether you view the report or not.&#x20;
{% endhint %}

<figure><img src="/files/BzzYVj8CZLKWzKWqqFET" alt="" width="375"><figcaption></figcaption></figure>

Alternatively, your organization can view all read and unread notifications in the notification center by clicking **View all notifications** in the right-hand panel.&#x20;

<figure><img src="/files/pSPeeGaaaa0Xb0BNf0PB" alt="" width="375"><figcaption></figcaption></figure>

From the notification center page your organization can filter, read, and view compliance reports for all notifications in your notification center.

{% hint style="warning" %}
**Note**: Once an unread notification is selected it will be marked as **Read** regardless of whether you view the report or not.&#x20;
{% endhint %}

<figure><img src="/files/ytSpU3JcBjts5AhyOYLD" alt="" width="563"><figcaption></figcaption></figure>

### Notification center filters

The notification center page allows your organization to filter the notifications in your notification center by:

<table><thead><tr><th width="161">Filter</th><th>Description</th></tr></thead><tbody><tr><td>Read status</td><td>Filters notifications by whether they are read or unread</td></tr><tr><td>Product</td><td>Filters notifications by a specific Didomi product. Currently the notification center only supports Advanced Compliance Monitoring (ACM)</td></tr><tr><td>Time</td><td><p>Filters notifications by when they were generated. Current periodizations include:</p><ul><li>Today</li><li>Last 7 days</li><li>Last 30 days</li><li>Last 3 months</li></ul></td></tr></tbody></table>

<figure><img src="/files/oRxHIBKmfdnekGZpibHL" alt="" width="563"><figcaption></figcaption></figure>

### Configure notifications

The notification center enables your organization to customize which notifications you wish to be alerted about in the Didomi console. To configure notifications, click **Notification settings** from the notification right-hand panel.

<figure><img src="/files/mPXIDOyFxIIuEcluFL1K" alt="" width="375"><figcaption></figcaption></figure>

Alternatively, your organization can navigate to the notification configuration page by selecting the :gear:icon on the notification center page.&#x20;

<figure><img src="/files/joctmI6uKTSdbQ8lCz2P" alt="" width="563"><figcaption></figcaption></figure>

From the notification center setting page, your organization can toggle the available ACM notifications that can be sent to the notification center. ACM notifications that can be enabled or deactivated include:

<table><thead><tr><th width="240">Notification</th><th>Description</th></tr></thead><tbody><tr><td>New report available</td><td>Notification for when a new compliance report has been generated and is ready to view</td></tr><tr><td>Website discovery complete</td><td><p>Notification for when the full-website discovery is finished and a scan can be performed.</p><div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p><strong>Note</strong>: Available for XL Scans only</p></div></td></tr><tr><td>New vendor detected</td><td>Notification for when a new third-party vendor is detected on property </td></tr><tr><td>New tracker detected</td><td>Notification for when a new tracking technology is detected on property </td></tr><tr><td>Unconsented tracked detected</td><td>Notification for when trackers are discovered operating on your property without the proper end-user consent</td></tr><tr><td>Compliance score decrease</td><td>Notification for when the compliance score for a property drops beyond the specified threshold</td></tr></tbody></table>

<figure><img src="/files/NFJk1pmxPruj4ZfxLRxi" alt=""><figcaption></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://docs.didomi.io/advanced-compliance-monitoring-acm/acm-notifications/notification-center.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.
