> For the complete documentation index, see [llms.txt](https://docs.playlittlefarmers.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.playlittlefarmers.com/player-guides/tools-and-durability.md).

# Tools & Durability

Tools are needed for farming and gathering resources.

Some tools have durability. When durability reaches zero, the tool breaks.

<figure><img src="/files/zPhCxebjtb87McRdcqeb" alt=""><figcaption></figcaption></figure>

### Main tools

| Tool         | Use                           |
| ------------ | ----------------------------- |
| Hoe          | Tills soil                    |
| Watering Can | Waters crops                  |
| Axe          | Chops trees                   |
| Gold Axe     | Special axe that never breaks |

### Hoe

The Hoe is used to prepare soil for planting.

Use it on an empty farm plot to till the ground.

### Watering Can

The Watering Can is used to water planted crops.

It has limited water capacity and can be refilled at the well.

### Axe

The Axe is used to chop trees and gather Wood.

Axes lose durability as they are used.

### Tool durability

| Tool Tier   | Durability |
| ----------- | ---------: |
| Wooden Tool |        400 |
| Copper Tool |        900 |
| Iron Tool   |       2000 |
| Gold Axe    |       2400 |

Better tools last longer and help you stay productive.

### Broken tools

When a tool breaks, it is removed.

If you have another matching tool available, the game may equip it automatically.

If you need a new tool, visit the Blacksmith.

### Blacksmith

The Blacksmith can craft replacement tools.

Bring the required materials and craft what you need to keep your farm moving.


---

# 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.playlittlefarmers.com/player-guides/tools-and-durability.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.
