> For the complete documentation index, see [llms.txt](https://wiki.blocklords.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.blocklords.com/game-mechanics/squads/commands/collection-commands.md).

# Collection Commands

In BLOCKLORDS, managing your farm involves a variety of 'Collect[ Resources](/economy/resources.md)' commands that are essential for gathering and producing the materials needed to sustain and grow your operations. Each squad has specific tasks they can perform:

1. **Gather Wood (Villager)**: This command allows [villagers](/game-mechanics/squads/squad-types/farming-squads/villagers.md) to collect [wood ](/economy/resources/construction/wood-and-wood-planks.md)from the Forest.
2. **Gather Stone (Villager)**: [Villagers](/game-mechanics/squads/squad-types/farming-squads/villagers.md) can also collect [stone ](/game-mechanics/farming/buildings/building-types/stone-mine.md)from the [Stone Mine.](/game-mechanics/farming/buildings/building-types/stone-mine.md)
3. **Make Tool (Builder)**: [Builders](/game-mechanics/squads/squad-types/farming-squads/builders.md) use the[ Forge ](/game-mechanics/farming/buildings/building-types/forge.md)to create [Tools](/economy/resources/construction/tools.md), crucial for various farm activities.
4. **Stone Mining (Miners)**: [Miners ](/game-mechanics/squads/squad-types/farming-squads/miners.md)specialize in extracting stone from the Stone Mine.
5. **Chop Wood (Lumberjack)**: [Lumberjacks](/game-mechanics/squads/squad-types/farming-squads/lumberjacks.md) are tasked with chopping trees to gather[ wood](/economy/resources/construction/wood-and-wood-planks.md) from the Forest.
6. **Hunt (Hunter)**: [Hunters ](/game-mechanics/squads/squad-types/farming-squads/hunters.md)are responsible for hunting game to provide [Meat](/economy/resources/food.md).
7. **Harvest Wheat (Farmer)**: Farmers harvest matured [wheat](/economy/resources/food.md), a key agricultural product.
8. **Make Bread (Cook)**: [Cooks](/game-mechanics/squads/squad-types/farming-squads/cooks.md) use milk and grain to bake[ Bread.](/economy/resources/food.md)
9. **Make Grain (Cook)**: Cooks also convert wheat into grain.
10. **Milk (Cowherd)**: Cowherds milk fully-grown cows for dairy production.
11. **Slaughter (Cowherd)**: This command allows cowherds to sacrifice a cow for meat.
12. **Patrol (Militia)**: The Militia patrols the farm, collecting resources like Stone, Wood, or Meat.

Each of these commands is vital in its own right, contributing to the overall resource pool of your farm in BLOCKLORDS. Effectively managing these tasks is key to ensuring a well-balanced and thriving farm.


---

# 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://wiki.blocklords.com/game-mechanics/squads/commands/collection-commands.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.
