# Previous version

|                                                                                                                                                                                                                                                                                           |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ul><li>Open the Bridge Wizard, under BridgeXR> Wizard<br><img src="/files/UC4NALsU7Kk2dkBevU3d" alt=""></li><li>Login with your Developer credentials, make sure you have the URL from your IT team:</li></ul><p><img src="/files/hMyUfz0jWvdoJsP48iuB" alt="" data-size="original"></p> |

### Add an experience on the server

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ul><li>Click on 'Add Experience' on the top-right.</li></ul><p><img src="/files/5BRSwHmqo87iXdheNZfB" alt="" data-size="original"></p><ul><li>Fill out the General information (name, description and thumbnail):</li></ul><p><img src="/files/Zig68cfts5CTfPooolin" alt="" data-size="original"></p><ul><li>Choose the platform(s) you are building for and add the corresponding scenes from your project (you can always add more platforms later):<br></li></ul><p><img src="/files/FE9QW2e26wnlzOgW5ZXb" alt="" data-size="original"></p><p>The Main Scene is the first Unity scene of your experience, and additional scenes are any other scene you may be loading from there with Zoe for Unity.<br></p><ul><li>Click on 'Upload All Bundles'</li><li><p>The bundles will start building, wait for the process to finish</p><div><figure><img src="/files/KBVs6gd38Piev4l49VJR" alt=""><figcaption></figcaption></figure></div></li><li>At the end you should see a notification of success:<br></li></ul><p><img src="/files/J38X8BF2PUnbssMahdg0" alt="" data-size="original"></p> |
| <p>You should see your experience in the Existing Experiences list<br><img src="/files/VMreMb8L0acXM4YfsOyy" alt=""></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |

## Update existing experiences

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ul><li>Open the Wizard and choose the experience you want to update from the list:</li></ul><p><img src="/files/xhrmUBPecOzbg2BNG4eR" alt="" data-size="original"></p><ul><li>Edit the general information, add a new platform or update an existing one:</li></ul><p><img src="/files/KpZLXiPFfPLUhcvLUunZ" alt="" data-size="original"></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Note: for updating an existing platform you must override the existing bundle (checkbox).<br><br>The Wizard automatically increments the version of the experience every time you upload new bundles.</p></div><ul><li>Click on 'Upload All Bundles'</li><li><p>The bundles will start building, wait for the process to finish</p><div><figure><img src="/files/KBVs6gd38Piev4l49VJR" alt=""><figcaption></figcaption></figure></div></li><li>At the end you should see a notification of success:<br></li></ul><p><img src="/files/J38X8BF2PUnbssMahdg0" alt="" data-size="original"></p> |

{% hint style="info" %}
The Wizard will check if the bundle works properly in the process of uploading it and it will show a message if it finds any issue with it.

However sometimes the bundle could get corrupted when pushing it to the server and you might not be able to play it properly. In this case the only solution is to generate a new instance of your experience (updating the bundle won't make the issue go away).
{% 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/build-with-unity/upload-experiences-from-unity/previous-version.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.
