# Price alert

Go to `Content Egg > Settings > Price alerts` and make sure that the `Price history` and `Price alerts` options are checked.

![](/files/-MTVsnHAJShcFtVZHb_2)

Use a special general shortcode to display the price change subscription form:

```
[content-egg-block template=price_alert]
```

By default, this form only allows you to subscribe to the cheapest product on the page. If you're creating a **price comparison site** and want to send a notification when the price of **any product changes on the page**, activate the following option:

![](/files/-MTVsxhqpneENGHEtKtA)

We also recommend adding `Settings > Privacy page` in WordPress. After that, the user will have to check the checkbox before they can subscribe to the notification mailing.

![](/files/-MTVt9cBAmKtU0N4_VOg)

You can also create your own e-mail templates and configure other settings in the `Content Egg > Settings > Price alerts tab`.


---

# 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://ce-docs.keywordrush.com/updating-products/price-alert.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.
