# App settings

### 1. Mix & Match limit rules

* When a variant is added to the cart, it must meet the following rules in order
  * Variant rule (If any)
  * Product rule (If any)
  * Collection rule (If any)
  * All Product rule (If any)
* Example, you have 2 limit rules

  * Rule 1: Product A quantity must be between 1 and 3
  * Rule 2: Total cart quantity must be greater than 5

  **⇒ Customer must purchase 1 to 3 units of Product A and at least one additional product to ensure the total cart quantity exceeds 5 before thay can proceed to checkout**
* Admin setup: General settings -> Check "Mix & Match limit rules"

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

### 2. Sync product data

* Click the "**Sync data**" button so the app can use data on your store

<figure><img src="/files/AFMBoe7rptrpaAomU1wL" 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/app-settings.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.
