> For the complete documentation index, see [llms.txt](https://support.sayprimer.com/primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.sayprimer.com/primer/managing-your-account/notification-center.md).

# Notification Center

To help you stay on top of important updates, we’ve designed a notification system that keeps you informed about:&#x20;

1. Errors you need to act on
2. Updates on your audience (when its synced for the first time)

Keep these points in mind to manage your notifications:

* Only one email address gets notifications
* If you want emails to go to multiple people, please create an email group/alias

### Managing Notifications

Email notifications are now automatically sent to all users with the **Admin** role in your organization.

This ensures that all relevant stakeholders stay informed without requiring manual selection of a primary email.

If an admin is removed from the organization, they will no longer receive notifications. Notifications will continue to be sent to the remaining admins.

### Notification Types

When you sync a new audience, you’ll receive a daily summary via email. This digest will include important details such as:

* Total audience size
* Matched audience size
* Progress updates
* Estimated completion times for matching

<div align="center"><figure><img src="/files/tJfV9S4Cib7HpCXk2sLr" alt="" width="375"><figcaption></figcaption></figure></div>

\
You’ll also receive notifications for issues that require your attention. This means you’ll be notified about errors that you can fix, like expired auth tokens for integrations. <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://support.sayprimer.com/primer/managing-your-account/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.
