# coherence Cloud

- [Developer Portal](https://docs.coherence.io/1.0/coherence-cloud/overview.md)
- [Dashboard](https://docs.coherence.io/1.0/coherence-cloud/dashboard.md)
- [Worlds](https://docs.coherence.io/1.0/coherence-cloud/manage-worlds.md): From the Developer Portal you can create, edit and configure your Worlds
- [Rooms](https://docs.coherence.io/1.0/coherence-cloud/configure-rooms.md): From the Developer Portal, you can configure how Rooms are created through the SDK in the coherence cloud.
- [Lobbies](https://docs.coherence.io/1.0/coherence-cloud/lobbies.md): A way to do matchmaking using coherence Player accounts.
- [Game Services](https://docs.coherence.io/1.0/coherence-cloud/enabling-features.md)
- [Account](https://docs.coherence.io/1.0/coherence-cloud/enabling-features/game-account.md)
- [Key-Value Store](https://docs.coherence.io/1.0/coherence-cloud/enabling-features/key-value-store.md)
- [Using coherence Cloud in Unity](https://docs.coherence.io/1.0/coherence-cloud/using-coherence-cloud-in-unity.md)
- [Worlds](https://docs.coherence.io/1.0/coherence-cloud/using-coherence-cloud-in-unity/worlds.md)
- [Rooms](https://docs.coherence.io/1.0/coherence-cloud/using-coherence-cloud-in-unity/rooms.md)
- [Lobbies](https://docs.coherence.io/1.0/coherence-cloud/using-coherence-cloud-in-unity/lobbies.md)
- [Game Services](https://docs.coherence.io/1.0/coherence-cloud/using-coherence-cloud-in-unity/game-services.md)
- [Authentication Service (Player Accounts)](https://docs.coherence.io/1.0/coherence-cloud/using-coherence-cloud-in-unity/game-services/authentication-service-player-accounts.md)
- [Key-value store](https://docs.coherence.io/1.0/coherence-cloud/using-coherence-cloud-in-unity/game-services/key-value-store.md): The key-value store provides a simple persistence layer for the players.


---

# 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/coherence-cloud.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.
