# Share builds

**coherence** allows you to upload and share the builds of your games to your team, friends or adoring fans via an easy access play link.

Right now we support desktop (PC, Mac, Linux) and also WebGL, where you can host and instantly play your multiplayer game and share it around the world.

{% hint style="success" %}
If you want an example of WebGL builds, try out our sample projects [First Steps](https://coherence.io/games/coherence/first-steps-tutorial) or [Campfire](https://coherence.io/games/coherence/campfire-tutorial) (make sure to use Chrome!)
{% endhint %}

### Build the game

First, you need to build your game to a local folder on your computer as you normally would. Ensure to bake before doing so!

### Upload to the coherence Cloud

In the *coherence Hub* window, select the *coherence* *Cloud* tab.

You can upload your build from the *Share Build* section of the tab. Select the platform, browse for the previously-created build, and click on the *Begin Upload* button.

<figure><img src="https://content.gitbook.com/content/naCaDgmbFRSw0e7nxNNK/blobs/H5stKOiK7sAc66PnFtKm/ShareBuild.png" alt="" width="563"><figcaption></figcaption></figure>

### Share your build

Now that build has been uploaded, you can share it by enabling and sharing the public URL on the coherence Cloud Dashboard:

![](https://content.gitbook.com/content/naCaDgmbFRSw0e7nxNNK/blobs/haf08vtAYzxsvj5KhEs3/Builds.png)

Here you can customise the page to a degree. Don't forget to include instructions in the description, if your game doesn't have any!

By unchecking the **Enabled** option, you can obscure the page altogether, without having to remove builds.

Click on the *Game Builds* tab to manage builds for different platforms.

### The public page

If you uploaded a WebGL build, the public link now allows for instant play directly in the browser:

![A WebGL build running in the browser](https://content.gitbook.com/content/naCaDgmbFRSw0e7nxNNK/blobs/DQBHMLuedgtG5awtAYMP/CampfireWebGL.jpg)

If you uploaded builds for other platforms, they will be downloadable by clicking on the icons right below the WebGL build.


---

# 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/1.2/get-started/coherence-cloud/share-builds.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.
