# Set Up Bridge XR

Use this section to deploy Bridge XR and prepare access.

This section is mainly for IT teams and platform owners.

### Recommended order

1. Deploy the Bridge XR backend and web dashboard.
2. Configure your identity provider.
3. Connect SSO to the deployed frontend.
4. Distribute the installed XR app to Meta Quest headsets if needed.

### What this section covers

* infrastructure and hosting
* dashboard URL
* SSO configuration
* SSO integration
* XR app distribution for Meta Quest

{% hint style="info" %}
The web player runs in the browser through the web dashboard. It does not require installing the XR app.
{% endhint %}

### Pages in this section

* [Server Deployment](/bridge-xr/set-up-bridge-xr/server-deployment.md)
* [SSO configuration](/bridge-xr/set-up-bridge-xr/server-deployment/sso-configuration.md)
* [SSO Integration](/bridge-xr/set-up-bridge-xr/server-deployment/sso-integration.md)
* [Install and Distribute the Bridge XR App](/bridge-xr/set-up-bridge-xr/install-and-distribute-the-bridge-xr-app.md)


---

# 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/set-up-bridge-xr.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.
