# The Farm Wars Game Mechanics

In the mechanics of the game, there are several options

* **Attacking rival farms**
* **Defending against attacks**&#x20;
* **Revenge previous attackers**&#x20;
* **Upgrades and improvements**&#x20;
* **The Tournament**&#x20;

Put your reading glasses on🤓, here is a breakdown of each one.


---

# 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.thefarmwars.com/chapter-5-the-farm-wars-game-mechanics/the-farm-wars-game-mechanics.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.
