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

# Embed on Custom Pages

By default, Sesami works on the product page. You can also embed the Sesami booking experience on other pages — like the homepage, contact page, a landing page, store locator, or any custom page.

## Using the Sesami Experience Configurator

The fastest way to create an embeddable booking widget is the **Sesami Experience Configurator**:

1. Go to the configurator: [sesami.dev/docs/sesami-experience/configurator](https://sesami.dev/docs/sesami-experience/configurator/)
2. Configure your settings:
   * Shop ID and Service ID
   * Location and variant
   * Experience version (Classic or V2)
   * Button styling (colors, size, text)
   * Calendar behavior and availability display
3. The configurator generates a `<sesami-experience>` HTML snippet
4. Copy the snippet and paste it wherever you want the booking button to appear

### With Sesami Instant Booking

If the service uses Sesami Instant Booking, simply pasting the generated snippet is all you need — the entire booking flow happens within the Sesami widget, no Shopify checkout required.

### With Shopify Checkout

If the service uses Shopify checkout (add to cart), you'll need to integrate the snippet with your theme's cart and checkout flow. This includes:

* Connecting the add-to-cart action to your Shopify theme
* Ensuring the checkout flow works correctly with the booking data

For this setup, review the full integration guide in the [Sesami Developer Docs](https://sesami.dev) or work with a developer.

## Common Placements

* **Homepage** — a "Book Now" button in the hero section
* **Contact page** — let visitors book directly
* **Landing pages** — dedicated booking pages for campaigns
* **Store locators** — embed booking alongside location listings
* **Footer** — a persistent booking link across all pages

## Need Help?

* **Developer docs**: [sesami.dev](https://sesami.dev)
* **Sesami support**: <help@sesami.co>
* **Professional Services**: [Professional Services](/get-started/onboarding/professional-services.md)

## Related

* [Manual Install](/apps-integrations/shopify/online-store/manual-install.md) — custom theme integration
* [Instant Booking](/booking/booking-features/instant-booking.md) — booking without 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/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.
