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

# Bygg inn på egendefinerte sider

Som standard fungerer Sesami på produktsiden. Du kan også bygge inn Sesami-bestillingsopplevelsen på andre sider — som hjemmesiden, kontaktsiden, en landingsside, butikklokator eller hvilken som helst egendefinert side.

## Ved bruk av Sesami Experience Configurator

Den raskeste måten å lage en innebyggbar bestillingswidget på er **Sesami Experience Configurator**:

1. Gå til konfiguratøren: [sesami.dev/docs/sesami-experience/configurator](https://sesami.dev/docs/sesami-experience/configurator/)
2. Konfigurer innstillingene dine:
   * Butikk-ID og tjeneste-ID
   * Lokasjon og variant
   * Opplevelsesversjon (Classic eller V2)
   * Knappestil (farger, størrelse, tekst)
   * Kalenderatferd og visning av tilgjengelighet
3. Konfiguratøren genererer en `<sesami-experience>` HTML-utdrag
4. Kopier utdraget og lim det inn der du vil at bestillingsknappen skal vises

### Med Sesami Instant Booking

Hvis tjenesten bruker Sesami Instant Booking, er det nok å bare lime inn det genererte utdraget — hele bestillingsflyten skjer i Sesami-widgeten, uten behov for Shopify checkout.

### Med Shopify Checkout

Hvis tjenesten bruker Shopify checkout (legg i handlekurv), må du integrere utdraget med temaets flyt for handlekurv og checkout. Dette inkluderer:

* Koble legg-til-handlekurv-handlingen til Shopify-temaet ditt
* Sørge for at checkout-flyten fungerer korrekt med bestillingsdataene

For denne oppsettet, se den fullstendige integrasjonsveiledningen i [Sesami Developer Docs](https://sesami.dev) eller samarbeid med en utvikler.

## Vanlige plasseringer

* **Hjemmeside** — en «Book nå»-knapp i hero-seksjonen
* **Kontaktside** — la besøkende bestille direkte
* **Landingssider** — dedikerte bestillingssider for kampanjer
* **Butikklokatorer** — bygg inn bestilling ved siden av lokasjonsoppføringer
* **Footer** — en vedvarende bestillingslenke på tvers av alle sider

## Trenger du hjelp?

* **Utviklerdokumentasjon**: [sesami.dev](https://sesami.dev)
* **Sesami-kundestøtte**: <help@sesami.co>
* **Profesjonelle tjenester**: [Profesjonelle tjenester](/no/kom-i-gang/onboarding/professional-services.md)

## Relatert

* [Manuell installasjon](/no/apps-integrations/shopify/online-store/manual-install.md) — tilpasset temaintegrasjon
* [Umiddelbar booking](/no/booking/booking-features/instant-booking.md) — booking uten Shopify-kasse


---

# 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/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.
