# NFT Gallery

The **NFT Gallery** is the section in your Wallet where you can view and manage your NFTs (Non-Fungible Tokens).

## Associate NFT

On Hedera, before being able to receive NFTs you'll need to associate their Token ID.

{% hint style="success" %}
**The Token ID serves as the official identifier for an NFT collection**, making each collection unique and original.
{% endhint %}

To associate a new NFT, go to "Gallery" and click on the upper right button "Associate NFT".

Then introduce the Token ID from the NFT collection and click on "Associate".

<figure><picture><source srcset="/files/ZvhoefCIr7nI1SGQBMb1" media="(prefers-color-scheme: dark)"><img src="/files/00YIBZg6XnJFWjyNGt2t" alt=""></picture><figcaption></figcaption></figure>

Now you can receive NFTs from that collection!

{% hint style="info" %}
**Token Association** is a unique security feature on Hedera designed to prevent the receipt of scam/spam tokens from unknown accounts.
{% endhint %}

## The Gallery

The first thing that appears in your Gallery are your NFT collections, along with their names and Token IDs.

When you click on a specific collection you'll be able to see all the NFTs you own from that specific collection. Note that all NFTs within a collection have a unique #SerialNumber&#x20;

<figure><picture><source srcset="/files/gSGsnM75612ZckwrgBZA" media="(prefers-color-scheme: dark)"><img src="/files/Q9QQ2kzeKTokIqXfqzaK" alt=""></picture><figcaption></figcaption></figure>

When you click on a specific NFT you'll access its metadata: media files + NFT details.

<figure><picture><source srcset="/files/bfKFs2tMCNmjcDNrnHN1" media="(prefers-color-scheme: dark)"><img src="/files/CvXpFZEOALAZ8jxz3vVk" alt=""></picture><figcaption></figcaption></figure>

## Send NFTs

Sending NFTs from your Gallery is simple!

Open the NFT you want to send, click the bottom-right "Send" button, add the recipient's account (ensure the recipient has associated the Token ID of the NFT Collection beforehand), and click Send!&#x20;

Note: Some NFTs with "Fallback Fees" can only be sent using the [Safe Trade](/products/wallet/nft-safe-trade.md) tool.

If you need to send multiple NFTs, check the [Bulk Sender](/products/tools/bulk-sender.md) feature within Kabila [Tools](/products/tools.md).

Finally if you're looking to sell some of your NFTs or planning to carry out a P2P transaction with someone you don't know, use the NFT [Safe Trade](/products/wallet/nft-safe-trade.md) tool for a secure transaction.


---

# 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/products/wallet/nft-gallery.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.
