> For the complete documentation index, see [llms.txt](https://element-2.gitbook.io/element-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://element-2.gitbook.io/element-docs/governance-protocol/governance-user-interface/proposals.md).

# Proposals

The interface for governance is live at [**governance.element.fi**](https://governance.element.fi)

<figure><img src="/files/1UdlrKBhOndNWv3B0M4W" alt=""><figcaption></figcaption></figure>

You can review proposals that are active and still open for voting, as well as past proposals.

A proposal's status can be one of the following:

* In Progress: The proposal hasn't reached the end of its voting period.
* Executed: The proposal passed, and has already been executed on the blockchain.
* Expired: The proposal passed, but it wasn't executed before the deadline. If the community still intends to execute it, the code must be submitted to vote in a new proposal.
* Failed: The proposal reached quorum, but the majority vote was against it.

Clicking on a proposal will show you more details about it:

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

You can view your personal voting power (including what others have delegated to you) in relation to a given proposal and how many more votes are required for the proposal to reach quorum.[NextVaults](https://app.gitbook.com/o/uP0UE7gHfRTwHjLFuv2r/s/y6MnMbfUUEoG2IqZDDL1/governance/council-protocol-interface/vaults)

You also have the ability to view contextual information that will help inform your decisions and further your knowledge of the Council protocol when voting, delegating, or taking part in any other governance-related matters.


---

# 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://element-2.gitbook.io/element-docs/governance-protocol/governance-user-interface/proposals.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.
