# Join Modules and Play

Use this page when participants need to join a module and start an experience.

### Choose the playback path

* Use the **web dashboard** for browser-based experiences through the **web player**.
* Use the installed **Bridge XR App** for headset-based experiences on **Meta Quest**.

Your coach or facilitator should tell you which path to use.

### Join as a regular member

1. Open the web dashboard login page.
2. Select **SSO Login** or **Login**.
3. Sign in with your institution credentials.
4. Open the **Modules** page.
5. Click **Join Module**.
6. Enter the CODE from your coach or facilitator.

<figure><img src="/files/LhtPZn8tp4asNfM3NpuQ" alt="Web Dashboard Login"><figcaption><p>Web Dashboard Login</p></figcaption></figure>

<figure><img src="/files/NKi8gI42MaCS9q3Wxjmm" alt="Join a module with a CODE"><figcaption><p>Join a module with a CODE</p></figcaption></figure>

### Join as a guest

If you received a CODE as a guest:

1. Select **Enter as a Guest**.
2. Enter the module CODE.
3. Enter your full name.

<figure><img src="/files/UsZfHwXPhVTy84h9ciOe" alt="Join as a guest"><figcaption><p>Join as a guest</p></figcaption></figure>

{% hint style="info" %}
Guest sessions are device-based. If a guest logs out or switches device, a new user entry may be created even if the same full name is used again.
{% endhint %}

### Launch an experience

Inside the module, open the assigned experience and click **Play** if it supports your current playback surface.

<figure><img src="/files/EjwqnkL8SHoPrqhSoQkE" alt="Launch an experience from a module"><figcaption><p>Launch an experience from a module</p></figcaption></figure>

{% hint style="info" %}
You can replay an experience, but analytics are sent again and may overwrite earlier results.
{% endhint %}

### Browser controls

Web experiences should use the **Desktop Controller** from Zoe for Unity.

This supports:

* `WASD` or arrow keys for movement
* mouse look for camera rotation

### Exit a browser experience

1. Press `Esc`.
2. Click **Close** at the bottom center.
3. Confirm the exit popup.

<figure><img src="/files/jKiNnOMJU4t3kPiXPvCb" alt="Exit a browser experience"><figcaption><p>Exit a browser experience</p></figcaption></figure>

<figure><img src="/files/FDgv5xfPVElH4FKEVktv" alt="Confirm exit from a browser experience"><figcaption><p>Confirm exit from a browser experience</p></figcaption></figure>

{% hint style="info" %}
This quit flow applies to web experiences. Meta Quest experiences usually end through the in-experience flow or by leaving the app.
{% endhint %}


---

# 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/use-bridge-xr/join-modules-and-play.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.
