> 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/pt-br/reserva/availability/same-day-bookings.md).

# Reservas para o Mesmo Dia

## Desativar reservas no mesmo dia

Ative esta opção se você **não** quiser que os clientes agendem horários para o dia atual.

1. Acesse **Sesami > Serviços > \[selecione um serviço]**
2. Marque **Desativar o agendamento no mesmo dia**
3. Clique **Salvar**

Quando ativado, a data de hoje não mostrará horários disponíveis no calendário da loja.

## Arredondamento do intervalo inicial

A **Arredondamento do intervalo inicial** configuração arredonda o **próximo** **horário disponível** para o próximo intervalo selecionado.

**Opções:**

* Desativar — os clientes podem reservar qualquer horário disponível, até mesmo um que comece agora.
* 5 minutos,&#x20;
* 10 minutos
* 15 minutos
* 30 minutos
* 60 minutos

Por exemplo, se o horário atual for **11:02 AM**, a configuração de arredondamento o ajusta da seguinte forma:

| Intervalo de arredondamento | Primeiro horário disponível |
| --------------------------- | --------------------------- |
| 5 minutos                   | 11:05 AM                    |
| 10 minutos                  | 11:10 AM                    |
| 15 minutos                  | 11:15 AM                    |
| 30 minutos                  | 11:30 AM                    |
| 60 minutos                  | 12:00 PM                    |

{% hint style="info" %}
Se você precisar que os clientes agendem com mais antecedência (por exemplo, 30 minutos), use [Tempos de buffer](/pt-br/reserva/availability/buffer-times.md) com um valor de "Antes do Primeiro Agendamento no Mesmo Dia" em vez disso.
{% endhint %}

## Relacionado

* [Tempos de buffer](/pt-br/reserva/availability/buffer-times.md) — adicionar tempo de preparação entre reservas
* [Data de início do calendário](/pt-br/reserva/availability/calendar-start-date.md) — controlar qual data o calendário mostra primeiro
* [Horários flexíveis](/pt-br/reserva/availability/flexible-slots.md) — controlar os intervalos dos horários


---

# 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/pt-br/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.
