# Chroom

## Chroom

- [Welcome to the digital space](https://chroom1.gitbook.io/chroom/getting-started/quickstart.md)
- [The magic of real-time communication](https://chroom1.gitbook.io/chroom/getting-started/publish-your-docs.md): How Chroom Works
- [Key Technologies in Chroom](https://chroom1.gitbook.io/chroom/general-project-information/editor.md): We explore the key technologies behind Chroom that allow it to function as a cutting-edge decentralized real-time communication platform
- [Benefits of Chroom for Users](https://chroom1.gitbook.io/chroom/general-project-information/markdown.md): Chroom leverages a unique set of technologies to not only transform real-time communication but also deliver tangible benefits to users
- [Protocol](https://chroom1.gitbook.io/chroom/general-project-information/images-and-media.md)
- [Registration/Auth](https://chroom1.gitbook.io/chroom/user-guide/interactive-blocks.md)
- [Create a Room](https://chroom1.gitbook.io/chroom/user-guide/create-a-room.md)
- [OpenAPI](https://chroom1.gitbook.io/chroom/user-guide/openapi.md)
- [Integration of Chroom into Applications](https://chroom1.gitbook.io/chroom/user-guide/integrations.md)
- [System Architecture](https://chroom1.gitbook.io/chroom/system-architecture/system-architecture.md)
- [Orchestrator](https://chroom1.gitbook.io/chroom/system-architecture/orchestrator.md)
- [Connection Authentication](https://chroom1.gitbook.io/chroom/system-architecture/connection-authentication.md)
- [Media Node Allocations](https://chroom1.gitbook.io/chroom/system-architecture/media-node-allocations.md)
- [Chroom and dTelecom Partnership](https://chroom1.gitbook.io/chroom/connections/chroom-and-dtelecom-partnership.md)
- [WebRTC and Chroom Integration](https://chroom1.gitbook.io/chroom/connections/webrtc-and-chroom-integration.md)
- [Synergies](https://chroom1.gitbook.io/chroom/connections/synergies.md)
- [Roadmap](https://chroom1.gitbook.io/chroom/info/roadmap.md)
- [FAQ](https://chroom1.gitbook.io/chroom/info/faq.md)
- [Plugins and additional functions](https://chroom1.gitbook.io/chroom/info/plugins-and-additional-functions.md)
- [Terms and Conditions](https://chroom1.gitbook.io/chroom/info/terms-and-conditions.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://chroom1.gitbook.io/chroom/readme.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.
