> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/soul-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/soul-documentation/product-page/back-in-stock-alert-feature.md).

# Back-in-stock alert feature

With this feature, customers can submit their email address to receive a restock notification once the product is back in stock.

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

All submitted emails will be sent to the address you configured in Theme Settings.

{% hint style="warning" %}
**Note:** This feature does not send emails automatically. You will need to manually check your inbox and reply to customers.
{% endhint %}

***

## How to Enable Back-in-Stock Alert:

**Step 1:** From your Shopify admin, go to **Online Store → Themes**.

**Step 2:** Find the theme you want to edit, then click **Customize**.

**Step 3:** In the theme editor, choose **Products** from the top dropdown.

**Step 4:** In the product page layout, click on **Product information**, then select the **Buy buttons** block.

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

**Step 5:** Enable the checkbox **“Enable back-in-stock alert”**.

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

***

## You’re all set!

Customers will now see a field to enter their email when a product is sold out. You’ll receive these requests at your configured email address and can notify customers manually once the product is restocked.

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


---

# 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://halosoft.gitbook.io/soul-documentation/product-page/back-in-stock-alert-feature.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.
