> 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/farming-guide.md).

# Farming Guide

Farming is the main activity in Little Farmers.

You start with a small number of farm plots and slowly grow your farm by planting, watering, harvesting, and leveling up.

### The farming cycle

Every crop follows the same basic cycle:

```
Till → Plant → Water → Grow → Harvest
```

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

### Tilling

Before planting a seed, you need to till the soil.

Equip your Hoe, stand near an empty plot, and press **E**.

### Planting

After the soil is tilled, equip a seed and press **E** near the plot.

Each seed grows into a specific crop.

### Watering

Crops need water before they begin growing.

Equip your Watering Can and press **E** near a planted crop.

If your Watering Can is empty, visit the well to refill it.

### Growing

Different crops take different amounts of time to grow.

Short crops are useful early because they let you harvest often. Longer crops take more time but can be more valuable.

### Harvesting

When a crop is ready, press **E** near the plot to harvest it.

Harvesting gives you:

| Reward     | Description                           |
| ---------- | ------------------------------------- |
| Crop item  | The crop you grew                     |
| Farming XP | Progress toward higher Farming levels |

### Rotten crops

If a mature crop is left for too long, it can rot.

Rotten crops cannot be harvested normally. Clear the plot and plant again.

### Farming XP

Farming XP helps you level up your Farming skill.

Higher Farming levels unlock more crops and more farm plots.


---

# 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/farming-guide.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.
