# Community

## Channels

| Channel  | Link                                                                           | Purpose                                 |
| -------- | ------------------------------------------------------------------------------ | --------------------------------------- |
| Discord  | [discord.gg/vZ9rnCdNSB](https://discord.gg/vZ9rnCdNSB)                         | Developer support, community discussion |
| Telegram | [t.me/+tdnr-M6kcngxYzhk](https://t.me/+tdnr-M6kcngxYzhk)                       | Announcements and updates               |
| GitHub   | [github.com/rome-labs](https://github.com/rome-labs)                           | Source code, issues, contributions      |
| Blog     | [rome.builders/blog-publications](https://www.rome.builders/blog-publications) | Technical insights and partnership news |
| Website  | [rome.builders](https://www.rome.builders)                                     | Overview and documentation links        |

## Getting Help

1. **Check the docs** — this documentation covers most common questions
2. **Search Discord** — your question may already be answered
3. **Ask in Discord** — the developer community is active and helpful
4. **Open a GitHub issue** — for bugs, feature requests, or documentation improvements

## Contributing

Rome Protocol repositories are on GitHub at [github.com/rome-labs](https://github.com/rome-labs). Contributions are welcome via pull requests.


---

# Agent Instructions: 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/resources/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.
