> For the complete documentation index, see [llms.txt](https://docs.mining-squad.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mining-squad.app/en/readme/o-jogo/game-modes/mini-games/pegue-o-vagao.md).

# Take the Wagon

This is a mini-game format game mode. To play this mode you need to own a mining cart wagon. These wagons can be found by playing [Adventure](/en/readme/o-jogo/game-modes/adventure-endless.md) mode, where there is one chance per playthrough of finding a lost wagon. Each wagon comes with random content that can contain high rewards and its value is only generated randomly after entering the mini-game. Upon unlocking the wagon, the player enters this game mode where the wagon quickly descends along tracks in a new mine, and the player must quickly dig to reach the wagon and thus break it as if it were a moving block that runs across the screen. side to side as you descend diagonally through the mine. The speed at which the wagon descends is constant, and requires strategy and speed from the player to reach it before time runs out and the wagon reaches the end of the mine, where a pile of dynamite will tear it to pieces along with the reward contained in it.

Below you can see a table with the possible prizes within the wagon.

| Wagon type | Reward        | Odds |
| ---------- | ------------- | ---- |
| Iron       | 1 - 4 MSB     | 30%  |
| Gold       | 5 - 9 MSB     | 25%  |
| Emerald    | 10 - 19 MSB   | 20%  |
| Ruby       | 20 - 49 MSB   | 14%  |
| Diamond    | 50 - 99 MSB   | 7%   |
| Treasures  | 100 - 200 MBS | 3%   |
| Box        | 1 MSG         | 1%   |


---

# 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.mining-squad.app/en/readme/o-jogo/game-modes/mini-games/pegue-o-vagao.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.
