> 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/application-notifications.md).

# Notifications app — Overview

### Overview

**Notifications** is Steeple's notification center. It brings together all platform notifications and allows fine-grained customization of delivery preferences.

### Notification Center

The center is accessible from the icon **bell** in Steeple's navigation bar.

#### Available views

* **All** (`/`) : all of the user's notifications
* **Personal** (`/personal`) : notifications directly related to the user (mentions, comments on their posts, messages, etc.)
* **Activities** (`/activities`) : platform activity notifications (new posts, events, job offers, etc.)

#### How it works

* Notifications updated in real time (websocket)
* Grouped by date (Today, Yesterday, earlier dates)
* Unread notifications badge on the bell icon
* Click on a notification to navigate to the relevant item (post, document, event, etc.)
* Infinite scrolling to load older notifications (20 per page)

#### Mark as read

* **Individually** : notifications are marked as read on click
* **All at once** : "Mark all as read" button at the top of the center, with the option to filter by category (personal or activities)

### Notifications reserved for administrators

Some notifications are visible only to administrators:

* **Administration** : offline TV screens, screens without touchscreens
* **Posts** : reported posts, section inactivity (7 days, 14 days)
* **Users** : reported users
* **Jobs** : HR role assignment, new applications received

### Related articles

* `notifications-preferences` : manage notification preferences by domain and by type
* `notifications-preferences-globales` : globally enable/disable email and mobile channels
* `notifications-plage-horaire` : configure the "Do Not Disturb" time window (right to disconnect)


---

# 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/application-notifications.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.
