> For the complete documentation index, see [llms.txt](https://docs.geodnet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geodnet.com/geod-governance/home-page.md).

# Home Page

### Connect MetaMask Wallet

Click the "Connect MetaMask" button in the top-right corner of the navigation bar to connect your MetaMask wallet. Please make sure the wallet address that you connect, is the one associated with your GEODNET Console account.&#x20;

If you do not have a MetaMask wallet yet, please refer to "[Setting up Your Wallet](/geod-token/add-geod-token-to-your-polygon-wallet.md#setting-up-your-wallet)" and follow the guide to set it up.

### Banner Introduction

Click the "View Proposal" button to access the full list of proposals.

Click the "About veNFT" button to understand the platform's voting mechanisms.

<figure><img src="/files/5789296HpFFm4C1vD4uC" alt=""><figcaption></figcaption></figure>

### Total Community Votes

The panel below showcases total community voting power consisting of Location NFT votes, Staked GEOD votes, and Locked GEOD votes. The total vNFT figure is automatically updated when the amount of Location NFTs, Staked GEODs or Locked GEODs changes.&#x20;

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

### Proposal Voting Tutorial

The tutorial provides a step-by-step guide for community members to understand the platform's voting process.&#x20;

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

### Vote Now

The "Vote Now" section displays the latest proposals that are currently undergoing voting.

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

### Pending Proposals

The "Pending Proposals" section displays proposals that have been approved by the platform administrators and are awaiting voting.

### Closed Proposals

In the "Closed" section, members can view all the closed proposals that have gone through voting.


---

# 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.geodnet.com/geod-governance/home-page.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.
