# How to act on behalf of a SubDAO

As discussed in [What are SubDAOs?](/docs/dao-management/subdaos/what.md), the admin (or parent DAO) can execute any action on behalf of the SubDAO. Follow this guide or [watch our video guide](https://youtu.be/T8P8TFOU_kU) to learn how.

In the parent DAO, create a new proposal and add the `DAO Admin Execute` action from the `DAO Governance` category.

![DAO Governance category](/files/eL8tQm4SXejMOlvD0UFy)

Then, select the SubDAO you want to act on behalf of.

![DAO Admin Execute action](/files/hf52GKY3vhJLDDvuf63h)

Then simply choose the action(s) you want to execute!

![DAO Admin Execute with Manage Members action](/files/tDP3MQyYF49t3qj8xMAZ)

Once you pass and execute the proposal, your action(s) will be executed on behalf of the SubDAO.


---

# 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/act-on-behalf-of-subdao.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.
