# Share builds

coherence allows you to upload and share the builds of your games to your team, friends or adoring fans via an eay 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.&#x20;

### Build the game

Build your game to a local folder on your desktop as you would normally.&#x20;

In the coherence menu in Unity select "Share -> Build Upload"

![](/files/-MeUuGNmSn848nY8B9bU)

### Upload to coherence&#x20;

in this window you can select which platform the build is for an you also need to browse to the local path folder.

![](/files/-MeUuSj8Qdd67jEJO35u)

Click "Upload" or "Begin Upload" and coherence will confirm that it's okay to compress and upload the build to the webdashboard.

![](/files/-MeUudbOvgktP1ScZrVK)

### Share your build

Now that build has been updated (signified by the green tick), you can share it by enabing and share the public URL. Anyone with this link can access the build.&#x20;

![](/files/-MeV8ie0fbnWmFV_DcfB)

### WebGL

If you uploaded a WebGL build then you can play it instantly from that public link for instant play.

![](/files/-Me_F4nItLdz2cupxmwJ)


---

# 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.5.2/get-started/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.
