# 如何建立你的第一个 NFT

## 如何建立你的第一个 NFT

- [如何建立你的第一个 NFT](https://docs.chengwf.com/build-your-first-nft/build-your-first-nft.md)
- [NFT 简史](https://docs.chengwf.com/build-your-first-nft/brief-history-of-nfts.md)
- [如何创建 NFT](https://docs.chengwf.com/build-your-first-nft/how-to-create-an-nft.md)
- [NFT 有什么用？](https://docs.chengwf.com/build-your-first-nft/what-are-nfts-used-for.md)
- [如何使用 Ethers.js 铸造 NFT](https://docs.chengwf.com/build-your-first-nft/how-to-mint-an-nft-using-ethers-js.md)
- [如何为 NFT 定价](https://docs.chengwf.com/build-your-first-nft/how-to-set-a-price-on-a-nft.md)
- [如何构建全栈 NFT dApp](https://docs.chengwf.com/build-your-first-nft/building-a-full-stack-nft-dapp.md)
- [建立一个成功的 NFT 项目](https://docs.chengwf.com/build-your-first-nft/building-a-successful-nft-project.md)
- [如何在您的手机钱包中查看您的 NFT](https://docs.chengwf.com/build-your-first-nft/viewing-your-nft-in-a-mobile-wallet.md)
- [其他资源](https://docs.chengwf.com/build-your-first-nft/additional-resources.md)
- [支持我们](https://docs.chengwf.com/build-your-first-nft/reward-to-us.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.chengwf.com/build-your-first-nft/build-your-first-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.
