> 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/world/world-areas.md).

# World Areas

Little Farmers has several areas to explore.

Each area has its own purpose, NPCs, and activities.

### Farm / Village

The Farm is your main home area.

You can:

| Activity          | Description              |
| ----------------- | ------------------------ |
| Grow crops        | Use farm plots           |
| Refill water      | Use the well             |
| Visit Farmer Buba | Buy seeds and sell crops |
| Enter your house  | Rest and use storage     |

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

### Forest

The Forest is the woodcutting area.

You can:

| Activity            | Description              |
| ------------------- | ------------------------ |
| Chop trees          | Gather Wood              |
| Gain Woodcutting XP | Progress your profession |
| Visit Lumberjack    | Get help with axes       |

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

### Hub

The Hub connects many major systems.

You can find:

| NPC / Area         | Purpose                  |
| ------------------ | ------------------------ |
| Gem Trader         | Trade materials for Gems |
| Marketplace Vendor | Open the Marketplace     |
| Blacksmith         | Craft tools              |
| Bank entrance      | Access Bank systems      |
| NFT shop entrance  | Visit NFT Dealer         |
| Forest exit        | Travel to Forest         |
| Farm exit          | Return to Farm           |
| Arcade entrance    | Play Chicken Run         |

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

### Bank

The Bank contains the Banker and Gem/Token exchange systems.

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

### NFT Shop

The NFT Shop contains the NFT Dealer and special Gem items.

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

### House

Your house includes rest and storage interactions.

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

### Arcade Room

The underground arcade room.

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

### Mine

The Mine is part of the world and will support future resource systems.

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


---

# 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/world/world-areas.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.
