> For the complete documentation index, see [llms.txt](https://tutorial.neoline.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorial.neoline.io/cn/xin-shou-zhi-nan/zi-chan-guan-li/ru-he-jiang-nft-tian-jia-dao-zi-chan-ye-mian.md).

# 如何将 NFT 添加到资产页面？

{% hint style="info" %}
NeoLine 插件钱包仅支持该钱包地址上已经有NFT的情况下进行添加！
{% endhint %}

1. 打开钱包，点击【NFT】；
2. 点击右边的【+】，进入 NFT 资产添加页面；
3. 输入 NFT 合约地址，Token ID；
4. 确认无误后，点击【确认】。

添加成功后，返回资产——NFT 列表，就可以看到你添加的 NFT，点击即可查看 NFT 的详细信息！

<figure><img src="/files/7HnanPljKI76TTpPRVuj" alt=""><figcaption></figcaption></figure>

**提示：**

* 对于检索不到的 NFT 图片，我们将配置统一的显示图，具体可点击前往浏览器或者 NFT 市场查看！
* 如果你在自定义网络时没有添加浏览器，在点击跳转浏览器时则无反应！


---

# 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://tutorial.neoline.io/cn/xin-shou-zhi-nan/zi-chan-guan-li/ru-he-jiang-nft-tian-jia-dao-zi-chan-ye-mian.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.
