# How to create my own collection?

## What do I need to create an NFT collection?

1. Upload your first NFT, click on the <mark style="color:purple;">Upload button</mark> in the upper right corner.&#x20;
2. Upload the image, fulfill the greeting card information, and select the blockchain system.&#x20;
3. Below previous field, there will be a menu with **a choice of Collections.** The default is a Cruzo collection. If you already have created collections, then you can select them, and then a postcard will join them after creation. If you want to create a new collection, click on the plus button.

A new window for creating a collection will be popped up. There are obligatory fields like **a name of a collection, and a symbol**.

{% hint style="info" %}
**Good to know**:

You can immediately upload an avatar, or a cover of the collection, give it a description, specify an random URL, and attach social media links. You can <mark style="color:blue;">change this at any time</mark>.
{% endhint %}

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

After you have entered the necessary information, you have to **confirm the creation** of the collection <mark style="color:purple;">on the site</mark> and <mark style="color:purple;">in your wallet</mark>.

The new collection will appear in the relevant field of the NFT postcard creation window.

Next, you will need to:

* Select whether your NFT is for sale.
* If it is for sale, then set its cost.
* Specify the number of copies.
* Confirm the action on the site as well as in your wallet.
* It's done! Your NFT is created and placed in the appropriate collection. You can view it in your profile in the Collections tab.

In the future, if you want to add new NFTs to this collection, just select them in the appropriate field during the creation of your postcard.


---

# 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://guide.cruzo.cards/nft-creation/how-to-create-my-own-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.
