# Feature: New Monoscopic Mode

{% hint style="info" %}
At the time of writing - the current [beta version](/alternate-and-experimental-builds/open-brush-beta-docs.md) has added a new [View Sketches mode and has made ](/user-guide/monoscopic-mode.md)[Monoscopic Mode available](/user-guide/monoscopic-mode.md) without needing to download a separate version of Open Brush. This is probably the direction we will be taking - rather than directly incorporating Rapka's work.
{% endhint %}

User @rapka on Github (@collige on the Discord) is working on a new, revamped version of the existing [Monoscopic Mode](/developer-notes/github-wiki/monoscopicmode.md) - the mode that allows you to use Open Brush without VR using keyboard and mouse. It's still not quite ready but it's more intuitive than the existing monoscopic mode and uses the WASD keyboard controls familiar to anyone who is used to standard PC game controls.

<https://github.com/rapka/open-brush/tree/monoscopic-controls>


---

# Agent Instructions: 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:

```
GET https://docs.openbrush.app/alternate-and-experimental-builds/old-or-completed-feature-builds/new-monoscopic-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
