# Test Published Experiences

Use this page to test experiences after upload.

### Understand the test path first

* **Web experiences** can be tested directly in the browser through the **web player**.
* **Meta Quest experiences** are tested through the installed **Bridge XR App**.
* Headset testing usually happens by adding the experience to a test module.

{% hint style="info" %}
Only web experiences can be tested directly in the browser. Meta Quest experiences can be tested by creating a test module.
{% endhint %}

### Test a web experience in the browser

1. Log in to the Bridge XR web dashboard.
2. Open the **Experiences** section.
3. Find the experience you want to test.
4. Click **Playtest**.
5. The experience opens in the **web player**.

{% hint style="info" %}
For Developers: use the 'Admin Login' and use your developer credentials

For Facilitators: use the Login or SSO Login and use your usual institution credentials.
{% endhint %}

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

<figure><img src="/files/2FkqI6ceDc08ioGVXlJE" alt="Bridge XR Experiences section"><figcaption><p>Bridge XR Experiences section</p></figcaption></figure>

<figure><img src="/files/tD4scO6kd2RhrlG2YcHG" alt="Playtest a web experience"><figcaption><p>Playtest a web experience</p></figcaption></figure>

The page should now show the **web player** loading the experience.

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

{% hint style="info" %}
Web Experiences must use the 'Desktop Controller' from Zoe for Unity. This allows users to navigate using WASD or arrow keys and the mouse for camera rotation, just like for Desktop.
{% endhint %}

Once you start moving you should see the following hint in case you need to release mouse look or use the cursor.

<figure><img src="/files/MPDEnSEnnj8k4ra7IRix" alt="Web player controls hint"><figcaption><p>Web player controls hint</p></figcaption></figure>

To exit:

1. Press `Esc`.
2. Click the **Close** button at the bottom center.

<figure><img src="/files/jKiNnOMJU4t3kPiXPvCb" alt="Exit a web playtest"><figcaption><p>Exit a web playtest</p></figcaption></figure>

You should then see a confirmation popup.

<figure><img src="/files/FDgv5xfPVElH4FKEVktv" alt="Exit confirmation popup"><figcaption><p>Exit confirmation popup</p></figcaption></figure>

### Test Meta Quest experiences

Meta Quest experiences are not tested through the browser playtest flow.

Use a test module and launch them through the installed **Bridge XR App**.


---

# 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://unity.zoeimmersive.com/bridge-xr/build-with-unity/test-published-experiences.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.
