> For the complete documentation index, see [llms.txt](https://docs.evolution.land/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evolution.land/simplified-chinese/overview/faq.md).

# 常见问题

- [关于「通证」](https://docs.evolution.land/simplified-chinese/overview/faq/token-related.md): 游戏中的各种可流通的价值符号皆为链上通证
- [关于「钱包」](https://docs.evolution.land/simplified-chinese/overview/faq/wallet-related.md): 钱包用于管理私钥以及所属的资产，游戏内互动都需要钱包的帮助。
- [关于「地块」](https://docs.evolution.land/simplified-chinese/overview/faq/land-related.md): 地块富含资源，是建造一切的基础
- [关于「使徒 」](https://docs.evolution.land/simplified-chinese/overview/faq/apostle-related.md): 独一无二的使徒
- [关于「拍卖」](https://docs.evolution.land/simplified-chinese/overview/faq/auction-related.md): 交易创造价值，理解各种拍卖规则
- [其他常见问题](https://docs.evolution.land/simplified-chinese/overview/faq/others.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 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.evolution.land/simplified-chinese/overview/faq.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.
