# Deploy a Replication Server

Now we can finally deploy our schema and Replication Server on coherence Cloud.

{% hint style="info" %}
In this example we're working with Worlds. Make sure you have **created a World** before trying to deploy the Replication Server. To create a World, follow the steps described in [Manage Worlds](https://docs.coherence.io/0.10/developer-portal/manage-worlds).
{% endhint %}

## Video tutorial

The topics on this page start from around 1:03 in the video below:

{% embed url="<https://youtu.be/ZYJQzji1Oek?t=63>" %}

Alternatively, you have the steps detailed in the text below.

### Upload Schemas

In the *coherence Hub* window, select the *coherence Cloud* tab, and click on *Upload to coherence Cloud* in the *Schemas* section.

The status in the *Schemas* section should now be **In Sync**.

<figure><img src="https://4229720839-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdBiAEtFeZKdAwRyJ9MEL%2Fuploads%2FBi4jNseZ2jYl2BfKcxs6%2Fimage.png?alt=media&#x26;token=fd301619-d5f8-4d2f-8090-652435693fd0" alt=""><figcaption><p>coherence Cloud tab</p></figcaption></figure>

{% hint style="info" %}
If the status does not say "*In Sync*", or if you encounter any other issues with the server interface, refer to the [troubleshooting ](https://docs.coherence.io/0.10/overview/troubleshooting)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.

![](https://4229720839-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWd0ZPEK7vE9nkE0b7G%2F-MePtz_kdfru1NXymHJU%2F-MeQ4vdaD54P0CvrZL5J%2Freplicator.png?alt=media\&token=cf319970-eccb-48cc-9d71-a98ef0b7a8ca)

### Run project

The *Connect Dialog* fetches all the regions available for your project. This depends on the project configuration (e.g., the regions that you have selected for your project in the Portal).

You can now build the project again and send the build to your friends for testing.

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

![](https://4229720839-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdBiAEtFeZKdAwRyJ9MEL%2Fuploads%2FZrLeVRM7YiVtzqnoRnuJ%2FContentExample.png?alt=media)

{% hint style="info" %}
Before connecting, make sure **everybody selects the same region,** and that this region **is not** *local*.
{% 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.10/get-started/coherence-cloud/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.
