> 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/2.0/hosting.md).

# Hosting

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


---

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