# Running the Experience

This section outlines the process for deploying and running your VR experience across multiple player machines using the Existent plugin within Unreal Engine. It includes steps from building the application to initiating the multiplayer experience within a VR-based lobby. Follow these instructions to ensure a smooth launch and engaging multiplayer setup.<br>

Deploying the Application:

1. Build the Application: Once your VR experience is ready, build the application from your development environment. Ensure the build includes all necessary components of the Existent plugin and any customizations you’ve implemented.
2. Distribute the Application: Copy the built application to each player machine. This step requires physical access to the machines or a networked solution for file transfer to ensure each player machine has the latest version of the VR experience.<br>

Initiating the VR Lobby:

* Running the Application: On each player machine, run the copied application. Players will be automatically placed in a VR-based lobby. This lobby serves as the initial gathering and setup space before entering the main experience.

**Customising Player Experience in the Lobby:**

1. Binding Trackers: Players can easily bind their trackers to their player instance from within the lobby. This step is crucial for ensuring accurate tracking and interaction within the VR environment.
2. Scaling Player Models: Within the lobby, players have the option to scale their player model. This feature allows players to adjust their virtual representation for comfort, realism, or strategic advantage within the experience.
3. Joining Active Servers: The lobby interface enables players to view and join active servers. Joining an active server automatically transfers players to the default map for the VR experience, facilitating seamless multiplayer integration.
4. Starting a New Server: Players also have the capability to start their own server directly from the lobby. This option allows groups of players to enter the experience together, starting a fresh instance of the VR environment for their exclusive use.

By following these steps, developers can deploy their VR experiences efficiently across multiple player machines, offering a structured and immersive entry point through the VR lobby. The lobby not only serves as a preparatory space for calibrating and customising player setups but also as a hub for multiplayer session organisation. Ensure that your application is thoroughly tested in a multi-machine environment to address any potential issues prior to wide-scale deployment.

<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.existent.com/documentation/v0.0.1/learning-existent/getting-started/running-the-experience.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.
