# Hedera NFTs

La red de Hedera ofrece la posibilidad de crear, transferir y gestionar NFTs.

Cuando trabajas con NFTs de Hedera, es importante entender los siguientes conceptos:

1. [Colección NFT](/nft-academy/hedera-nfts/coleccion-nft.md), Token ID y Cuenta de Tesorería.
2. [Claves privadas del Token](/nft-academy/hedera-nfts/llaves-privadas-del-token.md).
3. [Metadatos del NFT](/nft-academy/hedera-nfts/metadatos-del-nft.md).

Piensa en la **Colección NFT** como la Caja donde luego vas a "mintear" o introducir los NFTs creados.

Imagina el **Token ID** como el identificador único para la Colección NFT.

Y la **Cuenta de Tesorería** como la cuenta vinculada a la Colección NFT, que sirve como la cuenta principal o del propietario.

Las Claves Privadas del Token de la Colección te permiten realizar diversas acciones sobre tu Colección.

Por último, los Metadatos del NFT son los datos (generalmente Archivos Multimedia + Información del NFT) inscritos en cada NFT durante su minteo.

<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://academia.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.
