# Hosting

- [Choosing where to host](https://docs.coherence.io/1.2.4/hosting/choosing-where-to-host.md): coherence supports multiple hosting options, and offers a full platform for effortless cloud hosting.
- [coherence Cloud](https://docs.coherence.io/1.2.4/hosting/coherence-cloud.md): Comprehensive hosting, scaling, and networking for your game
- [Online Dashboard](https://docs.coherence.io/1.2.4/hosting/coherence-cloud/online-dashboard.md)
- [Manage Worlds](https://docs.coherence.io/1.2.4/hosting/coherence-cloud/manage-worlds.md): From the Online Dashboard you can create, edit and configure your Worlds
- [Configure Rooms](https://docs.coherence.io/1.2.4/hosting/coherence-cloud/configure-rooms.md): From the Online Dashboard, you can configure how Rooms are created through the SDK in the coherence cloud.
- [Lobbies](https://docs.coherence.io/1.2.4/hosting/coherence-cloud/lobbies.md): A way to do matchmaking using coherence Player accounts.
- [Game Services](https://docs.coherence.io/1.2.4/hosting/coherence-cloud/game-services.md)
- [Account](https://docs.coherence.io/1.2.4/hosting/coherence-cloud/game-services/accounts.md)
- [Key-Value Store](https://docs.coherence.io/1.2.4/hosting/coherence-cloud/game-services/key-value-store.md)
- [coherence Cloud APIs](https://docs.coherence.io/1.2.4/hosting/coherence-cloud/coherence-cloud-apis.md)
- [Worlds API](https://docs.coherence.io/1.2.4/hosting/coherence-cloud/coherence-cloud-apis/worlds-api.md)
- [Rooms API](https://docs.coherence.io/1.2.4/hosting/coherence-cloud/coherence-cloud-apis/rooms-api.md)
- [Lobbies API](https://docs.coherence.io/1.2.4/hosting/coherence-cloud/coherence-cloud-apis/lobbies.md)
- [Game Services](https://docs.coherence.io/1.2.4/hosting/coherence-cloud/coherence-cloud-apis/game-services.md)
- [Authentication Service (Player Accounts)](https://docs.coherence.io/1.2.4/hosting/coherence-cloud/coherence-cloud-apis/game-services/authentication-service-player-accounts.md)
- [Key-value store](https://docs.coherence.io/1.2.4/hosting/coherence-cloud/coherence-cloud-apis/game-services/key-value-store.md): The key-value store provides a simple persistence layer for the players.
- [Peer-to-peer](https://docs.coherence.io/1.2.4/hosting/client-hosting.md): How to use Client-hosting to connect clients directly
- [Implementing Client hosting](https://docs.coherence.io/1.2.4/hosting/client-hosting/implementing-client-hosting.md)


---

# 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.2.4/hosting.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.
