> 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/kom-i-gang/about-sesami.md).

# Om Sesami

Sesami er bookingplattformen for Commerce. Sesami har en booking-app på Shopify som hjelper deg med å selge tjenester (avtaler, klasser, utleie, smaksprøver osv.) direkte fra nettbutikken din og administrere tilgjengelighet på tvers av **ressurser** som teammedlemmer, rom og utstyr.

## Hva Sesami hjelper deg med å gjøre

* **Tilby bookbare tjenester** knyttet til Shopify-produkter (slik at alt forblir koblet til butikken din)
* **Kontrollere tilgjengelighet** ved hjelp av ressurser og regler (buffer, bookingvinduer, blokkeringer)
* **Redusere frem og tilbake** med automatiserte bekreftelser, påminnelser og kalenderhendelser
* **Støtte ulike bookingopplevelser**, inkludert flyter i butikk og med POS-assistanse

## Hvordan det passer inn i Shopify

Sesami fungerer sammen med Shopify (kunder, produkter, bestillinger). Avhengig av oppsettet ditt kan bookinger være:

* **Booket uten at det kreves Shopify-kasse**, eller
* **Booket med Shopify-kasse / ordreopprettelse** (nyttig når du vil at betalingen skal tas inn på nett eller spores som en ordre)

## Nøkkelbegreper (hurtigdefinisjoner)

* **Tjeneste**: det kunden booker (ofte et Shopify-produkt)
* **Ressurs**: noe som kreves for å utføre tjenesten (et teammedlem, et rom, en maskin osv.)
* **Ressurstype**: kategorien til en ressurs (f.eks. «Teammedlem», «Rom», «Utstyr»)

## Neste steg

* Sett opp kontoen din: /setup/quickstart
* Oppsett av ressurser: /resources/resources-team-members-rooms-equipment
* Oppsett og feilsøking: [Hurtigstartguide](/no/kom-i-gang/quickstart.md)
* Google Kalender-synkronisering: /integrations/google-calendar-integration


---

# 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/kom-i-gang/about-sesami.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.
