# How to Add NFTs

NeoLine Chrome Extension only supports adding NFTs already held by the wallet address.

1. Open the wallet and click \[NFT] on the homepage;
2. Click the \[+] and enter the \[NFT contract address] and \[Token ID];
3. Confirm the information and click \[Confirm].

Once added, the NFT will appear on the asset list. Click to view NFT details.

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

**Notice:**

* For NFTs with images that cannot be retrieved, a default image will be displayed. You can click to view the specific NFT on a browser or marketplace.
* If you did not add a browser when customizing the network, clicking to jump to the browser will not work.


---

# 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://tutorial.neoline.io/getting-started/manage-assets/how-to-add-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.
