# Usage

1. [Getting Started](https://horizongames.gitbook.io/kronos-matchmaking/usage/getting-started)
2. [Authentication](https://horizongames.gitbook.io/kronos-matchmaking/usage/authentication)
   1. [Authenticating Users](https://horizongames.gitbook.io/kronos-matchmaking/usage/authentication/authenticating-users)
   2. [Customizing The Auth Widget](https://horizongames.gitbook.io/kronos-matchmaking/usage/authentication/customizing-the-auth-widget)
   3. [Creating Custom Auth Tasks](https://horizongames.gitbook.io/kronos-matchmaking/usage/authentication/creating-custom-auth-tasks)
3. [Matchmaking](https://horizongames.gitbook.io/kronos-matchmaking/usage/matchmaking)
   1. [Overview](https://horizongames.gitbook.io/kronos-matchmaking/usage/matchmaking/overview)
   2. [Creating Matches](https://horizongames.gitbook.io/kronos-matchmaking/usage/matchmaking/creating-matches)
   3. [Using Matchmaking](https://horizongames.gitbook.io/kronos-matchmaking/usage/matchmaking/starting-matchmaking)
   4. [Using Skill Ratings](https://horizongames.gitbook.io/kronos-matchmaking/usage/matchmaking/using-skill-ratings)
   5. [Sending Match Invites](https://horizongames.gitbook.io/kronos-matchmaking/usage/matchmaking/sending-match-invites)
   6. [Joining Matches](https://horizongames.gitbook.io/kronos-matchmaking/usage/matchmaking/leaving-matches)
   7. [Leaving Matches](https://horizongames.gitbook.io/kronos-matchmaking/usage/matchmaking/leaving-matches)
4. [Party](https://horizongames.gitbook.io/kronos-matchmaking/usage/party)
   1. [Overview](https://horizongames.gitbook.io/kronos-matchmaking/usage/party/overview)
   2. [Creating Parties](https://horizongames.gitbook.io/kronos-matchmaking/usage/party/creating-parties)
   3. [Sending Party Invites](https://horizongames.gitbook.io/kronos-matchmaking/usage/party/sending-party-invites)
   4. [Joining Parties](https://horizongames.gitbook.io/kronos-matchmaking/usage/party/joining-parties)
   5. [Managing Party Players](https://horizongames.gitbook.io/kronos-matchmaking/usage/party/managing-party-players)
   6. [Leaving Parties](https://horizongames.gitbook.io/kronos-matchmaking/usage/party/leaving-parties)
5. [Reservations](https://horizongames.gitbook.io/kronos-matchmaking/usage/reservations)
   1. [Overview](https://horizongames.gitbook.io/kronos-matchmaking/usage/reservations/overview)
   2. [Using Reservations](https://horizongames.gitbook.io/kronos-matchmaking/usage/reservations/using-reservations)
   3. [The Host Reservation](https://horizongames.gitbook.io/kronos-matchmaking/usage/reservations/the-host-reservation)
   4. [Completing Reservations](https://horizongames.gitbook.io/kronos-matchmaking/usage/reservations/completing-reservations)
6. [Lobby](https://horizongames.gitbook.io/kronos-matchmaking/usage/lobby)
   1. [Overview](https://horizongames.gitbook.io/kronos-matchmaking/usage/lobby/overview)
   2. [Lobby Setup](https://horizongames.gitbook.io/kronos-matchmaking/usage/lobby/lobby-setup)
   3. [Set Players Ready](https://horizongames.gitbook.io/kronos-matchmaking/usage/lobby/set-players-ready)
   4. [Lobby Player Data](https://horizongames.gitbook.io/kronos-matchmaking/usage/lobby/lobby-player-data)
   5. [Starting The Match](https://horizongames.gitbook.io/kronos-matchmaking/usage/lobby/starting-the-match)
   6. [Updating Lobby Session](https://horizongames.gitbook.io/kronos-matchmaking/usage/lobby/updating-lobby-session)
   7. [Leaving The Lobby](https://horizongames.gitbook.io/kronos-matchmaking/usage/lobby/leaving-the-lobby)
7. [Widgets](https://horizongames.gitbook.io/kronos-matchmaking/usage/widgets)


---

# 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://horizongames.gitbook.io/kronos-matchmaking/usage.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.
