# Stock Requests

Stock requests enable your customers to request a notification email when the stock level on a product they are interested in is back in stock. This can be useful to keep your retuturning customers from looking elsewhere for a product you supply.

### How do I see who has made a stock request?

To view your stock requests:

1. Login to your Freewebstore Control Panel.
2. Go to **Manage > Products > Stock.**
3. At the top of your screen, locate and click the button labeled **Stock Requests.**
4. From here you can see all of the requests for your products. If you then click **View,** you will then be faced with a page that shows all of the customers that have requested stock updates on this product.
5. You will also see an **Actions Panel** on the right-hand side of the screen that allows you to **Send Emails** notifying your customers that the product is now in stock, **Customize Template,  Export Requests** to a CSV file or **Delete Request.**


---

# 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://help.freewebstore.com/manage/products/stock-management/stock-requests.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.
