> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/getting-started/basic-controls.md).

# Basic controls

The controls are tailored to the device that you use. To check the controls for the device that you are currently using, complete the following steps:

1. In a Session, open your menu or tablet. If you use a VR headset, press the appropriate button on your hand controller. If you use the desktop app, press the Esc key on the keyboard. For more information, see [Accessing your menu](/engage/essential-features/accessing-your-menu.md).
2. On the side menu, select the **Settings** icon (![](/files/PCjqep1FzgkHYTLk4ATQ)).
3. On the **Settings** page, select **Controls**.

{% hint style="info" %}
You can also access the same information on the menu screen. Select the settings icon (![](/files/PCjqep1FzgkHYTLk4ATQ)) in the upper-right corner of the menu screen, and then select **Controls** on the menu that appears.
{% endhint %}

The sections below show the controls for some of the most common devices.

### Meta

![Hand controller controls for devices such as the Meta Quest 2](/files/VQV3fGQaXhAyjMza5Vce)

### HTC VIVE

![Hand controller controls for devices such as the HTC VIVE Pro](/files/L7bN45QOQnDcgDQ808hS)

### Desktop

![Mouse and keyboard controls on desktop devices](/files/FeTDL6v2UoWQ6AleS83M)

![Game pad controls on Microsoft Windows devices](/files/pn0fbssEgwSv5cabMqgQ)

![Mouse and keyboard controls on macOS devices](/files/1IslNulCD9gIFyjB5Fxl)

![Trackpad and keyboard controls on macOS devices](/files/BckFqos13pdD9rEYjfHM)

### Phone and tablet

![Touch controls on Android and iOS phones and Tablets](/files/MOGIwhONtbmjofVQXFyf)


---

# 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.engagevr.io/engage/getting-started/basic-controls.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.
