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

# Franja horaria — Derecho a la desconexión

La funcionalidad de franja horaria permite definir un intervalo durante el cual el usuario **recibe** notificaciones, y fuera del cual las notificaciones son silenciosas. Se encuentra en las **Configuración** del centro de notificaciones, sección **Planificación de notificaciones**.

## Configuración

### Activar la franja horaria

Activar el toggle **Planificación de notificaciones** para que se apliquen las restricciones de la franja.

### Definir los horarios

* **A partir de** : hora a la que las notificaciones empiezan a enviarse (ej.: `09:00`)
* **Hasta** : hora a la que las notificaciones dejan de enviarse (ej.: `18:00`)

Fuera de esta franja, las notificaciones no se envían en los canales push y email.

### Elegir los días

Seleccionar los días de la semana a los que se aplica la franja horaria:

* Lunes (1), Martes (2), Miércoles (3), Jueves (4), Viernes (5), Sábado (6), Domingo (7)

Normalmente, se seleccionan los días laborables (de lunes a viernes).

### Zona horaria

La zona horaria se detecta automáticamente desde el navegador del usuario (ej.: `Europe/Paris`). Las horas configuradas se interpretan en esta zona.

## Comportamiento

* Cuando la franja está **active** y se está **fuera de** los horarios configurados → las notificaciones no se envían
* Cuando la franja está **active** y se está **dentro de** los horarios configurados → las notificaciones se envían normalmente según las preferencias
* Cuando la franja está **desactivada** → las notificaciones se envían en cualquier momento

## Ejemplos

* "Recibir notificaciones solo entre semana de 9:00 a 18:00" → startTime: `09:00:00`, endTime: `18:00:00`, daysOfWeek: `[1, 2, 3, 4, 5]`, active: `true`
* "Desactivar las notificaciones el fin de semana" → startTime: `00:00:00`, endTime: `23:59:00`, daysOfWeek: `[1, 2, 3, 4, 5]`, active: `true`

## Lo que puede hacer el asistente

Con el ámbito **Notificaciones** activado, el asistente puede:

* Consultar la franja horaria actual (horarios, días, zona horaria, activación)
* Configurar o modificar la franja horaria completa
* Activar o desactivar la franja horaria


---

# 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/es/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.
