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

In the **coherence** menu in Unity select *Share > Build Upload*.

![](/files/-MeUuGNmSn848nY8B9bU)

### Upload to coherence

In this window you can select which platform the build is for. 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 Portal dashboard.

![](/files/-MeUudbOvgktP1ScZrVK)

### 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/-MeV8ie0fbnWmFV_DcfB)

### WebGL

If you uploaded a WebGL build, the public link allows 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.9/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.
