# Change Vote

After the proposer finishes approving the transaction, anyone (the proposer or co-manager) can change their decision by clicking on "Change my vote to reject" and vice versa. In this example, the proposer wants to change propose to approve.

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

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

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

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

Next is for co-managers to approve or reject. Note if co-managers happen to approve and execute the original proposed transaction before the proposer changes their vote, then proposer might not be able to change vote.&#x20;


---

# 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/sui/user-guide/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.
