# Step 3: Launch

Once your collectible settings are complete, it's time to **drop it**! Select the **Continue** button to deploy your ERC1155 contract.&#x20;

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

### Manage Collection

After you launch, you can view and edit your collection at any time from your Bueno dashboard.&#x20;

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

You can continue to edit metadata and/or mint settings after launch. **Keep in mind, once a collectible is minted, certain settings are locked in and can't be changed.**&#x20;

{% hint style="warning" %}
Once a token has been minted (eg, purchased by a collector, or airdropped), the following things cannot change:

* Title
* Description
* Traits
* Image
* Supply (limited collection)
* Start / End Date

At any point, the following things can be changed:

* Purchase price of the token
* Allowlist associated with the token
  {% endhint %}

Like other ERC-1155 open editions, you can add new collectibles to your collection at any time!


---

# 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/bueno-drops/create-a-drop/step-3-launch.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.
