> 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-labs](https://github.com/rome-labs)                           | 源代码、问题、贡献  |
| 博客       | [rome.builders/blog-publications](https://www.rome.builders/blog-publications) | 技术见解与合作新闻  |
| 网站       | [rome.builders](https://www.rome.builders)                                     | 概览和文档链接    |

## 获取帮助

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

## 贡献

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


---

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