# Fiefverse Dev Docs

## Fiefverse Dev Docs

- [Fiefdom Dev Documentation](https://docs.fiefdom.gg/fiefdom-dev-documentation.md): Get started building your app or experience on Fiefdom with the official developer documentation.
- [Overview of Fiefdom](https://docs.fiefdom.gg/introduction-to-fiefdom/overview-of-fiefdom.md)
- [Benefits of Building on Fiefdom](https://docs.fiefdom.gg/introduction-to-fiefdom/benefits-of-building-on-fiefdom.md)
- [Prerequisites for Developers Building on Fiefdom](https://docs.fiefdom.gg/getting-started/prerequisites-for-developers-building-on-fiefdom.md)
- [Setting Up a Development Environment for Fiefdom](https://docs.fiefdom.gg/getting-started/setting-up-a-development-environment-for-fiefdom.md)
- [Introduction](https://docs.fiefdom.gg/fiefdom-playground-testnet/introduction.md)
- [Hub](https://docs.fiefdom.gg/fiefdom-playground-testnet/hub.md)
- [Basics](https://docs.fiefdom.gg/developing-smart-contracts-on-fiefdom/basics.md)
- [Interacting With Fiefdom Smart Contracts](https://docs.fiefdom.gg/developing-smart-contracts-on-fiefdom/interacting-with-fiefdom-smart-contracts.md)
- [Create ERC-20 Token](https://docs.fiefdom.gg/examples-and-tutorials/create-erc-20-token.md)
- [Create ERC-721 NFT](https://docs.fiefdom.gg/examples-and-tutorials/create-erc-721-nft.md)
- [Create ERC-404 Token](https://docs.fiefdom.gg/examples-and-tutorials/create-erc-404-token.md)
- [Dwarf Dash Example](https://docs.fiefdom.gg/examples-and-tutorials/dwarf-dash-example.md)
- [FIEF <> WFIEF Wrapper](https://docs.fiefdom.gg/core-apps/fief-less-than-greater-than-wfief-wrapper.md)
- [FiefSwap](https://docs.fiefdom.gg/core-apps/fiefswap.md)
- [Troves](https://docs.fiefdom.gg/core-apps/troves.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, 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.fiefdom.gg/fiefdom-dev-documentation.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.
