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

# Reservas no próprio dia

## Desativar reservas para o mesmo dia

Ative esta opção se você **não** quer que os clientes marquem consultas para o dia atual.

1. Aceda a **Sesami > Serviços > \[selecione um serviço]**
2. Marque **Desativar reserva para o mesmo dia**
3. Clique em **Guardar**

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

## Arredondar o intervalo inicial

A **definição de arredondamento do intervalo inicial** 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, mesmo um que comece neste momento.
* 5 minutos,&#x20;
* 10 minutos
* 15 minutos
* 30 minutos
* 60 minutos

Por exemplo, se a hora atual for **11:02 AM**, a definição de arredondamento ajusta-a 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 precisar que os clientes reservem com mais antecedência (por exemplo, 30 minutos), utilize [Tempos de buffer](/pt/reserva/availability/buffer-times.md) com um valor "Antes da Primeira Marcação no Mesmo Dia" em vez disso.
{% endhint %}

## Relacionado

* [Tempos de buffer](/pt/reserva/availability/buffer-times.md) — adicione tempo de preparação entre reservas
* [Data de início do calendário](/pt/reserva/availability/calendar-start-date.md) — controle que data o calendário mostra primeiro
* [Intervalos flexíveis](/pt/reserva/availability/flexible-slots.md) — controle 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/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.
