# Manage Vetoable DAOs

Your DAO can opt to display proposals from affiliated DAOs that you have the power to veto. This guide outlines the steps for enabling or disabling this option.

## 1. Create Proposal

a. From your DAO page, example circled in green, click the Proposal tab, indicated by the yellow arrow.

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

b. Create a new proposal by clicking the +Proposal button.

c. Give your proposal a title and description.

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

## 2. Add Actions

a. From the Action Library, select the DAO Governance tab and then the Manage Vetoable DAOs option, indicated with a green arrow in the picture below.

![Manage vetoable daos action library](/files/JPZJNR1AoX0czkSKRLCg)

b. This will cause the Manage Vetoable DAOs box to appear, where you can enable or disable this feature. Paste an Osmosis address or search for the chosen DAO by name in the DAO prompt.

![Manage vetoable daos action box](/files/nD7m0P7ITxiUvqM8mMvW)

c. At the bottom of the screen will be an option to publish your proposal. Once you have reviewed your changes, publish your proposal to start the vote!

## 3. Vote

a. Once the proposal is live, you and other DAO members can vote. [Learn more about voting here!](/docs/dao-governance/proposals/how-to-vote-on-a-proposal.md)

b. If the DAO membership votes in favor of the proposal, all of the change will happen automatically at the close of the voting period.


---

# 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-governance/manage-vetoable-daos.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.
