> 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/community.md).

# 社区

## 频道

| 频道       | 链接                                                                             | 用途              |
| -------- | ------------------------------------------------------------------------------ | --------------- |
| Discord  | [discord.gg/vZ9rnCdNSB](https://discord.gg/vZ9rnCdNSB)                         | 开发者支持、社区讨论      |
| Telegram | [t.me/+tdnr-M6kcngxYzhk](https://t.me/+tdnr-M6kcngxYzhk)                       | 公告和更新           |
| GitHub   | [github.com/rome-protocol](https://github.com/rome-protocol)                   | 源代码、问题反馈、贡献     |
| Rome 学院  | [schola.rome.builders](https://schola.rome.builders/)                          | 关于在 Rome 上构建的课程 |
| 博客       | [rome.builders/blog-publications](https://www.rome.builders/blog-publications) | 技术洞见与合作新闻       |
| 网站       | [rome.builders](https://www.rome.builders)                                     | 概览和文档链接         |

## 获取帮助

1. **查看文档** — 此文档涵盖了大多数常见问题
2. **在 Discord 中搜索** — 你的问题可能已经有答案
3. **在 Discord 中提问** — 开发者社区活跃且乐于助人
4. **提交 GitHub issue** — 适用于漏洞、功能请求或文档改进

## 贡献

Rome Protocol 的仓库位于 GitHub： [github.com/rome-protocol](https://github.com/rome-protocol)。欢迎通过拉取请求贡献。


---

# 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/community.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.
