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

# Reservation Period

The reservation period helps prevent double bookings by temporarily **holding a time slot** while a customer is checking out.

## What it does

{% hint style="info" %}
When enabled:

* A selected slot becomes **Reserved** (pre-purchase)
* After payment, it becomes **Booked**
* If checkout isn’t completed in time, the reservation expires and the slot is released
  {% endhint %}

## How to configure it

Go to: **Sesami → Settings → Reservation period**

Choose one:

* Disabled
* 5 minutes
* 10 minutes
* 15 minutes
* 30 minutes
* 60 minutes

## When to use it

{% hint style="warning" %}
Enable this if customers can add bookings to cart and might spend time browsing before 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/booking/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.
