# Voting on Governance Proposals Guide

Governance proposals allow the community to influence the network's future. Here's how to participate in voting on the Empe Testnet.

## Steps:

1. Go to the [Governance Page](https://testnet.ping.pub/empe/gov).
2. Review the list of active proposals.
3. Click on a proposal to view its details, such as:
   * Proposal description.
   * Current voting status.
4. Choose your voting option:

   ![](/files/zcpM38j7FzhhnV7p8DcA)

   * **Yes**: Support the proposal.
   * **No**: Oppose the proposal.
   * **Abstain**: Neutral vote.
   * **No with Veto**: Oppose strongly, potentially rejecting the proposal.
5. Confirm your vote:
   * Your wallet will prompt you for approval.
   * Ensure you have enough tokens for gas fees.
6. Your vote will be recorded on the blockchain.

### Tips:

* Read the proposal details thoroughly before voting.
* Voting is an important way to influence the network's future.


---

# 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.empe.io/user-guide/vote.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.
