# 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.

### Build the game

Build your game to a local folder on your desktop as you would normally.

### Upload to coherence

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 (macOS, Linux, Window or WebGL are supported) and click on the *Begin Upload* button.

<figure><img src="/files/VdphtfhOJ1NzhdoHkwer" alt=""><figcaption><p>coherence Cloud tab</p></figcaption></figure>

### Share your build

Now that build has been updated (signified by the green tick), you can share it by enabling and sharing the public URL. Anyone with this link can access the build.

![](/files/knDy35BViBep1SS4AbzD)

### WebGL

If you uploaded a WebGL build, the public link allows for instant play.

![](/files/CHzwVTGeiWYYrNSshDA7)


---

# 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.0/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.
