# Hedera NFTs

The Hedera network offers the possibility to create, transfer and manage NFTs.

When working with Hedera NFTs, it's important to understand the following concepts:

1. [NFT Collection](/nft-academy/hedera-nfts/nft-collection.md), Token ID and Treasury Account.
2. Collection [Token Keys](/nft-academy/hedera-nfts/collection-token-keys.md).
3. [NFT Metadata](/nft-academy/hedera-nfts/nft-metadata.md).

Briefly, consider the **NFT Collection** as the Box where you'll later mint/introduce the created NFTs.

Think of the **Token ID** as the unique identifier for the NFT Collection.

And the Treasury Account as the account linked to the NFT Collection, serving as the master or owner's account.

The Collection Token Keys allow you to perform various actions over your Collection.

Lastly, NFT Metadata is the data (usually comprising Multimedia Data + NFT Information) inscribed on each NFT during minting.

<figure><picture><source srcset="/files/dvDQ3E3YISoSMv189GjK" media="(prefers-color-scheme: dark)"><img src="/files/tVnPkrU4hPwY9mu1xnXK" alt="Kabila Academy NFT Collections explained"></picture><figcaption><p>An NFT Collection with a Max Supply of 27 NFTs, and 15 NFTs already minted.</p></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://academy.kabila.app/nft-academy/hedera-nfts.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.
