# Creating/Importing Your Allowlist

Bueno supports importing allowlists from an external CSV (in case you collected wallets with an outside service), but you can also collect wallets through [Bueno Forms](https://www.bueno.art/forms)!

Once you begin creating your contract, you'll be able to select or import your allowlist. If you collected wallets with Bueno Forms, you'll be able to find them in the dropdown menu. Otherwise, you can import a CSV by clicking **Add New**.

To get started, create a sale phase (described in [Step 2: Pricing and Sale Phases](/smart-contract-deployer/contract-creation/step-2-pricing-and-sale-phases.md#minting-phases)) and click the "Allowlist" toggle.

<figure><img src="/files/LexRTmfrfSEbQv1m95aW" alt=""><figcaption><p>To create a new allowlist, select "Create New List". To import a Bueno form as an allowlist, select it from the dropdown.</p></figcaption></figure>

## Mint Maximums with Allowlist

Want to set wallet mint maxes for your allowlist? Just add an additional column to your allowlist. Then, set the wallet max with the corresponding wallet address. The wallets in your allowlist can have the same wallet max, or different wallet max allotments. Once you're done, the allowlist should look something like this:

<figure><img src="/files/ShOXkXDqGUaxE51XmlCz" 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://docs.bueno.art/smart-contract-deployer/allowlists/creating-importing-your-allowlist.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.
