> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qwacks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Matchmaking

> Group players into matches from configurable queues.

export const Scope = ({children}) => <Info>
    <b>Scope:</b> {children}
  </Info>;

<Note>
  **Matchmaking is under development.** This page describes what's coming — full SDK support is in
  progress.
</Note>

**Matchmaking** will group players into matches from configurable queues — you define the min/max
players, the eligible [segments](/guides/segments), and the matching criteria, and the SDK surfaces
a match to your game when it's ready.

<Scope>matchmaking queues are defined per **game**.</Scope>
