# Matchmaking

You know as well as we do, a competitive multiplayer game is only as good as its matchmaking services. This is why we have spent countless hours on the construction of our matchmaking system; taking into consideration your geographical location, your skill level, the learning curve needed to advance, our performance upgrades and how they impact play, players that think they can exploit our systems (they can't :smile:), and so much more.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>ELO System</strong></td><td>A custom and unique algorithm designed to make sure you are competing against players of the same skill level.</td><td></td><td><a href="/pages/dLHzJFAFU3e0sDWcKnEi">/pages/dLHzJFAFU3e0sDWcKnEi</a></td></tr><tr><td><strong>Championship Qualifiers</strong></td><td>The off-season requirements to be awarded the opportunity to compete in the Coinracer Championship tournament.</td><td></td><td><a href="/pages/O0vKFMIkINcXEExcFxTD">/pages/O0vKFMIkINcXEExcFxTD</a></td></tr></tbody></table>


---

# 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://documentation.coinracer.io/how-coinracer-works/matchmaking.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.
