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

# Crops

Crops are the heart of your farm.

Each crop has its own seed cost, growth time, rot time, and sell value.

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

### Crop list

| Crop     | Growth Time | Rot Time | Seed Cost | Sell Value |
| -------- | ----------: | -------: | --------: | ---------: |
| Potato   |   5 minutes |   1 hour |   2 Coins |    3 Coins |
| Carrot   |  15 minutes |   1 hour |   6 Coins |    9 Coins |
| Tomato   |      1 hour |  2 hours |  20 Coins |   30 Coins |
| Wheat    |     4 hours |  4 hours |  60 Coins |   92 Coins |
| Broccoli |     8 hours |  8 hours | 120 Coins |  184 Coins |
| Pumpkin  |    12 hours |  8 hours | 200 Coins |  284 Coins |
| Eggplant |    24 hours |  8 hours | 350 Coins |  494 Coins |

### Choosing what to plant

Fast crops are useful when you are actively playing.

Longer crops are better when you want to plant, leave, and come back later.

### Crop unlocks

Some crops require higher Farming levels before they become available.

Keep farming to unlock better seeds and grow your farm economy.

### Selling crops

Farmer Buba buys harvested crops.

Visit him when your basket is full and sell what you have grown.


---

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