# Voting

To vote for the proposal in Governance, follow the steps below:

* Go to Fathom [DApp](https://demo.fathom.fi/#/dao/governance).
* Connect your Web3 wallet (such as [MetaMask](https://metamask.io/)) and make sure your network is set to the intended chain (i.e., [XDC](https://chainlist.org/chain/50)).

<div data-full-width="true"><figure><img src="/files/SUvOyUKxj0v6tBQt6ul4" alt=""><figcaption></figcaption></figure></div>

* Click on the proposal in the "**All Proposals**"
* Make yourself familiar with the proposal details and choose one of 3 options in the "Proposal Status": vote For, Against or Abstain the proposal.

<figure><img src="/files/7alEUdH15g2HdgFezzIS" alt=""><figcaption></figcaption></figure>

* Click "**Vote**" button
  * Sign and send the transaction in your Wallet.
  * Wait for the transaction to be processed.
  * Once the transaction has gone through, your vote will be counted in "Proposal Status" on the same page.


---

# 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.fathom.fi/dao/user-guides/voting.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.
