> 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/creating-a-form/validations.md).

# Validations

Bueno Forms offers several different options to gate allowlist entries. From the form widget on the right side of the page, you can select the validation parameters. Bueno currently supports validations for wallet and Discord.

Add a validation by selecting the plus symbol. To edit the validations, click directly on those selections in the form widget.

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

### Wallet Validations

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

#### Balance

Balance requirements are useful for collecting wallets for mint allowlists. This will ensure that everyone on your list has enough ETH to actually mint your NFT on your mint day, and prevents limited spots from being taken up by wallets unable to mint.&#x20;

#### NFT Requirements

Yes, Bueno Forms offers token gating! This is a great way to offer utility to a previous project or build partnerships with other NFT communities by granting exclusive access to holders of a particular collection. You can select multiple collections, and users signing up must have **at least one NFT from at least one of the listed collections**.

#### Discord Role

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

Does your Discord have roles for multiple or cross-community holders? What about roles to reward active community engagement? Discord role requirements are another way to offer exclusivity to these smaller groups within your community or partnered communities.&#x20;

Additionally, Bueno Forms also has Discord integration to seamlessly share forms in your server. For more information, check out [this tutorial](/bueno-forms/integrations/discord.md).&#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/creating-a-form/validations.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.
