> 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/maintenance-commands.md).

# Maintenance Commands&#x20;

Maintenance Commands play a key role in the growth and maintenance of your farm. These specific commands are focused on caring for and cultivating various aspects of your farm to replenish spent resources, ensuring that your operations continue smoothly:

1. **Recover (All Squads)**: This command is available to all squads. They can use a [House ](/game-mechanics/farming/buildings/building-types/house.md)or the [Foreman House](/game-mechanics/farming/buildings/building-types/foreman-house.md) to recover their Stamina. This replenishment is crucial for keeping your squads active and productive, ready to carry out their various tasks on the farm.
2. **Repair (Builder)**: [Builders ](/game-mechanics/squads/squad-types/farming-squads/builders.md)have the special ability to recover the[ HP of a building](/game-mechanics/farming/buildings/building-hp.md). This command is key to maintaining the structural integrity and functionality of your [farm's buildings](/game-mechanics/farming/buildings.md). Regular repair and maintenance ensure that buildings remain operational and effective in supporting your farm's activities.
3. **Grow (Farmer)**: This command is used by the Farmer squad. When executed, farmers tend the crops and prompt the growth of [wheat](/economy/resources/food.md). It's an essential step in the process of turning seeds into harvestable wheat, crucial for maintaining a steady supply of this fundamental resource.
4. **Feed Cow (Cowherd)**: Used by the [Cowherd squad](/game-mechanics/squads/squad-types/farming-squads/cowherds.md), this command involves feeding the [cows.](/game-mechanics/farming/buildings/building-types/cow-pen.md) Proper feeding is essential for cows to produce [milk](/economy/resources/food.md), a vital resource on the farm. Consistent and careful feeding ensures that the cows are healthy and productive.

These  Commands are integral to the successful management of your farm's resources in BLOCKLORDS. By effectively utilizing these commands, you can ensure that your crops and livestock are well-cared for, leading to fruitful harvests and sustainable farm operations.

<br>


---

# 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/maintenance-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.
