# Voting on Active Proposals

Voting through Governance Portals, and Delegates can interact with Tevaera Governance contracts through Tally.

### How to participate in voting on active proposals<br>

{% stepper %}
{% step %}
Visit [Tally Tevaera DAO](https://www.tally.xyz/gov/tevaera)
{% endstep %}

{% step %}
Check out active proposals and click on those in which you want to participate.
{% endstep %}

{% step %}
Prepare your vote. Make sure to read the proposal description for useful and relevant information, and check the discussion of the current proposal in the Tevaera governance forum. Voters have three options: vote FOR the proposal, vote AGAINST the proposal, or abstain from voting.
{% endstep %}

{% step %}
Select one of the options: For, Against, or Abstain
{% endstep %}

{% step %}
Cast your vote with the selected choice for the proposal.
{% endstep %}
{% endstepper %}

Once you have cast your vote, wait for the voting to complete. If the quorum is reached for the particular proposal, Proposal will succeed, and the Tevaera Foundation will execute the proposal.

<br>


---

# 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.tevaera.com/governance/voting-and-delegation/voting-on-active-proposals.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.
