> For the complete documentation index, see [llms.txt](https://docs.bueno.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bueno.art/bueno-forms/use-cases/allowlists.md).

# Allowlists

Pre-sale allowlists are encouraged to prevent bots from compromising your mint and hoarding your supply. Allowlists for mints can also be a great way to reward your community or provide utility for other projects by granting exclusive access. Below, we'll show you how easy it is to integrate Bueno Forms into your smart contract!

### Using Forms with Bueno Smart Contract

If you’re using Bueno Forms to create an allowlist for your Bueno smart contract, you can select it directly from the contract settings before you deploy. From **Token Pricing**, scroll down and enable **Pre-Sale Allowlis**t. Then, navigate to **Select an Allowlist**, and find your list from the options below.

<figure><img src="/files/5yErYz9DI5VkdCmBHaCk" alt=""><figcaption></figcaption></figure>

You can pause and change your allowlist at any time after your contract has been deployed. However, you **must deploy with an allowlist** in order to add or change one after deployment.

Allowlist changes can be made by navigating to the contract’s **Management** page and scrolling down to **Pre-Sale Details**. Select your allowlist to bring up the allowlist management window. Click your new allowlist and pay gas to sync with your contract!

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

{% hint style="warning" %}
Any changes to a current allowlist will also require gas to sync.
{% endhint %}

You can learn more about adding allowlists in our contract deployer [tutorial](https://docs.bueno.art/v/smart-contract-deployer/allowlists/allowlists-introduction).&#x20;


---

# 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.bueno.art/bueno-forms/use-cases/allowlists.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.
