> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-gate-console/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-gate-console/in-event-movement.md).

# In-event Movement

![In game movement screen](/files/J5VkoRqKqtdrLD8jeT2U)

### Game mode switch

<div align="center"><img src="/files/dybZCUCUXk2kc0FxnQse" alt="Gamemode toggle"></div>

There are two viewing modes, the first is **"Host POV",** being your avatar's point of view and the second is a **"Free camera"** that allows you to see the event from an external point of view.&#x20;

* **Host POV:** In Host Point Of View, it is possible to move and walk in first person in the scene.&#x20;
* The commands are:
  * **WASD** **Keys**: for the horizontal movements
  * **Shift (Left) Key:** To move faster.&#x20;
  * **Mouse:** To change the rotation of the View.
* **Free camera:** Questa opzione ti permette di muoverti liberamente con la telecamera, senza gravità e senza collidere con nulla.<br>

  The commands are:

  * **WASD** **Keys**: for the horizontal movements
  * **Shift (Left) Key:** To move faster.&#x20;
  * **Q Key:** To ascend.&#x20;
  * **E Key:** To descend .
  * **Mouse:** To change the rotation of the View.

{% hint style="info" %}
The keyboard shortcuts for the mode switch are **1 Key** and **2 Key**
{% endhint %}

### Game status switch

![Game status toggle](/files/QwtO9KtTdAw0Ghh4tOUK)

After selecting the **Game mode**, clicking on the button at the bottom right actually activates the movement that according to the game mode will be the control of the avatar or the free movement camera.

Press the **ESC key** at any time to exit this mode.


---

# 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.overthereality.ai/over-gate-console/in-event-movement.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.
