> 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/apps-integrations/shopify/online-store/embed-on-custom-pages.md).

# Indsæt på brugerdefinerede sider

Som standard fungerer Sesami på produktsiden. Du kan også integrere Sesamis bookingoplevelse på andre sider — som startsiden, kontaktsiden, en landingsside, butiksfinder eller enhver brugerdefineret side.

## Brug af Sesami Experience Configurator

Den hurtigste måde at oprette en indlejrbar bookingwidget på er **Sesami Experience Configurator**:

1. Gå til konfiguratoren: [sesami.dev/docs/sesami-experience/configurator](https://sesami.dev/docs/sesami-experience/configurator/)
2. Konfigurer dine indstillinger:
   * Shop ID og Service ID
   * Lokation og variant
   * Oplevelsesversion (Classic eller V2)
   * Knapstil (farver, størrelse, tekst)
   * Kalenderadfærd og visning af tilgængelighed
3. Konfiguratoren genererer en `<sesami-experience>` HTML-udsnit
4. Kopiér uddraget, og indsæt det, hvor du ønsker, at bookingknappen skal vises

### Med Sesami Instant Booking

Hvis servicen bruger Sesami Instant Booking, er det nok blot at indsætte det genererede uddrag — hele bookingforløbet foregår i Sesami-widgeten, uden at Shopify checkout er nødvendig.

### Med Shopify Checkout

Hvis servicen bruger Shopify checkout (føj til kurv), skal du integrere uddraget med dit temas kurv- og checkout-flow. Dette omfatter:

* Forbindelse af handlingen tilføj til kurv med dit Shopify-tema
* Sikring af, at checkout-flowet fungerer korrekt med bookingsdataene

For denne opsætning kan du gennemgå den fulde integrationsguide i [Sesami Developer Docs](https://sesami.dev) eller arbejde sammen med en udvikler.

## Almindelige placeringer

* **Startsiden** — en “Book nu”-knap i hero-sektionen
* **Kontaktsiden** — lad besøgende booke direkte
* **Landingssider** — dedikerede bookingsider til kampagner
* **Butiksfindere** — integrer booking sammen med butiksoversigter
* **Sidefod** — et vedvarende bookinglink på tværs af alle sider

## Brug for hjælp?

* **Udviklerdokumentation**: [sesami.dev](https://sesami.dev)
* **Sesami-support**: <help@sesami.co>
* **Professionelle tjenester**: [Professionelle tjenester](/da/kom-i-gang/onboarding/professional-services.md)

## Relateret

* [Manuel installation](/da/apps-integrations/shopify/online-store/manual-install.md) — tilpasset temaintegration
* [Øjeblikkelig booking](/da/booking/booking-features/instant-booking.md) — booking uden Shopify checkout


---

# 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/apps-integrations/shopify/online-store/embed-on-custom-pages.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.
