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

# Guide

- [Energy](https://docs.kingdom.so/guide/energy.md)
- [Cooking](https://docs.kingdom.so/guide/cooking.md): To cook, you need a bonfire. You can use any bonfire in the game.
- [Crafting](https://docs.kingdom.so/guide/crafting.md): To craft objects and items, you need to use your workbench. Buy a land to get a free workbench.
- [Trading](https://docs.kingdom.so/guide/trading.md): Inside Kingdom, we have a trading system between players through dropboxes. A dropbox functions like a player online shop.
- [Quests](https://docs.kingdom.so/guide/quests.md): Level up and discover new crafting and cooking recipes by completing quests.
- [Delegation](https://docs.kingdom.so/guide/delegation.md): Landowners can delegate tasks to other players. For example, if you own a forest but don't have time to cut your trees, you can change the rules of your tile to allow other players to cut your wood.
- [Pathways](https://docs.kingdom.so/guide/pathways.md)
- [Map](https://docs.kingdom.so/guide/map.md)
- [Objects & buildings](https://docs.kingdom.so/guide/objects-and-buildings.md)
- [Community tools](https://docs.kingdom.so/guide/community-tools.md)
- [Bug bounty program](https://docs.kingdom.so/guide/bug-bounty-program.md)


---

# 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.kingdom.so/guide.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.
