# ELO System

As explained in [progression system](https://documentation.coinracer.io/how-coinracer-works/core-features/progression-system), we have built out the design of an advanced and elaborate custom ELO system that is being integrated in upcoming build releases. However, for the time being, the existing closed-beta builds contain a rudimentary ELO system that was implemented.

<figure><img src="https://2747565017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0ESOGrceR1mTf2c4bqxR%2Fuploads%2FKrs1y5wa2ztmxlp3UGTI%2Fmatchmaking.png?alt=media&#x26;token=0a876d2c-e69e-4267-8302-0c78e4833a23" alt=""><figcaption><p>Basic ELO system mechanics.</p></figcaption></figure>

{% hint style="info" %}
Upon the integration of the new ELO system, we will update this page with the new information.
{% endhint %}


---

# 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/elo-system.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.
