> 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/pl/analytics/bookings-report.md).

# Raport rezerwacji

Eksportuj swoje wizyty i dane rezerwacji jako raport, dostarczany bezpośrednio na e-mail administratora Twojego sklepu.

## Dostępność planów

Eksport raportów jest dostępny w planach **Pro** oraz **Premium** .

## Jak eksportować

{% stepper %}
{% step %}

#### Otwórz nadchodzące wizyty

Przejdź do **Sesami > Nadchodzące wizyty** w panelu administracyjnym Twojego sklepu.
{% endstep %}

{% step %}

#### Kliknij Pokaż wszystko

Otwórz pełną listę wizyt.
{% endstep %}

{% step %}

#### Wybierz filtr

Wybierz jedną z opcji: **Nadchodzące**, **Wszystkie**, **Z przeszłości**lub **Zakres dat**.
{% endstep %}

{% step %}

#### Kliknij Eksportuj

Raport zostanie wysłany e-mailem na adres sklepu w ciągu kilku minut.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Limit częstotliwości:** Nowy raport można zamówić mniej więcej co **10 minut**.
{% endhint %}

## Co jest zawarte

Eksportowany raport zawiera:

* ID wizyty / ID zamówienia
* Członek zespołu (zasób)
* Produkt / wariant
* Czas trwania / data / godzina
* Imię i nazwisko oraz e-mail klienta
* Status płatności
* Link do zmiany terminu
* Status zameldowania / niepojawienia się
* Ilość (dla wizyt grupowych)
* Lokalizacja (tylko Portal administracyjny)
* Zasób (tylko Portal administracyjny)

{% hint style="info" %}
W Sesami, **członkowie zespołu są typem Zasobu** (zasoby mogą być również pokojami, sprzętem itp.). Eksport z Portalu administracyjnego zawiera pełne pola zasobów i lokalizacji.
{% endhint %}

## Powiązane

* [Analityka](/pl/analytics/analytics.md) — wskaźniki i analizy rezerwacji
* [Wizyty grupowe](/pl/rezerwacja/booking-features/group-appointments.md) — zrozumienie ilości w eksportach
* [Lokalizacje](/pl/administracja/locations.md) — raportowanie wielolokalizacyjne


---

# 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/pl/analytics/bookings-report.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.
