> 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/1.1/coherence-cloud/using-coherence-cloud-in-unity.md).

# Using coherence Cloud in Unity

In order to access **coherence Cloud** features from the **Unity SDK**, you can use the **CloudService** instance in the [CoherenceBridge](/1.1/coherence-sdk-for-unity/components/coherencebridge.md) component.

With the **CloudService** instance, and after completing login (see [Worlds ](/1.1/coherence-cloud/using-coherence-cloud-in-unity/worlds.md)and [Rooms ](/1.1/coherence-cloud/using-coherence-cloud-in-unity/rooms.md)example code for an example), you will be able to fetch the existing [Worlds](/1.1/coherence-cloud/manage-worlds.md) of your project, create new [Rooms](/1.1/coherence-cloud/configure-rooms.md), delete and fetch existing [Rooms](/1.1/coherence-cloud/configure-rooms.md), as well as access the various available [Game Services](/1.1/coherence-cloud/enabling-features.md).

In the subsections of this page, you will be able to find detailed usage examples of each feature from the **CloudService** API.

### CoherenceBridge Cloud Settings

In the inspector of a [CoherenceBridge](/1.1/coherence-sdk-for-unity/components/coherencebridge.md) instance, you will find two settings related with the coherence Cloud:

<figure><img src="/files/YWnO7H9S2qJuRR97J691" alt=""><figcaption><p>coherence Bridge Inspector</p></figcaption></figure>

* *Auto Login As Guest*: If enabled, Cloud Service will automatically log in with the coherence Cloud using a player Guest Account. If you want to handle logins manually in your game, turn this option off.
* *Cloud Unique ID*: Uniquely identify the Cloud Service used by this CoherenceBridge. It will be used to cache the player account credentials. If it is not specified, one will be autogenerated.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.coherence.io/1.1/coherence-cloud/using-coherence-cloud-in-unity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
