# Governance

The Canto governance page at [**v2.app.canto.io/governance**](https://app.canto.io/governance) is a place where all users who have staked Canto can vote on proposals. This allows you to contribute to the blockchain and place votes on changes that will directly impact the Canto community.

<figure><img src="/files/eX4zz5KQIjD7J9WKMpon" alt=""><figcaption></figcaption></figure>

### Proposals

When entering the governance page, a list of all completed and ongoing proposals are shown. The title of the proposal, start time, end time, and a bar representing the current votes is shown in each block. For more information on each proposal, click on the proposal and a modal will open.

<figure><img src="/files/AzADxPoSEiX6IrgDnntN" alt=""><figcaption></figcaption></figure>

In the proposal modal, you can see more in depth information about the proposal including the description, individual vote count, and thresholds for the proposal. If the vote has ended, the modal will show `voting has ended` and you will not be able to vote.

### Voting

If the proposal is still ongoing, and you have staked canto at staking.canto.io, you are eligible to vote on the active proposal. You will see 4 options to choose from when voting, `yes`, `no`, `veto`, and `abstain`.

After selecting an option, click `vote` and sign the transaction in your wallet:

![Metamask Transaction](/files/1dlVRMzGyh3KDkqlRcIP)

After signing the vote, you will see a success message and the screen will refresh with your new vote added to the proposal.


---

# 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.canto.io/user-guides/governance.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.
