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

# Einführung in die Hilfedokumente

<h2 align="center">Wie können wir Ihnen helfen, etwas zu finden?</h2>

<p align="center">Lernen Sie die <strong>Sesami-Buchungsplattform kennen und meistern Sie sie</strong>. Durchsuchen Sie die untenstehenden Themen oder verwenden Sie den Sesami Help KI-Assistenten, um alles zu fragen, wobei Sie Hilfe benötigen.</p>

<p align="center"><button type="button" class="button primary" data-action="search" data-query=" " data-icon="magnifying-glass">Sesami KI fragen</button> <a href="/pages/90b91459a9c18d24427a4e9a90b9c546e93e677a" class="button secondary">Support kontaktieren</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/6125a65e8a071758a56b5daa2142ef99baecae8c"><strong>Erste Schritte</strong></a></td><td>Hilfe zu den Grundlagen erhalten</td></tr><tr><td><h4><i class="fa-calendar-star">:calendar-star:</i></h4></td><td><a href="/pages/a117abeb914b16a848a440dd68990098423d27ff"><strong>Buchung</strong></a></td><td>Werden Sie Teil unserer Community</td></tr><tr><td><h4><i class="fa-envelope">:envelope:</i></h4></td><td><a href="/pages/3d7bcecdaff21e6b9bed31a7265b0b55380e24ae"><strong>Benachrichtigungen</strong></a></td><td>Bestätigungs-E-Mails senden</td></tr><tr><td><h4><i class="fa-computer-mouse">:computer-mouse:</i></h4></td><td><a href="/pages/5ddb6496e22a7308c054e9689f9ae57156b3a97f"><strong>Admin-Portal</strong></a></td><td>Verwalten Sie die Plattform</td></tr><tr><td><h4><i class="fa-plug">:plug:</i></h4></td><td><a href="/pages/4daaa4df3f2257e153166a138db12dd640fc17c6"><strong>Apps &#x26; Integrationen</strong></a></td><td>Erweitern Sie Ihren Stack</td></tr><tr><td><h4><i class="fa-paper-plane-top">:paper-plane-top:</i></h4></td><td><a href="/pages/06e62d1ceec0fa20e4267990f64a300ec85151f5"><strong>Automatisierungen</strong></a></td><td>Workflows erstellen und verwalten</td></tr><tr><td><h4><i class="fa-credit-card">:credit-card:</i></h4></td><td><a href="/pages/2b98fa432f2076253f6d21daf863f5c46274d286"><strong>Zahlungen</strong></a></td><td>Zahlungen/Checkout einrichten</td></tr><tr><td><h4><i class="fa-chart-pie-simple">:chart-pie-simple:</i></h4></td><td><a href="/pages/f7a825ec6aac21be792047b1af4a6b6bf3ca2359"><strong>Analysen &#x26; Berichte</strong></a></td><td>Verfolgen Sie Ihren Erfolg</td></tr><tr><td><h4><i class="fa-money-bill-wave">:money-bill-wave:</i></h4></td><td><a href="/pages/c5864e8a88125e5dde687f1d7a5c5af97ac2f472"><strong>Kontoverwaltung</strong></a></td><td>Hilfe zu Ihrer Abrechnung erhalten</td></tr></tbody></table>

{% hint style="info" %}
**💜** [**Sesami-Bewertungen**](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/de/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.
