> 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/flexible-slots.md).

# Intervalos flexíveis

Os Intervalos Flexíveis permitem que você controle o intervalo em que os horários são exibidos no seu calendário de reservas — independentemente da duração do serviço.

## O que os Intervalos Flexíveis fazem

Por padrão, a Sesami gera horários com base na duração do serviço. Com os Intervalos Flexíveis, você escolhe como sua disponibilidade é exibida — a cada 15, 30, 45 ou 60 minutos — oferecendo a você e aos seus clientes mais flexibilidade.

**Exemplo:** Um serviço de 60 minutos com intervalos flexíveis de 15 minutos mostraria:

* 9:00 AM, 9:15 AM, 9:30 AM, 9:45 AM, 10:00 AM...

Sem Intervalos Flexíveis, mostraria apenas:

* 9:00 AM, 10:00 AM, 11:00 AM...

## Configurar Intervalos Flexíveis

1. Aceda a **Sesami > Serviços > \[selecione um serviço]**
2. Role até **Intervalos flexíveis**
3. Escolha o seu intervalo: **15**, **30**, **45**, ou **60 minutos**
4. Clique em **Guardar**

O novo intervalo aplica-se tanto à **Portal de Administração** vista de reservas quanto ao **Loja Online** calendário.

{% hint style="info" %}
Para ativar os Intervalos Flexíveis na sua conta, contacte a equipa da Sesami em <help@sesami.co>.
{% endhint %}

## Quando usar Intervalos Flexíveis

* **Mais opções de reserva** — intervalos mais curtos dão aos clientes mais opções, reduzindo reservas perdidas
* **Agendamento otimizado** — preencha lacunas no seu calendário oferecendo horários de início escalonados
* **Controlo de sobreposição de serviços** — use com tempos de buffer para gerir transições entre marcações

## Relacionado

* [Tempos de Margem](/pt/reserva/availability/buffer-times.md) — adicione tempo entre marcações
* [Reservas no Mesmo Dia](/pt/reserva/availability/same-day-bookings.md) — controle a disponibilidade de reservas para o próprio dia
* [Disponibilidade de Recursos](/pt/reserva/availability/resource-availability.md) — defina horários de disponibilidade


---

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