# Changing or Adding an Allowlist During Mint

If your list wasn't finalized when you deployed your contract, or you realized you forgot to add a bunch of collectors, *don't worry!* Bueno lets you update your contract, there are just a few important things to keep in mind.

To start, navigate to your Bueno contract dashboard and hover your mouse over the phase with the allowlist you intend to update. Click the pencil icon next to the phase.

<figure><img src="/files/p4EDRUSBtp1eXLrPGSm8" alt=""><figcaption><p>Hovering over a phase will reveal a Pencil icon, which you can click to change the Phase settings</p></figcaption></figure>

From here, you have a couple of options:

* Create a completely new allowlist (either by importing a CSV, or entering wallets manually).
* Select a Bueno form to import wallets from.
* Disable the allowlist.
* Add an allowlist to a phase that doesn't have one.

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

{% hint style="success" %}
Bueno **automatically** updates your minting page & minting widget to use your new allowlist once you've made the update.&#x20;
{% endhint %}

&#x20;


---

# 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/changing-or-adding-an-allowlist-during-mint.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.
