# Setting Notification Preferences

[Publisher's](https://github.com/DNAstack/dnastack-product-docs/blob/main/docs/publisher/settings/broken-reference/README.md) notification system helps administrators stay informed about important changes and activities. Each administrator can customize their own notification preferences to receive alerts about specific events.

## Available Notifications

Publisher offers three types of email notifications:

### Access Request Notifications

Receive alerts when users request access to collections with controlled [access policies](/products/publisher/access-policies.md). These notifications help you:

* Respond promptly to access requests
* Track who is interested in your data
* Manage permissions efficiently

### Collection Change Notifications

Stay informed about modifications to [collections](/products/publisher/collections.md), including:

* Filter definition changes
* New files or tables added
* Content removed from the Library
* Updates made by other administrators

### Data Source Notifications

Monitor changes to [data source](/products/publisher/data-sources.md) configurations, including:

* New data sources added
* Existing sources modified
* Data sources removed
* Configuration updates

## Setting Your Preferences

To customize your notification settings:

1. Access the Settings page through the left sidebar
2. Navigate to the Email Notifications tab
3. Use the toggle switches to enable or disable specific notifications

{% hint style="info" %}
Remember that notification preferences are personal - your settings only affect your account and won't impact other administrators' notifications.
{% endhint %}


---

# 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://docs.omics.ai/products/publisher/settings/changing-notification-preferences.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.
