# Cooking

One of the core game loops in Land of Dreams requires you to feed your bumpkin so they can gain experience (XP). \
\
This is achieved by using crops that you have harvested to cook food at one of the following. \
\
Better buildings require higher expansion levels before you can craft them.

<table><thead><tr><th width="205" align="center">Building</th><th width="139.33333333333331" align="center"> </th></tr></thead><tbody><tr><td align="center">Fire Pit</td><td align="center"><img src="https://1060363975-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIWGEodCG0c07OUY9iW9t%2Fuploads%2FOCBPA5s1bJtSFkXtQkcr%2Fimage.png?alt=media&#x26;token=1d7f5486-5327-4b3a-b0f3-96bb8475d26b" alt=""></td></tr><tr><td align="center">Kitchen</td><td align="center"><img src="https://1060363975-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIWGEodCG0c07OUY9iW9t%2Fuploads%2F1zVq7cdOQUoZVE4B3ELO%2Fimage.png?alt=media&#x26;token=ac2a168b-2413-485f-9219-1d8f922c4990" alt=""></td></tr><tr><td align="center">Bakery</td><td align="center"><img src="https://1060363975-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIWGEodCG0c07OUY9iW9t%2Fuploads%2FgzC0sTNL9QeJ6MjovCuQ%2Fimage.png?alt=media&#x26;token=1b261a20-e2ce-4440-8d00-828f377f06b6" alt=""></td></tr><tr><td align="center">Deli</td><td align="center"><img src="https://1060363975-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIWGEodCG0c07OUY9iW9t%2Fuploads%2FRcEg6EBPFulnjXzaSTYc%2Fimage.png?alt=media&#x26;token=fbb1322d-5112-4fcd-bdba-712dc617adf0" alt=""></td></tr><tr><td align="center">Smoothie Shack</td><td align="center"><img src="https://1060363975-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIWGEodCG0c07OUY9iW9t%2Fuploads%2FFnnvXm1JU4jroIyuivTe%2Ffuitshack.png?alt=media&#x26;token=97066196-4b67-42ac-9202-f3ca826b6b3f" alt=""></td></tr></tbody></table>

Every farm starts with a Firepit so you can cook as soon as you have crops. Additional buildings can be found from the building menu by clicking on the workbench.\
\
![](https://1060363975-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIWGEodCG0c07OUY9iW9t%2Fuploads%2F82qt5Wwyg1OPL2ZX9KV1%2Fimage.png?alt=media\&token=ac9b67a6-37a9-4fae-8c87-e7f0e29b951b)\
\
Once you click on a building you can choose the recipe that you wish to cook. It will then tell you what the food is, what ingredients it requires, how much XP you will gain and how long it will take to prepare. \
\
Once the food is ready you can click on the building to move it from the building into your inventory.

![](https://1060363975-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIWGEodCG0c07OUY9iW9t%2Fuploads%2FggpqZGRJJbqFRC8YOE2o%2Fimage.png?alt=media\&token=51a58e12-29c1-4df1-ad59-6da9eb34a3dc)

If you click back on the building whilst it's cooking you will see a timer so you know how long you need to wait.&#x20;

Once the food is in your inventory you can click on your Bumpkin NPC on your farm and feed him.&#x20;

![](https://1060363975-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIWGEodCG0c07OUY9iW9t%2Fuploads%2FHV7wizA8IOILqhk5v4Fh%2Fimage.png?alt=media\&token=3bb35928-1af2-4769-9adc-ca85c3e80c54)


---

# Agent Instructions: 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:

```
GET https://land-of-dreams.gitbook.io/land-of-dreams/cooking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
