> 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/2.3/getting-started/setup-a-project/test-in-the-cloud.md).

# 4. Playing in coherence Cloud

{% hint style="info" %}
If you prefer a video tutorial, refer to [Part 3](https://youtu.be/ZYJQzji1Oek) of our Getting Started series.
{% endhint %}

Now that we have tested our project locally, we can upload it to coherence Cloud and share it with friends and colleagues. To be able to do that, we need to [create a free account](https://coherence.io/login) with coherence.

At this point, you can create a free account, which will grant you a number of credits that are more than sufficient to go through developing and testing your game in coherence Cloud.

Open the **coherence Hub**, and go to the **Cloud** tab.

After pressing **Signup / Login** you will be taken to the [login page](https://coherence.io/login). Authenticate with your credentials, and return to Unity.

![](/files/cOgHFD3CVo7Vhx0EU10L)

Then, select your organization and project.

<figure><img src="/files/BIxf0CybTeJA1mDYK8Ta" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can create or edit a project from within the [coherence Cloud Dashboard](https://coherence.io/dashboard).
{% endhint %}

Next up, we need to give coherence Cloud our game's schema, so that it can kickstart a Replication Server for our game.

***

{% hint style="success" %}
**To recap**

We created a coherence account and connected in the Unity, so now we can see our orgs and projects directly within the Editor and link to them.

As a next step in the sub-pages of this section we'll see how to [deploy a Replication Server](/2.3/getting-started/setup-a-project/test-in-the-cloud/deploy-replication-server.md) in the cloud, and how to [share builds](/2.3/getting-started/setup-a-project/test-in-the-cloud/share-builds.md).
{% 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:

```
GET https://docs.coherence.io/2.3/getting-started/setup-a-project/test-in-the-cloud.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.
