> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/ella-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/ella-documentation/~/changes/ya8CSeFxwPyu94dBt1WL/theme-settings/notify-me-out-of-stock.md).

# Notify Me: Out Of Stock

When a product is sold out, customers can submit their emails to receive an announcement when the product is available. Customer's emails are sent to the email you set up in Theme Setting. You will check your email and reply to customers manually.

![](/files/uVUxnGOOQyhWfEbTgh2z)

![](/files/wVORM7am2SgAL02D7qKP)

{% embed url="<https://www.youtube.com/embed/7iqFbEHzVoM>" %}

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Notify Me: Out Of Stock.**

![](/files/wjvZVYuSXPARGqzPShM6)

| Settings                     | Meaning                                                                                |
| ---------------------------- | -------------------------------------------------------------------------------------- |
| Show Notify Me: Out Of Stock | Toggle to show the popup to notify users when a particular item is available in stock. |
| Notify Me Form Title         | Enter the title for the notification popup form.                                       |
| Email Address                | Enter the Recipient Email address.                                                     |
| Email Subject Line           | Enter the email subject.                                                               |
| Label                        | Enter the label / tag for sent emails.                                                 |
| Send Mail Button             | Select the style for the send button.                                                  |


---

# 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/ella-documentation/~/changes/ya8CSeFxwPyu94dBt1WL/theme-settings/notify-me-out-of-stock.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.
