# How to create an Access List

With Boiler you can create an access list with the specific requirements you've set up that is aligned with your collection. \
We'll show you step-by-step how to create and launch your access list.\
\
&#x20;Follow a few steps to get started:

<figure><img src="/files/Bn3PHOQsyDbViPec3rTQ" alt=""><figcaption><p>To create your access list use the command: <code>/access list create</code></p></figcaption></figure>

## Step 1: Set Up Your Access List

Once you've created it, you have different options to help you set it up:

-> [Add new requirements](/bot/creator-section/global/requirements.md)\
-> [Edit access list information](#edit-accesslist-information)\
->[ Customize your access list](/bot/creator-section/global/customization.md)\
-> [Send a registration form panel](/bot/creator-section/global/send-a-panel.md)\
-> [Delete your access list](#delete-your-access-list)\
-> [Open registration](#open-registration)

### Edit Access List Information

Once set up, you can now edit the specific details such as:\
\
\- Setting the maximum number of participants \
\- Automatically close the list on the chosen end date\
\- Allow or restrict showing the number of participants in your action button

<figure><img src="/files/cjQqaZxA58csU4RHOktZ" alt=""><figcaption><p>Click on <code>Set max size</code> and put the number you want in the pop up</p></figcaption></figure>

<figure><img src="/files/O8xSzBDhynjlYszFXoDC" alt=""><figcaption><p>Click on <code>Set end date</code> and put the date you want in the pop up</p></figcaption></figure>

<figure><img src="/files/rdM34SunSW2xHd9CacBQ" alt=""><figcaption><p>It's an on/off button, the default value is to show the number on the button.</p></figcaption></figure>

### Delete Your Access List

You can choose to delete your access list if it's no longer needed. however, this action is final. Deleting your access list causes you to lose all the information it contained.

<figure><img src="/files/e8ZrWBudlycQAsFFtBzj" alt=""><figcaption><p>In the <code>Settings</code> panel you choose <code>Delete</code> to delete your access list</p></figcaption></figure>

### Open Registration

Before launching the communication about your access list, you need to click on "open registration" or else your community will not be able to join.

<figure><img src="/files/r9ALhkZlo2LYcylcLPRT" alt=""><figcaption><p>Click on <code>Open registration</code> to open registration to your community</p></figcaption></figure>

## Step #2

Once you've opened registration, new features will be available to you: \
\
-> [Join the access list (for you and your users)](/bot/user-section/guides/joining-an-access-list.md)\
-> [Export your whitelist (in .csv file)](/bot/creator-section/global/export-data.md)\
-> [Close registration](#close-registration)\
-> [Add a role to whitelisted users](#add-a-role-to-whitelisted-users)

### Close Registration

If you close the registration on your access list, your current campaign will end and any users trying to join will be denied by Boiler.

<figure><img src="/files/1GbA6IROzCw3F02kBtVQ" alt=""><figcaption><p>Click on <code>Close registration</code> to close registration for your access list</p></figcaption></figure>

### Add a Role to Whitelisted Users

You can create and/or choose a role to give to all users in the whitelist.

<figure><img src="/files/qloNY4dLp3u9zK2FjgWM" alt=""><figcaption><p>Go to <code>Whitelisted role</code>, select the role to added and click on <code>Add</code></p></figcaption></figure>

Once you've gathered all information, and have your whitelisted users, you can end the registration. From there, you can either export the .csv file or [continue with Boiler and create your Mint on Discord!](broken://pages/VXR9wqEeNbWu38OMwC7l)


---

# 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/access-lists-and-raffles/how-to-create-an-access-list.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.
