# Instructions for DAO Managers

In order to manage a DAO every DAO Manager would come across a standard set of actions which will be described in this section.

DAOs are managed via (a) creating and (b) passing votes. DAO Managers are creating votes. Other GP token holders vote with their wallets to pass or reject the votes initiated by DAO Managers.

Provided here is a standard set of actions DAO Managers would need to operate a DAO

1. Basics
   1. [Basic Management Information](/weezi/basics/1.-basic-management-information.md)
   2. [How to create your own DAO](/weezi/basics/dao-creation-via-weezi.md)
2. Setup:
   1. [Frame Wallet setup](/weezi/setup/frame-setup.md)
   2. [Setting up Aragon Framework](/weezi/setup/aragon-setup.md)
   3. [Introducing new assets for deposit](/weezi/setup/introducing-new-assets.md)
   4. [Setting up the reporting system](/weezi/setup/4.-setting-up-the-reporting-system.md)
3. LP token Management:&#x20;
   1. [Token Request procedure](/weezi/ct-token-management/approve-token-request.md)
   2. [Asset withdrawal over OTC](/weezi/ct-token-management/withdraw-assets-over-otc.md)
   3. [Burning the LP tokens](/weezi/ct-token-management/burning-ct-tokens.md)
4. Advanced DAO Procedures
   1. [Main DAO and product DAOs](/weezi/advanced-dao-procedures/main-dao-and-product-daos.md)
   2. [Rage Quit Procedure](/weezi/advanced-dao-procedures/2.-rage-quit-procedure.md)
   3. [Carry fees withdrawal](/weezi/advanced-dao-procedures/3.-withdrawing-carry-fees.md)

&#x20;

&#x20;


---

# 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://1clickdao.gitbook.io/weezi/master.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.
