# VR Mode Limitations

## Limitations

If you are designing for headsets or for VR mode on Phones, these are the limitations:

* Stick to [Universal Elements](/metaverse/build/elements.md#universal-elements). Other elements don't work in VR Mode.
* [HTML Only Elements](/metaverse/build/elements.md#html-only-elements) don't work in VR Mode. So avoid them.
* Gyro locks won't work in VR Mode.
* Viewer height scene property does not work in VR Mode.

## Designing for VR Mode

These are design consderations you should keep in mind when creating an experience primarily for headsets:

* Keep testing on a headset - if you build for headsets!
* Pay special attention to scale - keep things as life-scale as possible.
* Don't change the default viewer height - let it be the default.


---

# 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.gmetri.com/guidelines-compatibility/limitations/vr-mode-support.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.
