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

# Introduksjon til hjelpedokumenter

<h2 align="center">Hva kan vi hjelpe deg med å finne?</h2>

<p align="center">Lær og mestre <strong>Sesami bestillingsplattform</strong>. Bla gjennom temaene nedenfor, eller bruk Sesami Help AI-assistenten til å spørre om hva som helst du trenger hjelp med.</p>

<p align="center"><button type="button" class="button primary" data-action="search" data-query=" " data-icon="magnifying-glass">Spør Sesami AI</button> <a href="/pages/35c174b13fd6076ad2b08cde07bca29a53079957" 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/12d28d471ddd8fdcbb04528396c2f005c8edf120"><strong>Kom i gang</strong></a></td><td>Få hjelp med det grunnleggende</td></tr><tr><td><h4><i class="fa-calendar-star">:calendar-star:</i></h4></td><td><a href="/pages/d56dfe53d8da9240ccbb24576756909665b27e01"><strong>Booking</strong></a></td><td>Bli med i fellesskapet vårt</td></tr><tr><td><h4><i class="fa-envelope">:envelope:</i></h4></td><td><a href="/pages/aacf1071d687c73a28108c0424fa8ff086c9d2e4"><strong>Varsler</strong></a></td><td>Send bekreftelses-e-poster</td></tr><tr><td><h4><i class="fa-computer-mouse">:computer-mouse:</i></h4></td><td><a href="/pages/13348d3ff8fd3bdafead8903fe3e7bacc9730d2c"><strong>Adminportal</strong></a></td><td>Administrer plattformen</td></tr><tr><td><h4><i class="fa-plug">:plug:</i></h4></td><td><a href="/pages/9f796bde5e7aefc89e52bd14211c6b45a7ac8420"><strong>Apper og integrasjoner</strong></a></td><td>Utvid stacken din</td></tr><tr><td><h4><i class="fa-paper-plane-top">:paper-plane-top:</i></h4></td><td><a href="/pages/36bc9fc1197d81b9eb7f4939e187a515a78e2369"><strong>Automatiseringer</strong></a></td><td>Bygg og administrer arbeidsflyter</td></tr><tr><td><h4><i class="fa-credit-card">:credit-card:</i></h4></td><td><a href="/pages/9a72d77379e20629369662f9bf12e7fde4ecd531"><strong>Betalinger</strong></a></td><td>Sett opp betalinger/kasse</td></tr><tr><td><h4><i class="fa-chart-pie-simple">:chart-pie-simple:</i></h4></td><td><a href="/pages/ce2dddb18af1ab34b093e156d3e994d7f1e01407"><strong>Analyse og rapporter</strong></a></td><td>Følg med på suksessen din</td></tr><tr><td><h4><i class="fa-money-bill-wave">:money-bill-wave:</i></h4></td><td><a href="/pages/d1e0243c554023d09cba0940a2374e5801b6e5a7"><strong>Kontoadministrasjon</strong></a></td><td>Få hjelp med faktureringen din</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/no/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.
