# NomStead

## Kingdom

- [Kingdom](https://docs.kingdom.so/kingdom.md): Official Kingdom guide, last updated December 2024
- [Get started](https://docs.kingdom.so/get-started.md): This section will guide you through the initial steps to play Kingdom on either mobile or desktop.
- [Start quests](https://docs.kingdom.so/get-started/start-quests.md): From level 1 to level 3
- [Create your kingdom](https://docs.kingdom.so/get-started/create-your-kingdom.md): Once you reach level 2, you'll be able to create your kingdom. Your initial tile will be a grassland. From there, you can start farming and set up your shop with a dropbox.
- [Craft and place objects](https://docs.kingdom.so/get-started/craft-and-place-objects.md)
- [Expand your Kingdom](https://docs.kingdom.so/get-started/expand-your-kingdom.md)
- [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)
- [Web3 wallets](https://docs.kingdom.so/economy/web3-wallets.md): Kingdom does not require a Web3 wallet to play, but you need one to buy or withdraw gold.
- [Buy gold](https://docs.kingdom.so/economy/buy-gold.md): Connect your Web3 wallet and click on the top bar gold icon to buy gold
- [Earn gold](https://docs.kingdom.so/economy/earn-gold.md): Reach level 6 to start trading with other players and earn gold.
- [Sell gold](https://docs.kingdom.so/economy/sell-gold.md): Connect your Web3 wallet and click on the top bar gold icon to sell gold
- [Team](https://docs.kingdom.so/team-and-road-map/team.md)
- [Road map](https://docs.kingdom.so/team-and-road-map/road-map.md): Kingdom is in a private alpha phase.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.kingdom.so/kingdom.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.
