> For the complete documentation index, see [llms.txt](https://docs.dexe.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexe.io/creating-a-dao.-getting-started/6.-create-dao.-summary.md).

# 6. Create DAO. Summary

<figure><img src="/files/Ge7lHUmMOkfWh8hTLLk1" alt=""><figcaption></figcaption></figure>

Congratulations, you've now configured all the core settings for your decentralized autonomous organization. On this final page, take a moment to review everything before officially creating your DAO. Double check:

* Your DAO's name, image, description
* Governance token(s)
* Voting parameters and rules
* Validator token and group
* And more

Make sure all the foundational elements align with your vision.

If you need to tweak any settings, simply click "Edit" to re-access each section. All your progress is saved, so no need to start over. Once you're ready, click "Create DAO" to officially deploy it to the selected blockchain.

{% hint style="info" %}
Please note that after DAO creation, most settings can only be changed through community proposals and voting.
{% endhint %}

This democratic process empowers your members to evolve the DAO together over time. But the core rules and contracts will provide stability amidst that change.&#x20;

With everything set up, it's time to share your DAO with the world. Begin inviting members, proposing ideas, and collectively building your decentralized future.

You can now find your DAO on the home page in the list of all DAOs at <https://app.dexe.io> or your user profile. Start your path to better governance today!


---

# 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.dexe.io/creating-a-dao.-getting-started/6.-create-dao.-summary.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.
