# Communications

[Public Communication](/overview/communications/public-communication.md): Orbit's public communication mimics real-life group interactions in a virtual setting, with options for users to adjust their experience. It includes spatial voice chat and public text messaging visible to all nearby users.

[Private Communication](/overview/communications/private-communication.md): Party Chat in Orbit allows up to 5 people to communicate privately through voice, video, text, and screen sharing within the virtual space, similar to a private conversation in a public setting.


---

# 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.metacom.space/overview/communications.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.
