> 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/monitor-layout.md).

# Monitor Layout

## Virtual monitor

Experience **multiple monitors in VR without needing extra devices** by trying out our **free** Virtual Displays feature!  Enjoy an **abundance** of virtual displays, giving you the flexibility to work with multiple monitors wherever you go with just your laptop and VR headset.

## Create virtual monitor

To create a virtual monitor, follow these simple steps:

1. **Open the monitor layout panel:**
   * Click the **"Monitor"** button from the main menu.
2. **Press the "Add Monitor" button:**
   * Click on the "**Add Monitor"** button to create a new virtual monitor.
   * A new monitor will appear in your VR space, ready for use.

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

## Adjust monitor position

Adjusting the position of your virtual monitors is easy. Here's how:

1. **Position the monitor icons:**
   * &#x20;**Drag the monitor icon in the monitor layout panel** to your desired location.
2. **Align the monitor objects:**
   * Additionally, **drag the monitors within the VR space** to align it to match the monitor icons in the monitor layout panel.

{% hint style="info" %}
**Why align?**

**When the position of monitor icons within the monitor layout panel is adjusted and the "Apply" button is pressed**, the **PC recognizes and changes the monitor arrangement accordingly**. To avoid any confusion, it's important to also **align the monitor objects in your VR** space to match the new monitor layout.
{% endhint %}

3. **Apply changes:**

* Once you are satisfied with the positions, press the "**Apply"** button.
* This will save your adjustments and update the layout in real-time.

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

{% hint style="info" %}
**How about using the Monitor Preset feature?**

Instead of the tasks mentioned above, there’s an **even easier way to set up your monitor layout!** With just one click, you can enjoy meticulously crafted monitor layouts designed with user habits in mind. For more details, check out the **Monitor Preset** in the **Key Features** section.
{% endhint %}


---

# 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/monitor-layout.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.
