> 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/0.7.4/game-services/matchmaking.md).

# Matchmaking

## Motivation

coherence provides a powerful matchmaking API with various different setups (multiple teams, team sizes, etc.).

## Configuration

Before using the matchmaking service you have to configure it on the developer portal. Currently there are two things to setup: the timeout and the teams.

![](/files/-Mae3SwKUKLNdHnvgS8Y)

The timeout is in seconds. There can be any number of teams and any number of players per team.

For example, a chess game would need only one team with two players, while in a socker game you'd need two teams with eleven players per team.

## Using the matchmaking

Please refer to the [**Cloud API: Matchmaking.**](/0.7.4/api-reference/cloud-api/matchmaking.md)
