> For the complete documentation index, see [llms.txt](https://docs.coherence.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherence.io/0.8/get-started/deploy-and-share.md).

# Deploy replication server

Now we can finally deploy our schema and replication server into the cloud.

### Upload schemas

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

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

![](/files/RPi4BxvQp8iZ0Y4JUGXl)

{% 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.8/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.

![](/files/-MeQ4wJGbIUBdW6DVjAa)

### Run project

The *Connect Dialog* uses the [runtime key](/0.8/api-reference/cloud-api/api-tokens-keys.md) to fetch 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.

![](/files/BNYBsw0qOlx4tbqpVs6j)

{% hint style="info" %}
Make sure **everybody selects the same region,** and that this region is not `local`, before connecting.
{% 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.coherence.io/0.8/get-started/deploy-and-share.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
