> 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/get-started/about-sesami/who-uses-sesami.md).

# Who Uses Sesami

Sesami works for any business that takes bookings, appointments, or reservations through Shopify. Here are the most common categories.

## Services

Businesses where customers book time with a professional:

* **Beauty & hair salons** — cuts, coloring, styling, treatments
* **Spas** — massage, facials, body treatments
* **Tattoo & piercing studios**
* **Fitness** — yoga, cycling, martial arts, personal training, gyms
* **Wellness** — acupuncture, chiropractic, massage therapy
* **Health consultations** — telehealth, nutrition, therapy sessions
* **Dentistry & dental clinics**
* **Pet care** — grooming, vet visits, training
* **Cleaning services** — home, office, specialty cleaning

## Experiences

Businesses where customers book activities or events:

* **Wineries & distilleries** — tastings, tours, events
* **Cooking academies & workshops**
* **Tours & adventure bookings** — guided tours, outdoor activities
* **Museums & galleries** — timed entry, guided tours
* **Entertainment venues** — escape rooms, events
* **Short-term rentals** — equipment, spaces, studios

## Retail

Businesses where customers book shopping or consultation appointments:

* **Shopping appointments** — personal shopping, private viewings
* **Jewelry consultations** — custom design, fittings
* **Fashion styling** — personal styling sessions
* **Auto showrooms** — test drives, consultations
* **Pop-up shops** — timed entry, exclusive access

## Business Consultations

Professional services that run on appointments:

* **Business consulting** — strategy, coaching
* **Legal consultations**
* **Financial advising**
* **Real estate viewings**

{% hint style="info" %}
Don't see your industry? Sesami is flexible enough to handle most appointment-based businesses. [Book a demo](https://sesami.co) to see how it fits your use case.
{% endhint %}

## Demo Store

Want to see Sesami in action? Visit the demo store: [demo.sesami.co](https://demo.sesami.co/)


---

# 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/get-started/about-sesami/who-uses-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.
