# NFT Collection

Before minting (creating) new NFTs, **an NFT Collection needs to be created first.**

Think of an NFT Collection as a **digital box** where you'll later **introduce the NFTs** once you create them.

<figure><picture><source srcset="/files/NGkcd9j3tN1hgSiIEEaf" media="(prefers-color-scheme: dark)"><img src="/files/BuMVV5Mnp1DyXmQZdZnY" alt="" width="375"></picture><figcaption><p>The Collection is where you'll introduce the NFTs later.</p></figcaption></figure>

{% hint style="success" %}
Every NFT Collection is unique and has its own identifier, called: **Token ID.**

So, every time a new NFT Collection is successfully created, the network will return a new unique Collection/Token ID with the following structure: **0.0.1234567**
{% endhint %}

When [creating your NFT Collection](broken://pages/Z9qrSsTdRCbzx9bUOhM8) you'll need to provide the following details:

* **Name.** The name of your Collection. For example: Kabila Early Supporters.
* **Symbol.** Normally, an abbreviation of the name. For example: KES.
* **Max Supply.** Think of the Max Supply as the size of the box. If you define a max supply of 5,000, then it means that you'll never be able to mint/introduce more than 5,000 NFTs into that Collection. The Max Supply can not be changed after creating the collection.
* [**Token Keys**](/nft-academy/hedera-nfts/collection-token-keys.md)**.** This is a very important section. Token Keys are what allow you to perform actions on your Collection afterwards. You should always keep your Token Keys in a safe place and never share them with anyone!
* **Royalties.** NFT royalties are a percentage of secondary sales paid to the original creator every time the NFT changes hands, providing ongoing compensation for their work. Royalties apply to all NFTs from a specific collection. Creators usually set royalties in a range between 5 to 10%, and it's possible to define up to 10 beneficiary accounts.
* **Treasury Account.** This is the account to which the NFT Collection will be associated, and where the Collection and NFTs will appear once created. Normally, if not requested, the Treasury Account will be assigned by default to the Account from which you are creating the Collection.

{% hint style="warning" %}
It's crucial to keep control of your Collection's Treasury Account!
{% endhint %}

Once you define all the Collection parameters and successfully create the Collection, the network will return the Collection **Token ID**. This will be the unique and original identifier of your new Collection.

Now, learn what permissions you can define for your NFT Collection. Learn more about the Collection [Token Keys](/nft-academy/hedera-nfts/collection-token-keys.md).


---

# 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://academy.kabila.app/nft-academy/hedera-nfts/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.
