# The Army Types

There are 3 armies in the game of Farm Wars.&#x20;

The Cows, the Pigs, and the Chickens.&#x20;

Each army is smelly, addictive, and powerful in different ways.

There are 4 parameters for each army :&#x20;

* **Attack** - the attack powers of the army at the starting point of the game.
* **Defense** - the defense capabilities and strength of each army
* **Mining** - the time it takes for the mining facility to extract Mutant liquid from the ground
* **Building Speed** - the speed it takes to build a new facility or structure on the farm.

Let's start by looking at the all-powerful cow army.


---

# 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-2-the-army-types/the-army-types.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.
