> 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-plage-horaire.md).

# Time slot — Right to disconnect

The time window feature allows defining a slot during which the user **receives** notifications, and outside of which notifications are silent. It is found in the **Settings** of the notification center, section **Notification schedule**.

## Configuration

### Enable time window

Turn on the toggle **Notification schedule** for the range restrictions to apply.

### Set the hours

* **From** : time at which notifications start being sent (e.g., `09:00`)
* **Until** : time at which notifications stop (e.g., `18:00`)

Outside this window, notifications are not sent on push and email channels.

### Choose the days

Select the days of the week to which the time window applies:

* Monday (1), Tuesday (2), Wednesday (3), Thursday (4), Friday (5), Saturday (6), Sunday (7)

Typically, business days (Monday to Friday) are selected.

### Time zone

The time zone is automatically detected from the user's browser (e.g., `Europe/Paris` ). The configured times are interpreted in this time zone.

## Behavior

* When the window is **active** and we are **outside** the configured times → notifications are not sent
* When the window is **active** and we are **in** the configured times → notifications are sent normally according to preferences
* When the window is **disabled** → notifications are sent at any time

## Examples

* "Receive notifications only on weekdays from 9am to 6pm" → startTime: `09:00:00`, endTime: `18:00:00`, daysOfWeek: `[1, 2, 3, 4, 5]`, active: `true`
* "Disable notifications on weekends" → startTime: `00:00:00`, endTime: `23:59:00`, daysOfWeek: `[1, 2, 3, 4, 5]`, active: `true`

## What the assistant can do

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

* View the current time window (hours, days, time zone, activation)
* Configure or modify the complete time window
* Enable or disable the time window
