# How to View NFTs

Nova Wallet natively supports several NFT standards:

* on Polkadot: Polkadot Decoded 2020 NFTs
* on Polkadot Asset Hub: KodaDot NFTs
* on Kusama: RMRK v1 and v2 NFTs
* on Kusama Asset Hub: KodaDot and Uniques NFTs
* on Unique: UNIQUE NFTs

...and more NFTs via DApps!

### How to View Your NFTs in Nova Wallet

<figure><img src="/files/QeAAJl0UUXkING6ygSwD" alt="" width="375"><figcaption></figcaption></figure>

1. Open the Nova Wallet application.
2. `Select` **Your NFTs** under the balance widget.
3. `Select` any NFT to see its details:
   * Name of your NFT;
   * Collection is belongs to;
   * Description of your NFT;
   * Its owner and creator;
   * Network.

### How to View and Manage More NFTs

You can see your NFTs on other network and to manage your NFTs using DApps. Check out the **Art** category of our DApps catalog: [DApp Catalog](/nova-wallet-wiki/dapps/dapp-catalog.md) or use the Search bar to find a DApp, then connect your wallet to the DApp of your choice: [Connect to DApps](/nova-wallet-wiki/dapps/connect-to-dapps.md).


---

# 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.novawallet.io/nova-wallet-wiki/asset-management/how-to-view-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.
