# Execute Transaction

Once the number of votes submitted reaches the threshold pre-set for the account, any of the co-managers needs to click on the "Execute Approval" or "Execute Rejection" button in Transaction Queue to complete the process.

**Note: Transactions are executed in sequential order, first in first out. Users can not execute a new transaction until the previous transaction is executed.**

Below is the screenshot of the "Execute Approval" button that needs to be pressed to complete the approval sequence.

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

Below is the screenshot of the "Execute Rejection" button that needs to be pressed to complete the rejection sequence.

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

Once the Execute Approval or Execute Rejection is pressed, the transaction is complete. The completed transaction will be listed in [Transaction History](/sui/user-guide/view-txn-history.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/sui/user-guide/execute-transaction.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.
