> For the complete documentation index, see [llms.txt](https://docs-en.coderblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.coderblock.com/coderblock-studio/virtual-environment-management/users-interactions.md).

# Users interactions

When they're in the scene that you've created, your users can interact with each other through a **shared** **general chat**, a **private chat**, an **individual audio call**, and a **video/audio** **call shared** with all the other users sitting at the same table or bench! \
\
In fact, in scenes that represent offices for meetings, networking activities, or just gathering places for friends, you could include tables that allow for integrated video calls.&#x20;

<figure><img src="/files/SkaGNpaxCP6vLCGKtWO1" alt=""><figcaption></figcaption></figure>

But the interaction possibilities don't end with chat/calls: imagine attending a concert with users from all over the world and starting to dance to the music, waving to greet a new user, raising your hand to speak during an event, or applauding to show appreciation in front of a digital art exhibition. Expressing your **emotions** to those around you, even if they are physically thousands of miles away, has immense potential!&#x20;

By enabling a level of engagement and communication that replicates the dynamics of the real world, users can become more fully integrated into the virtual world they inhabit and fully appreciate the experience.&#x20;

Want to know more about how your avatar can interact with others? Check out the dedicated [section](/coderblock-world/user-experiences/interactions.md).<br>


---

# 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-en.coderblock.com/coderblock-studio/virtual-environment-management/users-interactions.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.
