> For the complete documentation index, see [llms.txt](https://docs.niftykit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.niftykit.com/nft-collections/listing-nfts-for-sale/presale-management.md).

# Presale Management

### Create an Access List (aka Presale List, Whitelist, or Mint List)

Set up an access list for your drop by navigating to the **\[Presale List]** tab within `Drop Dashboard`. From here, you can add any wallet or smart contract address.

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

## Uploading your Waitlist

On your pre-sale tab, go to the **\[Setup]** button to upload your pre-sale list or waitlist CSV or add your collector's wallet address individually.

<figure><img src="/files/PJK53WsRMcjn89cYK9Hi" alt=""><figcaption><p>Pre-sale setupload: Upload wallet address list (waitlist)</p></figcaption></figure>

You can download the template here:

{% file src="/files/UeQx9mAyoVY62RRNf51A" %}
CSV template for Pre-sale list
{% endfile %}

* Quantity refers to the mint limit per wallet for the pre-sale phase

### Setting Mint Limit for Pre-sale

You can limit the number of mints allowable per wallet on your pre-sale. Set the maximum mint on your CSV, and set the **\[quantity]** to the number of mints you want to allow per wallet.

However, your **\[quantity]** should not exceed the **\[Max NFTs per Wallet]** on your pre-sale setup.&#x20;

Your contract will follow **\[Max NFTs per Wallet]** whenever **\[quantity]** is higher.&#x20;

{% hint style="warning" %}
Hit **\[Publish list]** to submit the list to your contract. Not publishing it will only save it on the NiftyKit UI and collectors on the list won't be able to mint on your pre-sale
{% endhint %}


---

# 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.niftykit.com/nft-collections/listing-nfts-for-sale/presale-management.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.
