# Voting

Once you’ve been delegated tokens, you’ll see the option to vote on active proposals. Note that you’ll only be able to vote on proposals that were created after you were delegated tokens. When a proposal is created, a snapshot is taken of the current state of voting tokens, which dictates who can participate.

<div data-with-frame="true"><figure><img src="/files/QDzxujPFgQyD41U3TP7X" alt="" width="378"><figcaption></figcaption></figure></div>

Your options when voting are “yes”, “no”, and “abstain”. A “yes” vote means that you wish for the proposal to pass, a “no” vote means that you disagree with the proposal and don’t want it to pass, and finally an “abstain” vote suggests that you don’t have an opinion on the proposal, but you’re willing to put your voting weight towards meeting quorum on the proposal.

<div data-with-frame="true"><figure><img src="/files/sifHqpGzYz5hP3AiZJ7a" alt=""><figcaption></figcaption></figure></div>

A proposal can only pass if enough “yes” and “abstain” votes are recorded to reach quorum.

When the voting period has elapsed, assuming quorum is reached, then the proposal is marked as passed if the “yes” votes exceed the “no” votes, otherwise the proposal fails.<br>


---

# 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.decentdao.org/app/user-guide/types/voting.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.
