# What are SubDAOs?

A SubDAO is a DAO with another DAO set as its admin, which establishes a hierarchical relationship. The SubDAO's admin (or the **parent DAO**) can execute any action on behalf of the SubDAO. In other words, the parent DAO can force the SubDAO to *do something*, like spend from it's treasury, manage members, or executing a smart contract.

SubDAOs allow DAOs to build complex organizational structures. You can use SubDAOs to build teams, groups, departments, committees, advisory boards, and more!

How you design your organization is up to you. Here are some examples:

* [DAO DAO](https://daodao.zone/dao/juno10h0hc64jv006rr8qy0zhlu4jsxct8qwa0vtaleayh0ujz0zynf2s2r7v8q/subdaos) itself uses SubDAOs to manage various initiatives, like its development processes and validator operations.
* [The Corporation](https://daodao.zone/dao/juno1xd2fed839exdvqfa4nqluyxxclvwul7kd48e9pyfm0z2g90dc37srnqy39/subdaos) was a [LARP](https://en.wikipedia.org/wiki/Live_action_role-playing_game) that relied on SubDAOs heavily, demonstrating how to create a [C-Corp](https://www.investopedia.com/terms/c/c-corporation.asp)-like structure using DAO DAO.
* [Neutron DAO](https://daodao.zone/dao/neutron1suhgf5svhu4usrurvxzlgn54ksxmn8gljarjtxqnapv8kjnp4nrstdxvff/subdaos), which manages the [Neutron blockchain](https://www.neutron.org), integrates SubDAOs in its processes. The [Security SubDAO](https://daodao.zone/dao/neutron1fuyxwxlsgjkfjmxfthq8427dm2am3ya3cwcdr8gls29l7jadtazsuyzwcc/home) has special privileges over on-chain features, while the [Grants SubDAO](https://daodao.zone/dao/neutron1zjdv3u6svlazlydmje2qcp44yqkt0059chz8gmyl5yrklmgv6fzq9chelu/home) oversees the distribution of grants in the ecosystem.

There are many ways take advantage of SubDAOs. Be creative, and show us what you come up with!


---

# 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/what.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.
