# Change Vote

Any co-manager can change vote from approve to reject or vice versa. Note, if you co-managers happen to take actions and the threshold is met before you change your vote, your vote won't be effective. So be decisive about changing your vote!

Below shows a co-manager first chose to approve.

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

Then the co-manager decides to change their vote from approve to reject.

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

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

The co-manager needs to approve their new decision to reject to confirm.

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

Now it is a tie, the original proposer approved send, this co-manager initially approved then changed their mind to reject send. Since the threshold is 2, so the 3rd co-manager needs to break the tie by adding another vote to meet the threshold of 2.

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

In this particular example, the 3rd co-manager chooses to approve.&#x20;

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

Now there are 2 votes for approval, which meets the threshold of 2.&#x20;

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

The transaction progresses to the final stage "[Execute Approval](/aptos/users/execute-transaction/execute-approval.md)."


---

# 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://doc.m-safe.io/aptos/users/change-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.
