# How to vote on a proposal

Once you've [created a proposal](/docs/dao-governance/proposals/how-to-create-a-proposal.md), members of the DAO need to vote on it.

## Steps

To begin, starting from your DAO's page, navigate to the proposal from the **Proposals** tab.

![Proposals tab](/files/UYMtCebBmoGQ7jG8v3oO)

Then, click on the proposal you want to vote on in the list.

![Proposal page](/files/BnPjNBZ2SK67S97Vjy5V)

Click on the desired vote option on the left side of the page.

![Vote options](/files/NWmqWdCQL8Msro4MtZAM)

Click on the **Cast your vote** button to submit your vote. Approve the transaction in your wallet to confirm submission.

![Proposal still open](/files/DMWjvfjU6EDp0ZB376oG)

The proposal will be updated with your vote. If your vote was sufficient to pass or fail the proposal, it will now be complete. Since this proposal's outcome has not yet been determined, it is still open for voting.


---

# 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/proposals/how-to-vote-on-a-proposal.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.
