> 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-world/user-experiences/interactions.md).

# Interactions

In addition to the main commands discussed [HERE](/coderblock-world/user-experiences/first-steps.md), there are many other actions you can perform on your avatar:

* Pressing the **T** key allows you to choose a reaction from those shown in the image below. Alternatively, you can click on keys **1 to 9** to activate them! Reactions are a great way to interact with other users and communicate your mood.<br>

  <figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXdEvDcXmMcjVKgPNkBFRP7xp_2ulWg9auJva2U1B_n1X7GBpbUiB4QNCLqYuSaS33ozzE6OWVkf6HB22Oxmv0GNpi7oaYTwz1H7A9enatJuDFW-CTZU-ij4LSbKDrm1fdadxxEkI9w7fcAWqBTTJFXXt8Vm?key=il28y4ksQHueqFOZgBF8Kg" alt="" width="188"><figcaption><p>Reactions</p></figcaption></figure>
* Pressing the **R** key will make your avatar wave to other users around you.

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

* When you approach an interactive object and press **E**, you can interact with it: for example, you can sit on a bench, turn street lights on and off, view the contents of roll-ups and information objects, and much more as you explore virtual worlds.

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

* The **E** button also allows you to interact with other users' avatars: when you walk up to someone and press the E button, a private chat will open, visible only to you and the user you have interacted with, allowing you to communicate instantly and easily.
* Pressing the **Enter** key will take you to the general chat: here you can interact with users present in the virtual world you are in. Remember to always respect the [User Conduct Guidelines](/coderblock-world/privacy-policy-e-guide-lines/user-behavior.md).
* Pressing **F** when you are near another user sends a request for an audio call. If the other user accepts your request within the one-minute timer, you will enter an audio call where you can communicate directly using your microphone.
* In some scenes (such as networking, interviews or office meetings) you will find tables with integrated video calls. Here you can use the **E** button to **sit down** and start a video call directly in the virtual environment with the people sitting at the table with you! Once the video call has started, you can also get up from the table and continue exploring the virtual world with your avatar while the video call remains active.
* Click the '**Raise Hand**' button to have your avatar raise his hand: use this feature to ask to speak during an event, for example.

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs-en.coderblock.com/coderblock-world/user-experiences/interactions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
