# VR

Allow Height Teleport: Allows a user to teleport along the Y axis. If disabled, upon trying to teleport to a location higher or lower than the current position, the user will teleport to the position, but their height from their previous position will not change.\
\
Simulation Type: Allows a user to specify if this simulation that is experienced using a Meta Quest device, will use the Mixed Reality mode or Virtual Reality mode. \
\
Recenter Player to Inital Spawn:  If enabled, will recenter the player to the inital spawn of the simulation upon entering it. The player's VR origin will not be used as the center of the entered simulation, but the player's actual position. \
\
Use Body Physics: Allows a user to have physics applied onto their own character. If enabled, gravity will be applied, as well as being pushed out of objects.

<br>


---

# 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.siminsights.com/authoring-a-simulation/simulation-settings/authoring-settings/vr.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.
