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

# Introduktion til hjælpedokumentation

<h2 align="center">Hvad kan vi hjælpe dig med at finde?</h2>

<p align="center">Lær og mestre <strong>Sesami-bookingsplatformen</strong>. Gennemse emnerne nedenfor, eller brug Sesami Help AI-assistenten til at spørge om alt det, du har brug for hjælp til.</p>

<p align="center"><button type="button" class="button primary" data-action="search" data-query=" " data-icon="magnifying-glass">Spørg Sesami AI</button> <a href="/pages/093c85bebf706897eff7dac575fee278faecc53f" class="button secondary">Kontakt support</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/2a42d47732aa2253da1876f5c0dd6970e29270d1"><strong>Kom i gang</strong></a></td><td>Få hjælp til det grundlæggende</td></tr><tr><td><h4><i class="fa-calendar-star">:calendar-star:</i></h4></td><td><a href="/pages/77ad9586f9d5d69dff603c09a3348cbc0dbe49e2"><strong>Booking</strong></a></td><td>Bliv en del af vores fællesskab</td></tr><tr><td><h4><i class="fa-envelope">:envelope:</i></h4></td><td><a href="/pages/74c5e6a780941281fee52b173e7526dc73f89251"><strong>Notifikationer</strong></a></td><td>Send bekræftelses-mails</td></tr><tr><td><h4><i class="fa-computer-mouse">:computer-mouse:</i></h4></td><td><a href="/pages/7c8dd45ee828c326b9a955fd6bd6ecd2f8777070"><strong>Adminportal</strong></a></td><td>Administrer platformen</td></tr><tr><td><h4><i class="fa-plug">:plug:</i></h4></td><td><a href="/pages/79007c468c730c7931ded23b8c1c89c3c7b72270"><strong>Apps og integrationer</strong></a></td><td>Udvid din stack</td></tr><tr><td><h4><i class="fa-paper-plane-top">:paper-plane-top:</i></h4></td><td><a href="/pages/40a8c6a5ffa6d1f9d12689ad0764b703e12abd3d"><strong>Automatiseringer</strong></a></td><td>Byg og administrer workflows</td></tr><tr><td><h4><i class="fa-credit-card">:credit-card:</i></h4></td><td><a href="/pages/9f16ba8d60f5b5a4687f989e74f8146032ff1b67"><strong>Betalinger</strong></a></td><td>Opsæt betalinger/checkout</td></tr><tr><td><h4><i class="fa-chart-pie-simple">:chart-pie-simple:</i></h4></td><td><a href="/pages/35477ef2930816d71001a425b7c92f7ef0d9b309"><strong>Analyse og rapporter</strong></a></td><td>Følg din succes</td></tr><tr><td><h4><i class="fa-money-bill-wave">:money-bill-wave:</i></h4></td><td><a href="/pages/736740f323a7c1762f6e2b5a5ec94f36cde982ae"><strong>Kontoadministration</strong></a></td><td>Få hjælp til din fakturering</td></tr></tbody></table>

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