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