# Monster Rank

Monsterは、Game内時間の3か月に1度あるランクマッチに勝利することで、ランクを昇格することが出来ます。ランクが昇格することにより、以下のような恩恵があります。

* 特訓/探索可能エリアの拡張
* スキルレベル上限の上昇
* スキルコスト上限の上昇
* 初めて達成したランクの場合、プレイヤーランクの上昇


---

# 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/japanese/game/monster-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.
