# Shrooms

Shroom is a value that helps track player activity. The player gets Shrooms for winning battles and loses them for losses. This is a kind of rating of the player's activity in relation to the won battles. Shrooms are needed to motivate the player to fight in battles. This rating unit will be tied to such aspects of the game as joining factions, participating in monthly tournaments, and receiving seasonal awards. The player's performance in battles and, therefore, the amount of rewards for victories depends on Shrooms.


---

# 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://smashrooms-3.gitbook.io/smashrooms/gameplay/shrooms.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.
