# Setting Order Quantity Limits

There are many reasons you may wish to add a limitation to how many items of a product your customers can buy. Maybe you have an offer on a certain product but you want to limit the product to one per customer.

In order to set this limitation up for any of your products:

1. Log in to your Freewebstore Control Panel.
2. Go to **Manage > Products > List All Products.**
3. Click **Edit** on the product you wish to add this limitation for.
4. When the page loads, look to the right of your screen and locate a panel labeled settings and click the arrow to expand this section.
5. Once expanded, you will see the **Order Quantities** section with **Edit** buttons so that you can specify the minimum and maximum limits of the product that your customer can purchase.
6. When you are happy with the quantities you have set, click **Save.**

{% hint style="info" %}
Customers will not be able to order less than the minimum and will not be able to order more than the maximum.
{% endhint %}


---

# 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/your-products/setting-order-quantity-limits.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.
