> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/samita-wholesale-b2b/mandatory-steps/activate-deactivate-app-in-the-theme.md).

# Activate/Deactivate app in the theme

Samita Wholesale Pricing only works on your storefront once its app embed is turned on in your theme. This page shows you how to enable or disable it.

## Enable app embeds on theme

{% stepper %}
{% step %}

### Click Enable in the app

From the app's **Dashboard**, find the **Active app** card and click the **Deactivated** button to activate it.

<figure><img src="/files/r0SY8Rovi6QOQ4TTW5hl" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Turn on the app embed in your theme

You'll be redirected to the **Theme customize** page. Open the **App embeds** section and turn on the slider for Samita Wholesale Pricing.

<figure><img src="/files/eaUdcfaqDTCbBDI80vX8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save and refresh

Click **Save** in the theme editor to apply the change. Back in the app, click **Refresh** so it picks up the new status.

<figure><img src="/files/pfqjMOCunFjOK9b2KM8p" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ywzv4ZgDTUKAOyzyoaUP" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}

* If you installed the app on an unpublished theme, preview that theme to check the result.
* If you installed the app on your live theme, check your live storefront to check the result.
  {% endhint %}

## Disable app embeds on theme

{% stepper %}
{% step %}

### Click Disable in the app

From the app's **Dashboard**, find the **Active app** card and click the **Active** button to deactivate it.
{% endstep %}

{% step %}

### Turn off the app embed in your theme

You'll be redirected to the **Theme customize** page. Open the **App embeds** section and turn off the slider for Samita Wholesale Pricing.

<figure><img src="/files/jwvQakUqeUH8HW4FoDuq" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save and refresh

Click **Save** in the theme editor. Back in the app, click **Refresh** so it picks up the new status.

<figure><img src="/files/W0dKj1CejRbrbbjbTUHy" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

> ### **Need support?**
>
> If you do encounter any difficulty while proceeding these steps, don’t show any hesitation to contact us promptly via the email address [support@samita.io](https://help.samita.io/support@samita.io)


---

# 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://docs.samita.io/samita-wholesale-b2b/mandatory-steps/activate-deactivate-app-in-the-theme.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.
