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

# Cooking

Picture the scene: fresh lobster, boiling over a campfire as monkeys from all over the world head over to enjoy the delights of your cooking! Be it fish meat or monster meat, there are delectable dishes all around for those to cook. Legendary dishes are renowned for their ability to regain lifeforce or boost your power, so this is a skill you won’t want to neglect.  For every fish you cook you will gain EXP, and higher cooking levels will unlock access to more powerful dishes that anyone would love to get their hands on.

Nestled in a hut on the northern side of Castaway Cove, you will find Chef Elda. If you meet her, she’ll speak of her days as the Head Chef within the Kingdom of Solaire cooking for the King himself! If you want to begin cooking, speak with Elda… for she holds the recipe for success.


---

# 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.bitmates.io/gameplay/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.
