# Okres rezerwacji

Okres rezerwacji pomaga zapobiegać podwójnym rezerwacjom, tymczasowo **blokując przedział czasowy** gdy klient finalizuje zakup.

## Co to robi

{% hint style="info" %}
Gdy włączone:

* Wybrany termin staje się **Zarezerwowany** (przed zakupem)
* Po płatności staje się **Zarezerwowany**
* Jeśli finalizacja zakupu nie zostanie ukończona na czas, rezerwacja wygasa, a termin zostaje zwolniony
  {% endhint %}

## Jak to skonfigurować

Przejdź do: **Sesami → Ustawienia → Okres rezerwacji**

Wybierz jedną opcję:

* Wyłączone
* 5 minut
* 10 minut
* 15 minut
* 30 minut
* 60 minut

## Kiedy tego używać

{% hint style="warning" %}
Włącz tę opcję, jeśli klienci mogą dodawać rezerwacje do koszyka i mogą spędzać czas na przeglądaniu przed finalizacją zakupu.
{% 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/pl/rezerwacja/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.
