# How to create a SubDAO

Creating a SubDAO is as easy as creating a regular DAO, with one extra step at the end!

To start, go to the DAO you want to create a SubDAO for, and navigate to **SubDAOs > New SubDAO**.

![Create SubDAO button](/files/rIOdGj0LciObJfvj0D44)

You will be brought to an interface that looks identical to the interface for creating a DAO, except the header should contain the name of the parent DAO.

![New SubDAO UI](/files/JNe2FAPOh2xLBwT2HKKG)

Create the SubDAO like you would any other DAO. If you need help, check out [Create your first DAO](/docs/introduction/quickstart/create-a-dao.md) in the Quickstart section.

![SubDAO home](/files/AyWD8nGVMjQy1t9fJ0Ds)

Lastly, the parent DAO needs to recognize the SubDAO with a proposal. This security step prevents anyone from creating a SubDAO of an organization and pretending to be a part of it.

Check out our YouTube for video guide for [adding](https://youtu.be/F42qF2mAYxU) or [removing](https://youtu.be/qpP_WSiju2U) a subDAO from the parent DAO!

If you are a member of the parent DAO, you can click on the banner at the top of the SubDAO's home page to open the parent DAO's proposal creation page with the action prefilled.

Clicking the alert banner at the top of the page will take you here:

![Parent DAO proposal creation](/files/XDLszziMyuZDVETaCEbQ)

Once the parent DAO passes and executes this proposal, the SubDAO will be recognized!

![Recognized SubDAO home](/files/tizCFlLzChSJCACsxXaN)

And it will show up in the parent DAO's SubDAOs tab!

![Parent DAO SubDAOs tab](/files/EZrPXWIcvh3T33quLLrP)


---

# 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/dao-management/subdaos/how-to-create.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.
