# Updating Stock Levels

When you receive more stock from delivery or you have hand-made a bunch of products, you are going to need to update your stock. If this is not done, your customers will be unable to purchase the amount of a product they want to, even if you have sufficient stock.

### How do I update my stock levels?

In order to update your stock levels:

1. Login to your Freewebstore Control Panel.
2. Go to **Manage > Products > Stock.**
3. You will see a field next to each one of your products here labeled **Update Stock.** Simply enter the new stock level for each product you wish to update.
4. Once you are happy with your changes, be sure to click **Save.**

### **How do I update stock for different options/variations of the same product?**

In order to update stock for various options of a product:

1. Login to your Freewebstore Control Panel.
2. Go to **Manage > Products > List All Products** and select the product you wish to update the options stock of.
3. When you land on the product details page, scroll down until you find the panel labeled **Options/Variations.**
4. If you have options already set up, you will see 3 buttons at the top of this panel, click the **Option Stock Control** button.
5. When the new window pops up, you will need to check the **Enable Stock Option** checkbox to open the list of options for this product.
6. From here, you will be able to enter a stock level and an alert level for different options just like can in the **Stock** section of your Control Panel.
7. Once you are happy with the levels you have input, click **Confirm.**
8. **Save.**


---

# 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/updating-stock-levels.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.
