# Enable the app on your theme \[MANDATORY]

### App embeds vs. Add block

Only theme 2.0 online stores support the add block method. The difference of the two methods is the way of placing the form. The app embeds method looks for your buy buttons and positions itself. The add block allows you to drag and drop your app on your product page and you decide its position.

{% hint style="warning" %}
If you use app embeds and hide the buy buttons, the app cannot find its position since it is specifically looking  for buy buttons.&#x20;
{% endhint %}

{% hint style="danger" %}
It is better to use only one method at the same time. It is suggested to enable the app with one option only.&#x20;
{% endhint %}

### App embeds

{% hint style="info" %}
This method puts the app above the buy buttons by default unless you select to keep the buy buttons. In that case, it puts the form above the buy button by default.&#x20;
{% endhint %}

1. Go into your **Shopify admin dashbord**
2. On the left-hand panel, click on **Online Store**&#x20;
3. Click on **themes**
4. In the center panel click on **Customize** to go into the theme editor

<figure><img src="/files/5Qnnl6uiSqaaF3jT7jyd" alt=""><figcaption></figcaption></figure>

5. In the theme editor, look at the left-hand panel and click on the **App Embed tab**
6. **Enable** the app
7. Click the **Save button**

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

### Add Block

{% hint style="info" %}
You should be able to drag and drop the app in your product page if your theme allows that. If it does not allow you, then you can always use app embed option too.&#x20;
{% endhint %}

1. Go into your **Shopify admin dashbord**
2. On the left-hand panel, click on **Online Store**&#x20;
3. Click on **themes**
4. In the center panel click on **Customize** to go into the theme editor

<figure><img src="/files/5Qnnl6uiSqaaF3jT7jyd" alt=""><figcaption></figcaption></figure>

5. In the theme editor, look at the left-hand panel and go to your product page templates.
6. Ensure that you add the app for each **product templates** you want to enable the app on.&#x20;
7. Hover over buy buttons or any section you want to put the app on and click **add block**.

{% hint style="warning" %}
If your theme does not allow to drag and drop the app, you can always use app embeds option too.
{% endhint %}

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

8. Select the app.
9. **Save** the change in your theme editor.

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


---

# Agent Instructions: 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:

```
GET https://minimateapps.gitbook.io/mini-vacation-or-notify-me/beginners-guide/enable-the-app-on-your-theme-mandatory.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
