# Creating an NFT Collection

### **1. Head Over to the Create Page**

Go to the **Create Page** on CandyBlinks to start setting up your NFT collection. Ensure you are using **Devnet** for testing

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

This is where you will configure your **Candy Store**, which manages your NFT collection.

### **2. Fill Out Candy Store Information**

Provide the necessary details for your NFT collection:

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

* **Collection Name** – Enter a unique name for your NFT collection.
* **Symbol** – Enter a symboll for your NFT collection.
* **Description** – Briefly describe your collection and its purpose.
* **Banner Image** – Add a banner image for your collection.
* **Royalties** – Set the percentage of royalties from secondary sales.
* **Website and Social Media -** Enter your website and other social media links&#x20;

### **3. Upload Assets**

Upload the assets that will be included in your NFT collection.

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

* **Drag & Drop** your asset files into the upload section.
* Ensure the files follow the correct **folder structure** (a sample zip is available for reference).
* Assets should include images and metadata in **JSON format**.

A **sample asset zip** is available on the upload page for those who need guidance on structuring their files correctly.

### **4. Collection Overview**

Before proceeding with deployment, review your collection details carefully:

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

* Double-check the **collection name, description, symbol, and royalty settings**.
* Ensure the correct **wallet address** is being used.

This is the final opportunity to make any necessary changes before deployment.

### **5. Deploy Your Collection**

Once all details are confirmed:

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

1. Click the **Deploy** button.
2. Confirm the transaction in your **Solana wallet**.
3. Wait for the deployment to complete. This process may take a few moments.
4. Your NFT collection is now **live**.

<figure><img src="/files/222KfSbTUq3FAplOh9Jg" alt=""><figcaption></figcaption></figure>


---

# 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/creating-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.
