> 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/getting-started/how-to-start.md).

# How to Start

Welcome to your first day in Little Farmers.

Your first goal is to meet **Farmer Buba**. He will help you begin your farming journey and give you the starter tools you need.

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

### Step 1: Talk to Farmer Buba

Find Farmer Buba near the farm area and press **E** to talk.

She will introduce you to the basics of farming and give you:

| Starter Tool | Use                 |
| ------------ | ------------------- |
| Hoe          | Used to till soil   |
| Watering Can | Used to water crops |

### Step 2: Open your inventory

Press **TAB** or **I** to open your inventory.

Drag your Hoe or seeds into your quick slots so you can use them easily.

### Step 3: Till the soil

Stand near an empty farm plot, equip your Hoe, and press **E** to till the soil.

A tilled plot is ready for seeds.

### Step 4: Plant a seed

Equip a seed from your inventory or quick slot.

Stand near a tilled plot and press **E** to plant it.

### Step 5: Water your crop

Crops need water before they can grow.

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

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

### Step 6: Wait and harvest

Each crop takes time to grow.

When your crop is ready, return to the plot and press **E** to harvest it.

Harvesting gives you the crop item and Farming XP.

### Step 7: Sell or use your crops

You can sell harvested crops to Farmer Buba or keep them for future systems.

Your first few harvests may feel small, but every farm starts with one good crop.


---

# 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/getting-started/how-to-start.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.
