# Import Legacy NFT

If your NFT does not have a <mark style="color:orange;">`collection_metadata`</mark> as it's key, chances are that it does not belong to any collection and will show up under an Unknown collection in the Loopring Smart Wallet.

For this to be rectified, you will need to import this NFT into a collection such that it shows up with the correct details.

### A. Navigate to My Collections and click Import Collection for Legacy NFT

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

### B. Select the contract address applicable for the NFT

<figure><img src="/files/ybjY3sctHqKK4z19B90i" alt=""><figcaption></figcaption></figure>

### C. Create a Collection or Choose a Collection if you have an existing one

<figure><img src="/files/d9i3JOclGY9qXOUEqGnZ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3B2l1lBY7cHpmoNyGPrZ" alt=""><figcaption></figcaption></figure>

### D. Select which NFTs you would want to move to a Collection

<figure><img src="/files/pVJ6IsNz1cNCHxKWmpbw" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Congratulations!** You have successfully moved your Legacy NFTs into a Collection!
{% endhint %}

<figure><img src="/files/Q5cet7gBSqMRjww8EeOT" alt=""><figcaption></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://docs-dapp.loopring.io/nft/advanced/import-legacy-nft.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.
