> 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 you to define a period during which the user **receives** notifications, and outside of which notifications are silent. It is found in the **Settings** of the notifications center, section **Notification scheduling**.

## Configuration

### Enable the time window

Turn on the toggle **Notification scheduling** for the time window restrictions to apply.

### Set the schedule

* **From** : time at which notifications begin to be 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, weekdays (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 **within** 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 9 a.m. to 6 p.m." → 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 (schedule, days, time zone, activation)
* Set up or edit the complete time window
* Enable or disable the time window


---

# 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-plage-horaire.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.
