# Vote on Tally

*In order to vote on a proposal, first make sure that you've* [*connected your wallet* ](broken://pages/0sAKemyePWEqx94tfKjO)*and* [*delegated voting power to yourself*](broken://pages/kLvaqZBe00JDDZ3QBT28)*!*

*Note that tokens you own are not active for voting until you delegate. **You must delegate to yourself if you wish to vote on proposals directly with your own tokens.***

{% embed url="<https://www.youtube.com/watch?v=bPEXF2V-BKg>" %}

### How to Vote <a href="#vote" id="vote"></a>

Select the active proposal that you'd like to vote on to navigate to its [Proposal Page](broken://pages/k0IV8wkfQixA9j5jQeJZ).

![](https://p434.p1.n0.cdn.getcloudapp.com/items/4gur6Xw7/45a0443e-04da-434a-8fc8-e297630433a2.jpg?v=60977ed22c3a184f48ff6944a25f19eb)

Click on the **Vote** button in the upper right corner of the page.

![](https://p434.p1.n0.cdn.getcloudapp.com/items/kpu8Xl9W/eb6ddf96-bc81-40c8-bc10-7ac1484e7783.jpg?v=228f55ddc9a5b20180004ec39d985a8b)

In the *Voting* pop up, choose your vote— **For**, **Against**, or **Abstain**. (*Note that Abstain isn't an option in all DAOs, depending on their contract setup.*) If you'd like, **add a comment** to explain the reason for your vote to the rest of your DAO. Once you're done, click **Submit**.

![](https://p434.p1.n0.cdn.getcloudapp.com/items/2NumGpYz/148e2076-75e1-49f2-a5ea-6aaad473ab4e.jpg?v=765a3a5b16000fa159f498feb927450c)

**Confirm** and sign the transaction via your connected wallet (example below shows MetaMask confirmation).

![](https://p434.p1.n0.cdn.getcloudapp.com/items/KoujgEON/d4a08bb0-3b05-4a65-9321-55596f82110a.jpg?v=af06f1bc9157739fd76deaee7cbe4a4c)

### Having trouble voting? There are a few common culprits to rule out...

#### Are your votes delegated?

For DAOs that use the [Governor contract](https://docs.tally.xyz/user-guides/deploying-governor-daos/deploy-a-governor), only delegated tokens can participate in voting. If you want to vote on proposals directly, you need to delegate your voting power to your own address. Check out our [Delegate Your Voting Power](broken://pages/kLvaqZBe00JDDZ3QBT28) doc for a step-by-step guide!

#### Have you waited for Tally to index the on-chain event?

Tally may still be indexing the vote—check back in a bit!

Still not seeing what you'd expect? Join our [Discord](https://discord.gg/BveYbyRPSj) and open a ticket in #support.


---

# 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://docs.tally.xyz/how-to-use-tally/voting-on-proposals.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.
