# Global

- [Send A Panel](https://docs.boiler.gg/bot/creator-section/global/send-a-panel.md): Boiler allows you to send your panel to all text channels of a server.
- [Export Data](https://docs.boiler.gg/bot/creator-section/global/export-data.md): Export the data you've gathered for third-party use.
- [Customization](https://docs.boiler.gg/bot/creator-section/global/customization.md): Boiler allows you customize the panels you send to your community, so be creative and have fun with it !
- [Requirements](https://docs.boiler.gg/bot/creator-section/global/requirements.md): Learn all about the different requirements you can set
- [Discord Roles](https://docs.boiler.gg/bot/creator-section/global/requirements/discord-roles.md): Adding Discord roles as part of your requirements
- [Twitter](https://docs.boiler.gg/bot/creator-section/global/requirements/twitter.md): Learn how to add requirements related to Twitter accounts.
- [Single NFT (ERC721)](https://docs.boiler.gg/bot/creator-section/global/requirements/single-nft-erc721.md): Boiler allows you to add requirements based on an amount of ERC721 tokens that a user must own.
- [Multiple NFT (ERC1155)](https://docs.boiler.gg/bot/creator-section/global/requirements/multiple-nft-erc1155.md): Boiler allows you to add requirements based on an amount of ERC1155 tokens that a user must own.
- [POAP](https://docs.boiler.gg/bot/creator-section/global/requirements/poap.md): Boiler allows you to add a requirement based on a POAP event.
- [Crew3](https://docs.boiler.gg/bot/creator-section/global/requirements/crew3.md): Boiler allows you to add requirements related to the Crew3 community.
- [Lens Protocol Profiles](https://docs.boiler.gg/bot/creator-section/global/requirements/lens-protocol-profiles.md): Boiler allows you to add a requirement based on users who have a Lens Protocol profile
- [Coins (Cryptocurrency)](https://docs.boiler.gg/bot/creator-section/global/requirements/coins-cryptocurrency.md): Boiler allows you to add requirements based on an amount of native tokens owned.
- [Token (ERC20)](https://docs.boiler.gg/bot/creator-section/global/requirements/token-erc20.md): Boiler allows you to add a requirement based on an amount of ERC20 tokens to own.
- [Custom Contract](https://docs.boiler.gg/bot/creator-section/global/requirements/custom-contract.md): Boiler allows you to add a requirement based on a specific function of a contract.


---

# 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.boiler.gg/bot/creator-section/global.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.
