# Edit your Drop

Once a Random Mint or Core Edition has been created, the majority of the Candy Machine settings cannot be changed; the only exceptions are the Phases, which can be added, edited, or removed as necessary. If you do have an allowlist phase you can add and remove any users from that allowlist by replacing it.

### Step One - Select Drop

There are a couple of ways to start the Editing process for a Random Mint, these are either from the Drops table or the Mint Page Editor.&#x20;

#### From Drops Table

<figure><img src="/files/6WjKT0cyfk30sWtbG0xK" alt=""><figcaption></figcaption></figure>

Start by clicking the action menu on the drop you'd like to edit and then select `Edit Collection` from the drop down.

#### From Mint Page Editor

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

When in the Mint Page Editor, if you click on the `Gear Icon` followed by `Mint Details` then click on the `Pencil Icon`.

### Step Two - Editing Drop

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

From here you can update some of the values of the drop, even when users are minting the collection. Some features like, freeze / thaw and delayed reveal can not be changed once the drop is created. However, you can update the phases and make the collection immutable.&#x20;

#### Default

The Default section only has the options to manage the public phase of the mint which includes:

* Toggling the phase on or off.
* The price of the mint.
* The amount a user can mint.
* The start and end date of the phase.

#### Phases

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

From the Phase section, you can manage your phases as needed meaning you can add, edit, or remove them.&#x20;

### Step Three - Confirm Changes

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

Once you have managed the changes you'd like, just click `Update` in the bottom right corner, this will prompt to you sign a message / approve a transaction. Once its complete you'll be taken to the page you were on.


---

# 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.truffle.wtf/truffle-help-center/drop-settings/edit-your-drop.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.
