> 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/it/prenotazione/availability/reservation-period.md).

# Periodo di prenotazione

Il periodo di prenotazione aiuta a prevenire le doppie prenotazioni trattenendo temporaneamente **una fascia oraria** mentre un cliente sta effettuando il checkout.

## A cosa serve

{% hint style="info" %}
Quando è abilitato:

* Una fascia selezionata diventa **Riservato** (pre-acquisto)
* Dopo il pagamento, diventa **Prenotato**
* Se il checkout non viene completato in tempo, la prenotazione scade e la fascia viene liberata
  {% endhint %}

## Come configurarlo

Vai a: **Sesami → Impostazioni → Periodo di prenotazione**

Scegline uno:

* Disabilitato
* 5 minuti
* 10 minuti
* 15 minuti
* 30 minuti
* 60 minuti

## Quando usarlo

{% hint style="warning" %}
Abilita questa opzione se i clienti possono aggiungere prenotazioni al carrello e potrebbero impiegare tempo a navigare prima del checkout.
{% endhint %}


---

# 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:

```
GET https://help.sesami.co/it/prenotazione/availability/reservation-period.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
