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

# Explore Features

- [Realm](https://docs.makerealms.com/explore-features/realm.md)
- [Realm Tutorial](https://docs.makerealms.com/explore-features/realm/realm-tutorial.md): Spin up your first Realm
- [Expanding the Realm](https://docs.makerealms.com/explore-features/realm/realm-tutorial/expanding-the-realm.md): Link existing realms to new channels to get more involvement
- [Cloning a Realm](https://docs.makerealms.com/explore-features/realm/cloning-a-realm.md): Making a copy of an existing realm and cloning its respective settings saves time
- [All Realm Commands](https://docs.makerealms.com/explore-features/realm/all-realm-commands.md): Full specification for the /realm command
- [Realm Roles](https://docs.makerealms.com/explore-features/realm/realm-roles.md): Understand the various roles in the realm
- [Currency](https://docs.makerealms.com/explore-features/currency.md): Learn about coins and how to use them
- [All Currency Commands](https://docs.makerealms.com/explore-features/currency/all-currency-commands.md): Full specification for the \`/currency\` command
- [Currency Mint](https://docs.makerealms.com/explore-features/currency-mint.md): Create and distribute new coins to your community
- [All Mint Commands](https://docs.makerealms.com/explore-features/currency-mint/all-mint-commands.md): Mint new currency to individuals or groups
- [Currency Burn](https://docs.makerealms.com/explore-features/currency-burn.md): Remove currency out of circulation or from any holders
- [All Burn Commands](https://docs.makerealms.com/explore-features/currency-burn/all-burn-commands.md): Burn coins from individuals or groups of coin holders
- [Currency Inflation](https://docs.makerealms.com/explore-features/currency-inflation.md)
- [All Currency Inflation Commands](https://docs.makerealms.com/explore-features/currency-inflation/all-currency-inflation-commands.md): Full specification for /inflation
- [Vote](https://docs.makerealms.com/explore-features/vote.md)
- [Basic Voting Tutorial](https://docs.makerealms.com/explore-features/vote/basic-voting-tutorial.md): Create consensus for decisions within the realm
- [Combat Vote](https://docs.makerealms.com/explore-features/vote/combat-vote.md): Learn about the advanced voting features
- [All Vote Commands](https://docs.makerealms.com/explore-features/vote/all-vote-commands.md): Full specification for the /vote command
- [Quiz](https://docs.makerealms.com/explore-features/quiz.md): Test your community's knowledge and earn coins!
- [All Quiz Commands](https://docs.makerealms.com/explore-features/quiz/all-quiz-commands.md): See all quiz commands
- [Role Promotions](https://docs.makerealms.com/explore-features/role-promotions.md): Automate role promotions with our optional Realms Role bot
- [All Role Promotion Commands](https://docs.makerealms.com/explore-features/role-promotions/all-role-promotion-commands.md): Manage your automatic role promotions
- [Faucet](https://docs.makerealms.com/explore-features/faucet.md): Allow your community to claim coins for themselves
- [All Faucet Commands](https://docs.makerealms.com/explore-features/faucet/all-faucet-commands.md): Control the faucet
- [Import Files](https://docs.makerealms.com/explore-features/import-files.md): Import data into Realms from an external source
- [All File Commands](https://docs.makerealms.com/explore-features/import-files/all-file-commands.md): Manage your file uploads
- [Quiz File Format](https://docs.makerealms.com/explore-features/import-files/quiz-file-format.md): Generate quizzes in a spreadsheet to import into Realms
- [Balance File Format](https://docs.makerealms.com/explore-features/import-files/balance-file-format.md): The format required to import currency balances
- [Treasury](https://docs.makerealms.com/explore-features/treasury.md): Learn about your realms treasury
- [All Treasury Commands](https://docs.makerealms.com/explore-features/treasury/all-treasury-commands.md): All treasury commands
- [Withdrawals](https://docs.makerealms.com/explore-features/withdrawals.md): Manually manage conversions of a realms currency to something outside of Realms
- [All Withdraw Commands](https://docs.makerealms.com/explore-features/withdrawals/all-withdraw-commands.md): See all commands for managing withdrawals


---

# 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.makerealms.com/explore-features.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.
