# Whitelist

Add addresses to your whitelist as well as how many number of items each member can mint.&#x20;

You can reach this page by navigating to <http://localhost:3000/whitelist>.

<figure><img src="/files/gdqLfCG7D9Db31tMt7yr" alt=""><figcaption><p>Whitelist form</p></figcaption></figure>

The parameters are:

* `Address` : The aleo address you want to whitelist
* `Maximum Number of Items` :  The maximum of number of NFTs the address is able to mint.

Once you add an address to the whitelist or you have any addresses added on the whitelist, you should be able to see the complete list in the section below the form. The program has no limits on the number of addresses you're able to whitelist.

At the time of this documentation, Aleo does not support removing items from mappings, which means addresses cannot be removed from the whitelist. However, an address's number of items to mint can be set to 0, which effectively prevent that address from minting.

<figure><img src="/files/vTqIB891JNtG43NKo8G8" alt=""><figcaption><p>Whitelisted Addresses Table</p></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://art.privacypride.com/admin/whitelist.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.
