> For the complete documentation index, see [llms.txt](https://docs.rome.builders/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rome.builders/zh/zi-yuan.md).

# 资源

- [水龙头](https://docs.rome.builders/zh/zi-yuan/faucets.md): 面向 Rome 及桥接器支持的每一条链的测试代币水龙头。
- [常见问题](https://docs.rome.builders/zh/zi-yuan/faq.md): 关于 Rome Protocol 的常见问题——Rome 是桥还是 Rollup、Solidity 兼容性、预言机、gas 代币以及与 Solana 的互操作性。
- [术语表](https://docs.rome.builders/zh/zi-yuan/glossary.md): 本套文档中使用的 Rome 和 Solana 术语定义——ATA、CPI、PDA、VmAt/VmIt、持有账户、SPL 代币等。
- [社区](https://docs.rome.builders/zh/zi-yuan/community.md): 在何处获得 Rome Protocol 开发帮助——Discord、Telegram、GitHub、Rome Academy 课程和博客。


---

# 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://docs.rome.builders/zh/zi-yuan.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.
