# Managing an NFT Collection

### **1. Access the Creator’s Hub**

Navigate to the **Creator’s Hub** and select the NFT collection you want to manage.

<figure><img src="/files/Im4HI2RFAiLYKjcXfQab" alt=""><figcaption><p>This section provides an overview of all the candy stores associated with your account.</p></figcaption></figure>

### **2. Viewing and Managing Your Collection**

Once you select a collection, you will be redirected to the collection management page.\\

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

Here, you can:

* View detailed **collection information**.
* Manage the collection’s **minting phases**.
* Click the **Manage** button to configure the collection’s phases.

### **3. Editing Minting Phases**

Inside the **Phase Editor**, you can configure the minting settings for your collection.

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

Fields to enter:

* **Phase Name** – Define the name of the minting phase.
* **Start & End Date** – Set the duration for when the phase will be active.
* **Mint Limit** – Specify how many NFTs can be minted during this phase.
* **SOL Price** – Determine the minting price per NFT.
* **Allocation** – Set how many NFTs are allocated for this phase.

These settings allow for controlled and structured NFT minting phases.

### **4. Saving and Signing the Transaction**

After configuring the phase details:

1. Click **Save** to confirm the changes.
2. A transaction request will appear in your connected **Solana wallet**.
3. Approve the transaction to save the phase settings.

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

Once confirmed, the minting phase will be updated and reflected in your collection’s settings.

### **5. Publishing the Collection**

After setting up the minting phases, you can make the collection publicly visible:

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

1. Click the **Publish** button.
2. Confirm and approve the transaction in your **Solana wallet**.
3. Once published, the collection will be live for public viewing and minting.

Publishing makes the collection available to users who want to mint NFTs during the active phases.


---

# 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.candyblinks.fun/candyblinks/early-access/testing-areas/managing-an-nft-collection.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.
