> For the complete documentation index, see [llms.txt](https://overay-inc.gitbook.io/overaydesk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overay-inc.gitbook.io/overaydesk/guide/getting-started/hand-menu.md).

# Hand Menu

> You can **perform actions in one step** without opening the panel, making your VR experience smoother and more efficient.

## Activate hand menu

* To open the hand menu, raise your left hand with your palm facing forward.\
  The menu will appear once detected, allowing for easy selection.

{% hint style="info" %}
With Left Hand Mode enabled, the hand menu appears on your right hand instead.
{% endhint %}

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

## Using the hand menu with the controller

You can also open the hand menu by tilting the controller to the side, and use the controller pointer to click buttons.

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

## Edit&#x20;

* While in the hand menu, press the "**Edit"** button.
* This feature switches the monitor to edit mode, allowing you to freely adjust its position.

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

## Passthrough mode

* Virtual / Mixed / Reality
* This allows you to switch between different Passthrough settings quickly, optimizing your viewing experience.

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

## Spot

* Pressing the **"Spot"** button in the hand menu activates anchors and a minimap on the map.\
  You can navigate freely by selecting anchors on the minimap or in the space itself.

### 1. Minimap anchor click

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

### 2. Space anchor click

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

{% hint style="warning" %}
Pressing the Spot button hides the monitor to avoid interference when selecting anchors.\
After moving to the desired location, <mark style="color:red;">**press the Spot button again to show the monitor**</mark>.
{% endhint %}

## Menu

* The menu button toggles the main menu, which floats in the space, on or off.
* When using the monitor, hiding the main menu will remove the ray from your hand or controller, allowing you to focus better on your work.

### 1. Short click

* Tap the "Menu" button to turn the **main menu on or off**, showing or hiding it where it currently is.

<figure><img src="/files/29jzuUg7VluDrsnnhzpr" alt=""><figcaption></figcaption></figure>

### 2. Long click

* Press and hold the "Menu" button to **bring the main menu directly in front of your view**.

<figure><img src="/files/3nHxaONpigGK95wsLHQn" 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://overay-inc.gitbook.io/overaydesk/guide/getting-started/hand-menu.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.
