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

# NPCs

<figure><img src="/files/1jssKyFADiBgLzYLb9Qv" alt=""><figcaption></figcaption></figure>

NPCs are villagers and shopkeepers who help you progress through Little Farmers.

Some NPCs teach you systems, some open shops, and some provide special services.

### Farmer Buba

Farmer Buba helps new farmers get started.

He gives your first Hoe and Watering Can, then opens the seed and crop shop.

Visit Farmer Buba to:

| Action     | Description                    |
| ---------- | ------------------------------ |
| Buy seeds  | Get seeds for farming          |
| Sell crops | Sell harvested crops for Coins |

### Lumberjack

The Lumberjack lives in the forest.

He helps with woodcutting and can provide a free Wooden Axe when eligible.

Visit the Lumberjack if you lose your axe.

### Gem Trader

The Gem Trader exchanges useful materials for Gems.

Bring the materials he is looking for and trade them for Gems.

### Banker

The Banker handles Gem and Token exchange.

Visit the Bank when you are ready to exchange Gems into Token or manage Token-related actions.

### Blacksmith

The Blacksmith crafts tools.

If your Hoe or Axe breaks, visit the Blacksmith to craft a replacement.

### Marketplace Vendor

The Marketplace Vendor opens the Marketplace.

Use the Marketplace to buy and sell resources with other farmers.

### NFT Dealer

The NFT Dealer sells special farm items that cost Gems.

These items can provide useful effects for your farm.


---

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