# Deploy replication server

Now we can finally deploy our schema and replication server into the cloud.&#x20;

![](/files/-MdvJVRW79wdCVpTlEpw)

### Upload schemas

In the *Project Settings* tab for **coherence,** click on **Upload.**

The status should change from "Unknown" to "In Sync".

{% hint style="info" %}
If the status does not say *In Sync,* or if you encounter any other issues with the server interface, please refer to the [troubleshooting ](/0.5.2/resources/troubleshooting.md)section.
{% endhint %}

Your project schema is now deployed with the correct version of the replication server already running in the cloud. You will be able to see this in your cloud dashboard status.&#x20;

![](/files/-MeQ4vdaD54P0CvrZL5J)

### Run project

When you run the project now, you will notice that the *Connect Dialog* now contains additional address(-es). The *Connect Dialog* uses the [runtime key](/0.5.2/api-reference/cloud-api/api-tokens-keys.md) to fetch all the addresses available for your project. This depends on the project configuration (e.g. the regions that you have selected for your project).

<div align="left"><img src="/files/-MYvZKKJempOlt2RTkKT" alt=""></div>

You can now build the project again and send the build to your friends for testing.&#x20;

You will be able to play over the internet without worrying about firewalls and local network connections.

{% hint style="info" %}
Make sure **everybody selects the remote server** before clicking *Connect.*
{% endhint %}

{% hint style="info" %}
We are working on a WebGL / Webassembly option that will automatically upload the browser-playable build to your own personal webpage that you can share with your friends. For more information about our roadmap, please contact our [developer relations team](mailto:devrel@coherence.io).
{% 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://docs.coherence.io/0.5.2/get-started/deploy-and-share.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.
