> For the complete documentation index, see [llms.txt](https://docs.idle.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idle.finance/governance/idle-dao/governance-guides/how-to-vote-for-an-iip.md).

# How to vote for an IIP

If it is your first time voting, you should check first the [How to delegate votes](/governance/idle-dao/governance-guides/how-to-delegate-votes.md) guide to explore how self-delegation works or how to receive votes from IDLE token holders.\
In the case of third-party delegation, you must have received the delegation before the activation of a proposal, otherwise, you are not eligible to cast the delegated votes to that proposal.

### **Browse the proposals' list**

Once in the Governance dashboard, click on “Proposals” in the menu on the left and you will be redirected to the full list of Governance Proposals, arranged in chronological order.&#x20;

You can also filter the proposal list to show only the proposals of interest.

### **Explore a proposal**

The header of the proposal page provides summary info about

* the proposer
* the proposal status (active, pending, queued, executed, rejected)
* the proposal activity history
* the actions that would be implemented if executed

The second part of the page describes the details of the proposal in simple terms and lists the addresses (with their voting weight) that are in favour or against the proposal.

### **Vote on a proposal**

After a careful review of the proposal (only active proposals accept votes) and the [self-delegation](/governance/idle-dao/governance-guides/how-to-delegate-votes.md#self-delegate), click the “Vote” button.\
Here you can choose to cast a “For” and “Against” vote. After choosing a voting action, a modal asks you to confirm the transaction via your Ethereum wallet. Confirming that action, the modal provides the transaction containing the voting data.

You can only vote once, so double-check your action before broadcasting it to the mainnet.

![](/files/QfClE52881LZ7tPJ7MUs)

Come back to the proposal dashboard and you will see your votes already added to the counter.


---

# 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://docs.idle.finance/governance/idle-dao/governance-guides/how-to-vote-for-an-iip.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.
