# Hosting

- [Choosing where to host](https://docs.coherence.io/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/hosting/coherence-cloud.md): Comprehensive hosting, scaling, and networking for your game
- [Online Dashboard](https://docs.coherence.io/hosting/coherence-cloud/online-dashboard.md)
- [Manage Worlds](https://docs.coherence.io/hosting/coherence-cloud/manage-worlds.md): From the Online Dashboard you can create, edit and configure your Worlds
- [Configure Rooms](https://docs.coherence.io/hosting/coherence-cloud/configure-rooms.md): From the Online Dashboard, you can configure how Rooms are created through the SDK in the coherence cloud.
- [Player Accounts](https://docs.coherence.io/hosting/coherence-cloud/authentication-service-player-accounts.md): Log in to coherence Cloud
- [Game Services](https://docs.coherence.io/hosting/coherence-cloud/game-services.md)
- [Lobbies](https://docs.coherence.io/hosting/coherence-cloud/game-services/lobbies.md): Matchmaking on top of Rooms
- [Cloud Storage](https://docs.coherence.io/hosting/coherence-cloud/game-services/cloud-storage.md): Store data in the cloud
- [Key-Value Store (Legacy)](https://docs.coherence.io/hosting/coherence-cloud/game-services/key-value-store.md)
- [APIs](https://docs.coherence.io/hosting/coherence-cloud/coherence-cloud-apis.md)
- [Ping Client](https://docs.coherence.io/hosting/coherence-cloud/coherence-cloud-apis/ping-client.md)
- [Worlds](https://docs.coherence.io/hosting/coherence-cloud/coherence-cloud-apis/worlds.md)
- [Rooms](https://docs.coherence.io/hosting/coherence-cloud/coherence-cloud-apis/rooms.md)
- [Lobbies](https://docs.coherence.io/hosting/coherence-cloud/coherence-cloud-apis/lobbies.md)
- [Key-Value Store (Legacy)](https://docs.coherence.io/hosting/coherence-cloud/coherence-cloud-apis/key-value-store.md): The key-value store provides a simple persistence layer for the players.
- [Self-Hosting](https://docs.coherence.io/hosting/self-hosting.md)
- [World Mode](https://docs.coherence.io/hosting/self-hosting/world-mode.md)
- [Rooms Mode](https://docs.coherence.io/hosting/self-hosting/rooms-mode.md)
- [Authentication](https://docs.coherence.io/hosting/self-hosting/authentication.md)
- [Monitoring](https://docs.coherence.io/hosting/self-hosting/monitoring.md)
- [Memory limit](https://docs.coherence.io/hosting/self-hosting/memory-limit.md)
- [Open API Reference](https://docs.coherence.io/hosting/self-hosting/open-api-reference.md)
- [Rooms](https://docs.coherence.io/hosting/self-hosting/open-api-reference/rooms.md)
- [Status](https://docs.coherence.io/hosting/self-hosting/open-api-reference/status.md)
- [Dev](https://docs.coherence.io/hosting/self-hosting/open-api-reference/dev.md)
- [Models](https://docs.coherence.io/hosting/self-hosting/open-api-reference/models.md)
- [Rooms](https://docs.coherence.io/hosting/self-hosting/open-api-reference/rooms-1.md)
- [Status](https://docs.coherence.io/hosting/self-hosting/open-api-reference/status-1.md)
- [Dev](https://docs.coherence.io/hosting/self-hosting/open-api-reference/dev-1.md)
- [Models](https://docs.coherence.io/hosting/self-hosting/open-api-reference/models-1.md)
- [Peer-to-peer](https://docs.coherence.io/hosting/client-hosting.md): How to use Client-hosting to connect clients directly
- [Implementing Client-hosting](https://docs.coherence.io/hosting/client-hosting/implementing-client-hosting.md)
- [Steam Relay](https://docs.coherence.io/hosting/client-hosting/implementing-client-hosting/steam-relay.md)
- [Epic Online Services (EOS) Relay](https://docs.coherence.io/hosting/client-hosting/implementing-client-hosting/epic-online-services-eos-relay.md)
- [Azure PlayFab Relay](https://docs.coherence.io/hosting/client-hosting/implementing-client-hosting/azure-playfab-relay.md)
- [Custom Relay](https://docs.coherence.io/hosting/client-hosting/implementing-client-hosting/custom-relay.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/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.
