# Reservationsperiod

Reservationsperioden hjälper till att förhindra dubbelbokningar genom att tillfälligt **hålla en tidslucka** medan en kund går till kassan.

## Vad det gör

{% hint style="info" %}
När den är aktiverad:

* En vald tidslucka blir **Reserverad** (före köp)
* Efter betalning blir den **Bokad**
* Om utcheckningen inte slutförs i tid upphör reservationen och tidsluckan frigörs
  {% endhint %}

## Så här konfigurerar du det

Gå till: **Sesami → Inställningar → Reservationsperiod**

Välj ett:

* Inaktiverad
* 5 minuter
* 10 minuter
* 15 minuter
* 30 minuter
* 60 minuter

## När du ska använda det

{% hint style="warning" %}
Aktivera detta om kunder kan lägga bokningar i varukorgen och kanske spenderar tid på att titta runt innan de går till kassan.
{% endhint %}


---

# Agent Instructions: 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/se/bokning/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.
