> 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/essential-features/gestures/using-gestures-on-a-vr-headset.md).

# Using gestures on a VR headset

If you use a VR headset and hand controllers, the hands of your avatar follow the movements of your real hands. You can perform gestures in the real world and your avatar performs the same gestures in ENGAGE. For example, you can wave to another user or raise your hand to ask a question.

The sections below describe some specific gestures that you can perform with hand controllers.

### Clap your hands

Repeatedly move your controllers together and apart to simulate clapping your hands. You don't need to make contact between the controllers. If you perform the gesture correctly, a clapping sound effect plays.

![Hand clap gesture](/files/48MrUc3LvRo2dhehaL2g)

{% hint style="info" %}
As a host, you can control whether a sound effect accompanies the hand clap gesture. For more information, see [Setting permissions for all users](/engage/host-controls/controlling-permissions/setting-permissions-for-all-users.md).
{% endhint %}

### Point your finger

Press and hold the grip button to make your avatar's hand adopt a pointing gesture. You can point with either hand.

![Finger point gesture](/files/zvWeG1tHDoN4r9SU0FuN)

### Create a laser pointer

Press and hold both the grip and trigger buttons to create a laser pointer. You can use either hand, but you must be a host in a Session to use this gesture.

![Laser pointer gesture](/files/tcdBHapjvRdgd7Phb7y7)


---

# 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/essential-features/gestures/using-gestures-on-a-vr-headset.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.
