> 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/same-day-bookings.md).

# Reservas para el mismo día

## Desactivar reservas para el mismo día

Habilita esta opción si **no** quieres que los clientes reserven citas para el día actual.

1. Ve a **Sesami > Servicios > \[selecciona un servicio]**
2. Marca **Desactivar la reserva para el mismo día**
3. Haz clic en **Guardar**

Cuando se habilita, la fecha de hoy no mostrará horarios disponibles en el calendario de la tienda.

## Redondear el intervalo de inicio

La **Ajuste de redondeo del intervalo de inicio** configuración redondea el **siguiente** **horario disponible** hasta el siguiente intervalo seleccionado.

**Opciones:**

* Desactivar — los clientes pueden reservar cualquier horario disponible, incluso uno que comience en este momento.
* 5 minutos,&#x20;
* 10 minutos
* 15 minutos
* 30 minutos
* 60 minutos

Por ejemplo, si la hora actual es **11:02 a. m.**, el ajuste de redondeo lo ajusta de la siguiente manera:

| Intervalo de redondeo | Primer horario disponible |
| --------------------- | ------------------------- |
| 5 minutos             | 11:05 a. m.               |
| 10 minutos            | 11:10 a. m.               |
| 15 minutos            | 11:15 a. m.               |
| 30 minutos            | 11:30 a. m.               |
| 60 minutos            | 12:00 p. m.               |

{% hint style="info" %}
Si necesitas que los clientes reserven con más antelación (p. ej., 30 minutos), usa [Tiempos de margen](/es/reserva/availability/buffer-times.md) con un valor de «Antes de la primera cita en el mismo día» en su lugar.
{% endhint %}

## Relacionado

* [Tiempos de margen](/es/reserva/availability/buffer-times.md) — añade tiempo de preparación entre reservas
* [Fecha de inicio del calendario](/es/reserva/availability/calendar-start-date.md) — controla qué fecha muestra primero el calendario
* [Horarios flexibles](/es/reserva/availability/flexible-slots.md) — controla los intervalos de los horarios


---

# 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/same-day-bookings.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.
