> For the complete documentation index, see [llms.txt](https://docs.monsterra.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monsterra.io/gameplay/adventure-mode/rewards.md).

# Rewards

Reward from each stage:

![Reward if you reach the winning condition of the stage.](/files/FXc6ckxyvLMd9dMPM5Kj)

You can preview the rewards you can get before the start of the match by clicking on the gift boxes

Besides the rewards in the gift box, you will also get food by looting from the enemy. Hitting the Food Storage will get the most food.

![You can loot the food from the enemy's land plot](/files/exKaAeemwMaf0WubwGce)

When you accumulate enough stars through completing stages, you can get cumulative rewards

![Click on the Giftbox to see the reward.](/files/TqZLI1O0i6FbIzIgphVk)

The higher the reward milestone, the greater the number and value of the rewards

![You can see the probability of each reward.](/files/cnrr9Ha3H2l4MO3gntH4)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.monsterra.io/gameplay/adventure-mode/rewards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
