# Congratulations!

You've created your own DAO. More importantly, you've learned the basics of DAO DAO.

DAO DAO has **much more to offer**. By taking full advantage of proposal actions, you can create extremely simple or fascinatingly complex governance systems. The limits are your imagination and your ability to organize! Check out the `Recipes` section for more information.

One of the most important next steps to governing successful communities on DAO DAO is learning [how to design your DAO securely](https://medium.com/@dao-dao/best-security-practices-for-daos-59484932377f). While we build DAO DAO to be powerful and composable, it is easy to shoot yourself in the foot. A great place to double check your assumptions and discuss ideas with others before managing sensitive assets is [our Discord server](https://discord.daodao.zone).

Anything **unclear** or **buggy** in this tutorial? [Please report it](https://github.com/DA0-DA0/docs/issues)!


---

# 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://dao-dao-docs.gitbook.io/docs/introduction/quickstart/congratulations.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.
