# DAO Creation Wizard

- [Community Token DAO](https://docs.realms.today/realms-v2/dao-creation-wizard/community-token-dao.md): A Community Token DAO is the most common type of DAO where governance power comes from holding governance tokens. Members vote on proposals proportional to their token holdings.
- [NFT Community DAO](https://docs.realms.today/realms-v2/dao-creation-wizard/nft-community-dao.md): An NFT Community DAO uses NFT ownership as the basis for governance participation. Each NFT typically represents one vote, creating a membership-based governance model.
- [Multi-Signature DAO (Multi-sig)](https://docs.realms.today/realms-v2/dao-creation-wizard/multi-signature-dao-multi-sig.md): A Multi-Signature DAO operates like a traditional multi-sig wallet but with additional governance features. It's perfect for small teams or organizations that need shared control over assets and decis
- [Configurations](https://docs.realms.today/realms-v2/dao-creation-wizard/configurations.md): After a DAO is created, users that detain governance tokens or council tokens can change the DAO configuration.


---

# 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.realms.today/realms-v2/dao-creation-wizard.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.
