# guides

- [Creating DAO](https://docs.dexe.network/guides/creating-dao.md)
- [Deploying DAO](https://docs.dexe.network/guides/creating-dao/deploying-dao.md)
- [Customizing DAO](https://docs.dexe.network/guides/creating-dao/customizing-dao.md)
- [VotePower](https://docs.dexe.network/guides/creating-dao/customizing-dao/votepower.md)
- [ERC721Power](https://docs.dexe.network/guides/creating-dao/customizing-dao/erc721power.md)
- [ERC721Multiplier](https://docs.dexe.network/guides/creating-dao/customizing-dao/erc721multiplier.md)
- [Interacting with DAO](https://docs.dexe.network/guides/interacting-with-dao.md)
- [Deposit/Withdraw](https://docs.dexe.network/guides/interacting-with-dao/deposit-withdraw.md)
- [Delegations](https://docs.dexe.network/guides/interacting-with-dao/delegations.md)
- [Proposal life cycle](https://docs.dexe.network/guides/interacting-with-dao/proposal-life-cycle.md)
- [Rewards](https://docs.dexe.network/guides/interacting-with-dao/rewards.md)
- [Metagovernance](https://docs.dexe.network/guides/interacting-with-dao/metagovernance.md)
- [Internal validator proposals](https://docs.dexe.network/guides/interacting-with-dao/internal-validator-proposals.md)
- [Special proposals](https://docs.dexe.network/guides/interacting-with-dao/special-proposals.md)
- [Distribution proposal](https://docs.dexe.network/guides/interacting-with-dao/special-proposals/distribution-proposal.md)
- [Token sale proposal](https://docs.dexe.network/guides/interacting-with-dao/special-proposals/token-sale-proposal.md)
- [Usage of subgraphs](https://docs.dexe.network/guides/usage-of-subgraphs.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.dexe.network/guides.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.
