# How To Set Up Sales Conditions

[Sales Conditions](https://docs.nmkr.io/nmkr-studio/set-up-sales/sales-conditions-and-whitelisting) are a great way to define who should be able to mint the tokens and who not.\
The most popular sales condition is the so-called [Whitelisting](https://docs.nmkr.io/nmkr-studio/set-up-sales/sales-conditions-and-whitelisting/whitelist-with-count), where you predefine the wallet addresses that should be able to mint. But there are many more possibilities, like various ways to limit the amount of tokens that can be bought by a project or that only holders of a specific token are able to buy.

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

#### 1) Go to the price list tab

Navigate to the [price list tab of your project](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist) by clicking "set NFT prices" under "Manage project" on the right side of your project.

#### 2) Add Sales Conditions

Click on "Sales Conditions" and then "Add sale condition" on the next tab.

#### 3) Choose and activate sales condition

Choose the sales condition that fits for your sales strategy and fill out all the details. Activate and save the sales condition.

{% hint style="info" %}
The "+" button to add multiple policies to a sles condition follows an or-logic, if you want to enable sales condition by an and logic, simply create a new sales condition.
{% endhint %}

#### More details

If you want to learn more about this topic, [please click here](https://docs.nmkr.io/nmkr-studio/set-up-sales/sales-conditions-and-whitelisting).


---

# 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://docs.nmkr.io/nmkr-studio/how-to-quick-start-tutorials/how-to-set-up-sales-conditions.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.
