# Limit messaging

1. **Check limit on product page**

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

Checked this option to block "**Add to cart**" button and display a notification on product page when the customer's quantity/value/weight doesn't meet the conditions.

2. **Check limit on collection page**

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

Checked this option to block "**Add to cart**" button and display a notification on collection page when the customer's quantity/value/weight doesn't meet the conditions.

*Note: This is an advanced setting that requires adding code to your theme. Please contact us for assistance.*

3. **Customize notification, color, translate text**

* Checked "**Set default quantity to minimum**" option if you want the product's default quantity to be set to the minimum value of the limit rule when the product page loads&#x20;

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

4. **Customize table layout**

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

5. **Save your changes and check your storefront**

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


---

# 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://pareto-1.gitbook.io/pareto-docs/limit-messaging.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.
