# Setup

To enable the notifications, you have to go to `Extensions > My Extensions > Apps` in the admin. and then at the app "Back in stock notification" right click on `... > Configuration` on the right.

Now you are in the settings for the app. You now have to perform the following two steps:

* First, you have to activate the app for your sales channels via the checkbox `Activate`.
* Choose how emails should be sent — see [Email delivery](/shopware/extensions/back-in-stock-notification-cloud/email-template.md). The recommended path uses Shopware's own mailer and lets you edit the email template in the admin. No SMTP credentials are required.

Finally, you need to press the `Save` button. That was all!

![](/files/-MhUxflpQrm1BOivIKPn)

{% hint style="warning" %}
**Attention**

The entry of the email addresses in the product detail pages is only visible if the associated product is not available. Usually this means that the `Stock` is set to `0` and the `Clearance sale` is set to `on`. However, this can differ slightly per store, as other extensions can also have an influence on the availability.
{% endhint %}

{% hint style="info" %}
**Tip**

Emails to customers are only sent when a product that was previously unavailable (e.g. due to lack of stock), now becomes available again. It is exactly at this transition that the delivery happens.
{% endhint %}


---

# 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://docs.shop-studio.io/shopware/extensions/back-in-stock-notification-cloud/setup.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.
