> For the complete documentation index, see [llms.txt](https://dao-dao-docs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dao-dao-docs.gitbook.io/docs/dao-governance/proposals/how-to-vote-on-a-proposal.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dao-dao-docs.gitbook.io/docs/dao-governance/proposals/how-to-vote-on-a-proposal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
