# Item

Itemには、大きく分けて4種類のカテゴリーがあります。アイテムによっては品質が3段階存在（R＞UC>C）し、効果量が異なる場合があります。

* 育成アイテム\
  Monsterの育成時に使用するアイテム。\
  疲労、ストレス、体型、育成方針、基本パラメーター、寿命など、幅広く作用する。
* 強化アイテム\
  MonsterやFarmの強化に使用するアイテム。
* 再生アイテム\
  Monsterの再生時に使用するアイテム。\
  NFTやCostをかけずともMonsterを再生（ランダムor固定）することが出来る。\
  再生アイテムで生み出したMonsterは、Free再生と違い取引が可能。
* 融合アイテム\
  Monsterの融合時に使用するアイテム。\
  生まれるMonsterを固定したり、パラメーターに変動を加えることが出来る。

<br>


---

# 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/item.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.
