> 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/auto-farm.md).

# Automatic

In this mode, the player can select up to 8 [Miners](/en/readme/recursos/miners.md) to continuously dig an exclusive mine in this mode. The mine has only 8 columns and the miner cannot move horizontally. They must be positioned in each column and will only dig vertically automatically. The number of blocks excavated respects the maximum strike limit of the positioned miner, and upon reaching his strike limit, the miner goes into rest mode. The miner's rest period varies depending on its rarity, as shown in the table below. in this model

| Rarity    | Cooldown |
| --------- | -------- |
| Common    | 2 hours  |
| Uncommon  | 4 hours  |
| Rare      | 8 hours  |
| Epic      | 16 hours |
| Legendary | 24 hours |
| Unique    | 32 hours |

{% hint style="warning" %}

* **The mine thus does not have special blocks (explosives, wagons and hourglasses).**
* **Miners in Cooldown cannot play other game modes (including being registered in the quarry) and cannot be added to the marketplace or used in upgrades or Evolution (as material or as Miners to be affected by these features).**
* **Miners already added to Quarry in the current cycle are prevented from playing this mode as well as the others.**
* **Make sure you have a stable network connection before playing, and do not close the window until the automatic digging has finished.**
  {% endhint %}


---

# 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/auto-farm.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.
