# ELO Ranking

Elo ranking is a player skill evaluation system widely used in games. It determines the level of competence and experience of players in competitive gaming. Each player has their own Elo ranking, which changes based on the outcomes of their matches.<br>

The fundamental principles of Elo ranking include:

* Players start with a designated initial ranking.
* The outcome of a match affects players' ranking adjustments.
* Players with a higher ranking lose more points for losses and gain fewer points for wins when competing against lower-ranked players.
* Players with a lower ranking gain more points for wins and lose fewer points for losses when competing against higher-ranked players.

The Elo system creates fair and balanced matches, enabling players to compete against individuals with similar skill levels. It is a tool that contributes to satisfying and competitive gaming experiences.

In RoboHero, the Elo ranking aims to precisely match opponents for PvP battles, ensuring that player levels are as accurately matched as possible. On its basis, we also create the RoboHero divisions.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Divisions</td><td></td><td></td><td><a href="/files/H238AZky2pXHKEqRroQM">/files/H238AZky2pXHKEqRroQM</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://robohero.gitbook.io/robohero-wiki/command-center/elo-ranking.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.
