# Voting on a Poll or Snapshot Proposal

### Casting a Vote

**Step 1: Navigate to the Poll or Snapshot Proposal you want to Vote on.**

**Step 2: Cast your vote**

Read the Poll Information and come to a decision on the option(s) you want to Vote for in the Details section. Cast your vote by clicking the Option in the Vote Widget.

<figure><img src="/files/5gUZzZGhTMZJCXB6sRS8" alt=""><figcaption></figcaption></figure>

### Retracting a Vote

**Step 1: Navigate to the Poll or Snapshot Proposal you want to retract your Vote from.**

**Step 2: Retract your vote**

Click the option you want to retract your vote from. You will only be able to retract highlighted options that you have already cast a vote on.


---

# 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.clarity.vote/clarity-v1/participating-in-an-organization/voting-on-a-poll-or-snapshot-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.
