> For the complete documentation index, see [llms.txt](https://docs.paretodeals.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paretodeals.com/limit-purchase/create-a-limit.md).

# Create a limit

### 1. Add a limit

Go to main tab **Limit purchase** -> Click **Add a limit** button to start setting up your rules

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

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

### 2. Set up rules

* **Min limit purchases**: Minimum quantity that customers must purchase.
* **Max limit purchases**: Maximum quantity that customer must purchase
* **Multiple**: The quantity purchased must be a multiple of the specified number.

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

### 3. Apply to product

Select the product to which you want to apply the above limit rules. We have 3 options:

* **Specific product variants:** For each product variant, your customers can only purchase quantities within the specified range. &#x20;

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

* **Specific products:** For each selected product, your customers can only purchase quantities (sum of variants quantities of product) within the specified range. &#x20;

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

* **Specific collections**: For each selected collection, your customers can only purchase quantities (sum of products quantities of collection) within the specified range. &#x20;

<figure><img src="/files/4TqqOSX6Go7adxwmCJkK" alt=""><figcaption></figcaption></figure>

**Note: The system will prioritize checking limit rules of product variant => product => collection**

### 4. Apply to customer

Select the customer group to which you want to apply the above limit rules. We have 2 options

* **Group customers:** This limit rule will be applied to all customer who have the selected tag.

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

* **All visitors:** This limit rule will be applied to all visitors on your storefront

**Note: The system will prioritize checking limit rules of group customer => all visitors**

### 5. Set up schedule

You can setup the time period during which this limit will be available.

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

### 6. Save your limit

Click **Save** button to save your limit

<figure><img src="/files/Bmy9so9pdG62SJIZOLpB" 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://docs.paretodeals.com/limit-purchase/create-a-limit.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.
