> For the complete documentation index, see [llms.txt](https://docs.bloomshire.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloomshire.xyz/life-skills/cooking.md).

# Cooking

Turn what you grow into something worth real money.

<figure><img src="https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-db11d644e6d3afd2a6d023ca31bfb422f8a0d50b%2Fcooking.png?alt=media" alt="Cooking at the hearth"><figcaption></figcaption></figure>

Stand at a kitchen, pick a recipe you know, and cook. Everything you grow, catch, gather and raise ends up here.

Cooking is also the fastest way to make food worth eating. Raw crops keep you going; a proper meal does a great deal more.

![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-bef6010021094c5e454a12e1d9e852dbee3b8230%2Fveg_plate.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-b6132ab2c6dfe317fbba20fc2b2bb9268fff6993%2Fsalad.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-927f56495a607eae9c8d3170935d1cc58586f6b7%2Fbread.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-1ef99585d26f6422400b87d4c30680db8f36dd55%2Ffried_fish.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-c1f05e02dd98238ba6840b2638715e4d698dcf91%2Fjam.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-40239fe6b75c0aab6af460f7a10f4e9f6e7e3772%2Fberry_pie.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-707d0ddc9b74172a934ac6d2a6909eb807bb3001%2Fcheese.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-b26cb7aad16676ebd2eb9bc944b7cdf8644c7b2b%2Fcake.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-40239fe6b75c0aab6af460f7a10f4e9f6e7e3772%2Fmoonlit_tart.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-8e2dd04768c45fab34358d230e2a51c610d4ad11%2Froast.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-2afddc218c6d6fe25a9a491e10071c95d657cd15%2Fhearty_stew.png?alt=media)

Early recipes take whatever you have. Later ones ask for specific things, and the best of them need meat, which means you kept an animal long enough to raise it properly.

Not everything you cook is a meal. Dough is an ingredient, and eating it is a waste of good milk.

## Where to cook

The Cooking House in town, the bakery ovens, your own farmhouse kitchen, and the old oven out on the farm.

## Learning recipes

Most open as your cooking level rises. A few are taught by villagers who think you are ready for them.

Cooking leans on farming and fishing, so it will stall if you only ever stand at the stove.

## What to do with a dish

Eat it, sell it, or hand it in. The kitchen pays the best rates on the delivery board, and the top end of the whole economy is a cooked meal.


---

# 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.bloomshire.xyz/life-skills/cooking.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.
