> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/es/reserva/availability/flexible-slots.md).

# Franjas horarias flexibles

Los intervalos flexibles te permiten controlar el intervalo en el que se muestran las franjas horarias en tu calendario de reservas, independientemente de la duración del servicio.

## Qué hacen los intervalos flexibles

De forma predeterminada, Sesami genera franjas horarias según la duración del servicio. Con los intervalos flexibles, tú eliges cómo se muestra tu disponibilidad: cada 15, 30, 45 o 60 minutos, lo que te brinda a ti y a tus clientes más flexibilidad.

**Ejemplo:** Un servicio de 60 minutos con intervalos flexibles de 15 minutos mostraría:

* 9:00 a. m., 9:15 a. m., 9:30 a. m., 9:45 a. m., 10:00 a. m...

Sin intervalos flexibles, solo mostraría:

* 9:00 a. m., 10:00 a. m., 11:00 a. m...

## Configurar intervalos flexibles

1. Ve a **Sesami > Servicios > \[selecciona un servicio]**
2. Desplázate hasta **Franjas flexibles**
3. Elige tu intervalo: **15**, **30**, **45**, o **60 minutos**
4. Haz clic en **Guardar**

El nuevo intervalo se aplica tanto a la **Portal de Administración** vista de reservas como al **calendario de la** Tienda en línea.

{% hint style="info" %}
Para habilitar los intervalos flexibles en tu cuenta, contacta al equipo de Sesami en <help@sesami.co>.
{% endhint %}

## Cuándo usar intervalos flexibles

* **Más opciones de reserva** — los intervalos más cortos ofrecen a los clientes más opciones, reduciendo las reservas perdidas
* **Programación optimizada** — llena los huecos en tu calendario ofreciendo horarios de inicio escalonados
* **Control de superposición de servicios** — úsalo con tiempos de búfer para gestionar las transiciones entre citas

## Relacionado

* [Tiempos de margen](/es/reserva/availability/buffer-times.md) — añade tiempo entre citas
* [Reservas para el mismo día](/es/reserva/availability/same-day-bookings.md) — controla la disponibilidad de reservas para el mismo día
* [Disponibilidad de recursos](/es/reserva/availability/resource-availability.md) — configura horarios de disponibilidad


---

# 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, and the optional `goal` query parameter:

```
GET https://help.sesami.co/es/reserva/availability/flexible-slots.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
