> For the complete documentation index, see [llms.txt](https://docs.omics.ai/products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omics.ai/products/publisher/settings/changing-notification-preferences.md).

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