> 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/account-management/enabling-or-disabling-sesami.md).

# Enabling or Disabling Sesami

You can quickly show or hide the Sesami booking button on your online store without uninstalling the app.

## How to Enable or Disable

1. Go to **Sesami > Settings > Sesami Status**
2. Toggle Sesami **on** or **off**
3. **Save**

When disabled, the Sesami booking button disappears from your product pages. When re-enabled, it reappears.

{% hint style="warning" %}
**Disabling Sesami does not cancel your subscription.** You'll continue to be billed. To cancel billing, see [Cancel Your Subscription](/account-management/billing/cancel-subscription.md).
{% endhint %}

## When to Use This

* **Temporarily hide bookings** — during store maintenance, inventory updates, or seasonal changes
* **Test before going live** — disable Sesami while configuring, then enable when ready
* **Quick toggle** — turn off bookings without removing any configuration

All your services, resources, availability, and settings remain intact while Sesami is disabled.

## Related

* [Cancel Your Subscription](/account-management/billing/cancel-subscription.md) — fully remove Sesami and cancel billing
* [Pause or Freeze the Subscription](/account-management/billing/pause-or-freeze-subscription.md) — pause billing for seasonal businesses


---

# 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/account-management/enabling-or-disabling-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.
