# Governance

**ID and Proposal Selection**

On the top of the page, the user can select a Membership ID to vote with \[1], and see how much voting power their ID posseses \[2]. Don't have a Membership ID? Create one on the Membership page!

The plus and minus buttons \[3] can be used to select a proposal to view and vote on.

<figure><img src="/files/LgfCioqNMiWdke7wbBJv" alt=""><figcaption><p>Selecting an ID and Proposal</p></figcaption></figure>

**Proposal title and description**

The next box shows the selected proposal's title \[1] and description \[2]. Pretty straightforward right?

<figure><img src="/files/gez6QV4iTwXQINECAK74" alt=""><figcaption><p>Proposal title and description</p></figcaption></figure>

**Proposal details**

While a good proposal should have a description that clarifies approximately what its results are, not every detail can be in it. In the *Proposal details* section the status \[1] of a proposal, its deadline \[2], attachments \[3] and exact details \[4] can be seen.

Especially the attachments are often interesting, as they often contain a more detailed proposal description. These are **hosted on-chain**, and are therefore immutable!

<figure><img src="/files/Gb6nBsFC0tAqCxR4bvzY" alt="" width="521"><figcaption><p>Seeing a proposals details</p></figcaption></figure>

**Vote**

Once you've familiarised yourself with the contents of a proposal, it's time to vote! You can see how many votes for \[1] and against \[2] have currently been cast, and whether the quorum has been reached already \[3].

To cast your own vote, select for or against \[4], and click the *Vote* button. **Be careful though: once voting, your staked ILIS cannot be unstaked until the vote is over!**

<figure><img src="/files/RhMCEt89TO9h6S7LU2o7" alt="" width="515"><figcaption><p>Voting on a proposal</p></figcaption></figure>


---

# 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.ilikeitstable.com/ilis-dao/using-ilis-dao/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.
