# Voting on a Proposal

## Casting a Vote

**Step 1: Find the Proposal you want to vote on**

Navigate to the **Governance** page and choose a Proposal to vote on.

**Step 2: Choose an option**

**Step 3: Choose a Stake to use for this Vote.**

**Step 4: Confirm Selection**

**Step 5: Sign the Transaction to record your Vote on-chain**

## Retracting a Vote

**Step 1: On a proposal you have voted on, click 'Retract Vote'**

**Step 2: Choose the vote you want to retract**

Choose the vote you want to retract. Votes are identified by the Stake that was used to create them.&#x20;

**Step 3: Confirm by clicking the 'Retract Vote' button**

**Step 4: Sign the transaction**


---

# 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-a-dao/voting-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.
