> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/mobile-app-user-guide/asset-and-address-management/customize-your-assets/import-nfts.md).

# Import NFTs

**Step 1**: On the SubWallet homepage, hit the "**NFTs**" tab at the bottom of the screen.

<figure><img src="/files/shuh5p57k8xpTMDQljBi" alt="" width="282"><figcaption></figcaption></figure>

**Step 2**: Tap the "**Add NFT**" button at the upper right corner of the screen.

<figure><img src="/files/c70sgBVjlyHqZvfEU4ie" alt="" width="282"><figcaption></figcaption></figure>

**Step 3**: Enter the NFT details. You will need to specify the network on which you have the NFT and the NFT contract address. Then hit "**Import NFT**".

<figure><img src="/files/Hg1e9AORqKC4Loe8TdzZ" alt="" width="282"><figcaption></figcaption></figure>

SubWallet will automatically perform an on-chain search to fill in details such as NFT type and NFT collection name.

<figure><img src="/files/JjvsVK5JRyTltIC4PoUE" alt="" width="282"><figcaption></figcaption></figure>

**Step 4**: You will be redirected to the "**Your collections**" screen. Your newly imported NFT (in this case, *Galxe - Squid Wif Top Hat*) will be visible there.

<figure><img src="/files/ujUibTWOmBUIoffyFHwK" alt="" width="282"><figcaption></figcaption></figure>

{% hint style="warning" %}
Make sure that one of your account(s) in SubWallet owns the NFT you want to import. Otherwise, it won't appear in the wallet, even if you know NFT's network and contract address.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.subwallet.app/main/mobile-app-user-guide/asset-and-address-management/customize-your-assets/import-nfts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
