> 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/readme.md).

# Wprowadzenie do dokumentacji pomocy

<h2 align="center">W czym możemy Ci pomóc znaleźć?</h2>

<p align="center">Poznaj i opanuj <strong>platformę rezerwacyjną Sesami</strong>. Przeglądaj tematy poniżej lub skorzystaj z asystenta Sesami Help AI, aby zapytać o wszystko, w czym potrzebujesz pomocy.</p>

<p align="center"><button type="button" class="button primary" data-action="search" data-query=" " data-icon="magnifying-glass">Zapytaj Sesami AI</button> <a href="/pages/5444143e14c941da303538c8b10cea7df127cab3" class="button secondary">Skontaktuj się z pomocą techniczną</a></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><a href="/pages/970b9faf3abbc6fcdc8f7082bd7f7ca497069a05"><strong>Zacznij tutaj</strong></a></td><td>Uzyskaj pomoc z podstawami</td></tr><tr><td><h4><i class="fa-calendar-star">:calendar-star:</i></h4></td><td><a href="/pages/755fbdfca4cf515496b69cddbb9a7079a93acdd3"><strong>Rezerwacja</strong></a></td><td>Dołącz do naszej społeczności</td></tr><tr><td><h4><i class="fa-envelope">:envelope:</i></h4></td><td><a href="/pages/262e815cbb7bd1cdd445b0a356b33bcce4078ade"><strong>Powiadomienia</strong></a></td><td>Wysyłaj e-maile z potwierdzeniem</td></tr><tr><td><h4><i class="fa-computer-mouse">:computer-mouse:</i></h4></td><td><a href="/pages/f2aca70c93c5119bded230ddacd6a8fc9999a898"><strong>Panel administracyjny</strong></a></td><td>Zarządzaj platformą</td></tr><tr><td><h4><i class="fa-plug">:plug:</i></h4></td><td><a href="/pages/2cb8d31ce1b38b869bfe2e1c4941354d21aee9ca"><strong>Aplikacje i integracje</strong></a></td><td>Rozszerz swój stos</td></tr><tr><td><h4><i class="fa-paper-plane-top">:paper-plane-top:</i></h4></td><td><a href="/pages/e309077323fb05bbe0d6f1960ee2268a41a2a856"><strong>Automatyzacje</strong></a></td><td>Twórz i zarządzaj przepływami pracy</td></tr><tr><td><h4><i class="fa-credit-card">:credit-card:</i></h4></td><td><a href="/pages/d6b3e58967a7cd17dbfd457ce66d02a03bfb6001"><strong>Płatności</strong></a></td><td>Skonfiguruj płatności/kasę</td></tr><tr><td><h4><i class="fa-chart-pie-simple">:chart-pie-simple:</i></h4></td><td><a href="/pages/b32906a296948226496c12cc1c723d8594dda101"><strong>Analityka i raporty</strong></a></td><td>Śledź swoje sukcesy</td></tr><tr><td><h4><i class="fa-money-bill-wave">:money-bill-wave:</i></h4></td><td><a href="/pages/9cc863b7f56a017a3fe213f79954d92143f43d38"><strong>Zarządzanie kontem</strong></a></td><td>Uzyskaj pomoc dotyczącą rozliczeń</td></tr></tbody></table>

{% hint style="info" %}
**💜** [**Recenzje Sesami**](https://apps.shopify.com/sesami/reviews?ratings%5B%5D=5)
{% 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, and the optional `goal` query parameter:

```
GET https://help.sesami.co/pl/readme.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.
