> For the complete documentation index, see [llms.txt](https://doc.thetanrivals.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thetanrivals.com/system/ranking.md).

# Ranking

### Overview

The Ranking is a system that sorts players' ranks based on the trophies they get in matches. The goal is to create groups of players with the same standards of skills in order to get battles with great quality. The Ranking also helps others recognize top players' achievements.

1. Tutorial&#x20;
2. Recruit&#x20;
3. Private&#x20;
4. Bronze&#x20;
5. Silver&#x20;
6. Golden&#x20;
7. Platinum&#x20;
8. Diamond&#x20;
9. Master&#x20;
10. Champion

### **How to Rank up**

Players will participate in battles and receive trophies based on the results of those battles. Players will rank up when reaching a specific amount of trophies. ‌&#x20;

### **Ranking Rewards**

The process of ranking up helps players receive many valuable rewards. The higher the orders, the more valuable the rewards are.&#x20;

The rank reset at the beginning of the season will also reset the rewards from <mark style="color:orange;">**XXXXXXXXX**</mark> and above, which gives players more opportunities to receive more rewards.

### **Ranking auto-reset**

Players' rankings will be reset at the start of a new season (one season lasts three months).&#x20;

The auto-reset will follow the rules:&#x20;

* Players from the <mark style="color:orange;">XXXXXXX</mark> rank and above will reset to the beginning of the <mark style="color:orange;">**XXXXX**</mark>.&#x20;
* Players with ranks below the <mark style="color:orange;">XXXXXXX</mark> will not be reset.

This reset process aims to give higher-ranked players more motivation to continue to rank up at the start of the new season. And players at lower ranks have the opportunity to access higher ranks.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.thetanrivals.com/system/ranking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
