> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/en/notifications/notifications-preferences.md).

# Manage notification preferences

Notification preferences are accessible from the notifications center > tab **Settings** (`/settings`).

The user can control their notifications at two levels: by domain and by notification type.

## Domain level

11 available domains, each with independent toggles for **email** and **mobile** :

| Domain             | Notification examples                                                   |
| ------------------ | ----------------------------------------------------------------------- |
| **Posts**          | New post, comment, like, mention, draft sharing, section inactivity     |
| **Messaging**      | Group messages, private messages, emoji reactions                       |
| **Jobs**           | New offers, applications, status changes, HR role assignment            |
| **Docs**           | New document, signature request, signature received                     |
| **Events**         | Event creation, 1-day reminder                                          |
| **Feeds**          | New feed, new article                                                   |
| **Shortcuts**      | New shortcut added                                                      |
| **Modules**        | New ideas, championship matches                                         |
| **Inspirations**   | New idea published                                                      |
| **Users**          | Added to a community                                                    |
| **Administration** | Offline screens, touchscreen-less screens, flagged content (admin only) |

Disabling a channel at the domain level disables **all** notifications from this domain for that channel.

## Notification type level

Within each domain, fine-grained control by notification type.

For example, in **Posts** :

* New post in a section
* Comment on my post
* Like on my post
* Like on my comment
* Mention in a post
* Mention in a comment
* Shared / published draft
* Assignment of the Communicator role
* Section inactivity (7 days / 14 days)

Each type has its own email and mobile toggles, allowing for example to receive an email for mentions but not for likes.

## Save

Preferences are saved automatically (2-second debounce after the last change). No validation button is needed.

## What the assistant can do

With the scope **Notifications** enabled, the assistant can:

* View all of the user's preferences by domain and by type
* Enable or disable email/mobile notifications for an entire domain
* Enable or disable email/mobile notifications for a specific notification type
* Explain which notification types exist in each domain


---

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

```
GET https://help.steeple.com/en/notifications/notifications-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.
