# Player Rank

By meeting specific conditions, your player rank will increase, granting you various benefits.

<table data-header-hidden><thead><tr><th></th><th></th><th width="200"></th><th></th></tr></thead><tbody><tr><td>Rank</td><td>Conditions</td><td>Benefits</td><td>Available Monster</td></tr><tr><td>Beginner</td><td>Initial rank</td><td>-Obtained SBT</td><td>F Rank</td></tr><tr><td>Beginner+</td><td>Won the official match at rank F</td><td><p>-Rank Match E is released</p><p>-Quest Bonus</p><p>-Fusion</p><p>-Ranked Match</p></td><td>E rank or lower</td></tr><tr><td>Intermediate</td><td>Won the official match at rank E</td><td><p>-Rank Match D is released</p><p>-One Farm expansion is released</p><p>-Quest bonus</p><p>-Possible to belong to Guild</p><p>-Coach</p></td><td>D rank or lower</td></tr><tr><td>Intermediate+</td><td>Won the official match at rank D</td><td><p>-Rank Match C is released</p><p>-Quest bonus</p><p>-Crystallization</p><p>-Prize Ranked Match</p></td><td>C rank or lower</td></tr><tr><td>Advanced</td><td>Won the official match at rank C</td><td><p>-Rank Match B is released</p><p>-One Farm expansion is released</p><p>-Quest bonus</p><p>-Guild creation possible</p></td><td>B rank or lower</td></tr><tr><td>Advanced+</td><td>Won the official match at rank B</td><td><p>-A rank in Rank Match is released</p><p>-Quest Bonus</p></td><td>A rank or lower</td></tr><tr><td>Expert</td><td>Won the official match at rank A</td><td><p>-S rank in Rank Match is released</p><p>-Quest Bonus</p></td><td>All Ranks</td></tr><tr><td>Master</td><td>Won the official match at rank S</td><td>-Quest Bonus</td><td>All Ranks</td></tr><tr><td>Legend</td><td>Won a specific S-rank tournament (Re.Masters Cup)</td><td>-Quest Bonus</td><td>All Ranks</td></tr></tbody></table>

{% hint style="danger" %}
If the rank of a Monster obtained through secondary distribution exceeds your player rank, you will not be able to use it for training or battles. For example, a player with an Intermediate rank cannot use a Monster of B rank or higher obtained through secondary distribution. However, these Monsters can still be used for fusion, crystallization, converting to a coach, or donations.
{% 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://docs.remonster.world/game/player-rank.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.
