# Teleporting

You can use the teleport feature to jump to a new position within the virtual environment.

{% hint style="info" %}
In the ENGAGE app, you can view information about the controls for your specific device. For more information, see [https://github.com/engage-xr/engage-documentation/blob/main/start/basic-controls/README.md](https://github.com/engage-xr/engage-documentation/blob/main/start/basic-controls/README.md "mention").
{% endhint %}

<details>

<summary>Teleporting when using ENGAGE on a Windows or macOS device</summary>

1. Press and hold the right mouse button.
2. Move the mouse to position the landing circle. If the landing circle turns red, you can't teleport to that location.
3. Release the right mouse button.

**Note**: To look around at the same time as you choose a teleport target, press and hold either the left mouse button, middle mouse button, or spacebar at the same time as the right mouse button.

</details>

<details>

<summary>Teleporting when using ENGAGE on Android or iOS phones or tablets</summary>

1. Tap the **Teleport** icon (![](/files/ZqWIE7YkSZVXJxxgBtMU)).
2. Swipe the screen to position the landing circle. If the landing circle turns red, you can't jump to that location.
3. Tap **TELEPORT**.

</details>

<details>

<summary>Teleporting when using ENGAGE on a VR headset</summary>

1. Raise your hand controllers so that your virtual hands are visible in front of you. Press and hold the button that's labelled **Teleport**. For example, on the Oculus Quest 2, hold the A button on the right controller.
2. Move your right controller to position the landing circle. If the landing circle turns red, you can't jump to that location.
3. Release the teleport button.

</details>

The following video shows how you can teleport when you use a VR headset:

{% embed url="<https://youtu.be/txhXe3bT_DA>" %}
Teleporting on the Meta Quest 2 VR headset
{% endembed %}


---

# 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.engagevr.io/engage/essential-features/teleporting.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.
