# Item

There are four main categories of items in the game, with some items having three levels of quality (Rare>UnCommon>Common) and varying degrees of effectiveness.

* Training Item\
  An item used when raising Monster.\
  It exerts an effect on a wide range of factors, including fatigue, stress, body type, training regimen, basic parameters, and lifespan.
* Boosting Item\
  An item used to boost monsters and Farms.
* Regeneration Item\
  An item used when regenerating a monster.\
  Monsters can be regenerated (random or fixed) without an NFT or any cost.\
  Monsters that are created using regeneration items can be traded, unlike those that are regenerated for free.
* Fusion Item\
  An item used for Monster Fusion.\
  New monsters created through the fusion process can be fixed and variation can be added to the parameters.

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