> For the complete documentation index, see [llms.txt](https://manual.scandipwa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.scandipwa.com/v5.2.4/catalog/managing-inventory/product-alerts.md).

# Product Alerts

<div align="left"><img src="/files/-McGsxZGBuK5_AVmRrqc" alt=""></div>

With the Product Alerts, customers can subscribe to two types of alerts by email:

* Price change alerts
* In-stock alerts

For each type of alert, you can determine if customers are able to subscribe, select the email template that is used, and identify the sender of the email.

### How to configure the product alerts <a href="#set-up-product-alerts" id="set-up-product-alerts"></a>

1. On the Admin sidebar, go to **Stores** > Settings > **Configuration**.
2. In the left panel, expand Catalog and choose **Catalog** underneath.
3. Click to expand the **Product Alerts** section.
4. Select the configuration you desire.
5. Save Config and flush cache storage.

| FIELD                                        | STATUS        | DESCRIPTION                                                                        |
| -------------------------------------------- | ------------- | ---------------------------------------------------------------------------------- |
| Allow Alert When Product Price Changes       | **SUPPORTED** | Select Yes or No.                                                                  |
| Price Alert Email Template                   | **SUPPORTED** | Choose the email template for when the price of a product drops.                   |
| Allow Alert When Product Comes Back in Stock | **SUPPORTED** | Select Yes or No.                                                                  |
| Stock Alert Email Template                   | **SUPPORTED** | Choose the email template for when a product is back in stock.                     |
| Alert Email Sender                           | **SUPPORTED** | Define who should be the email sender. Eg. Sales Representative, Customer Service. |

### How to configure product alerts email templates <a href="#set-up-product-alerts" id="set-up-product-alerts"></a>

1. On the Admin sidebar, go to **Marketing** > Communications > **Email Templates**.
2.

```
Click _Add New Template_.
```

3.

```
Under _Load default template_, choose the Template that you want to customize.
```

4.

```
Click _Load Template_.
```

5.

```
Enter a Template Name. You will select this name in the Price Alerts configuration.
```

6.

```
Change the Template Subject and Template Content accordingly.
```

7.

```
Click _Save Template._
```


---

# 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://manual.scandipwa.com/v5.2.4/catalog/managing-inventory/product-alerts.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.
