> For the complete documentation index, see [llms.txt](https://doc.m-safe.io/sui/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.m-safe.io/sui/user-guide/approve-transaction/co-manager-s-actions.md).

# Co-Manager(s) Actions

Below shows co-manager's actions. Co-manager needs to sign in by connecting wallet.

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

The co-manager sees a pending transaction in the queue. The co-manager clicks on the "Approve" button. Co-managers do not pay gas fees whether they approve or reject the transaction.

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

A popup shows the number of votes submitted by the co-manager as well as the threshold required to approve the transaction. In this case, the co-manager has weighted voting power of 2; hence, it shows the co-manager's signature is equivalent to 2 votes, which meets the threshold set for this account.

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

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

After the co-manager approves, Transaction Queue gets updated and shows that the threshold of 2 is met. The co-manager needs to complete the process by clicking on the "Execute Approval" button.

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

Upon completion, Transaction History displays the completed transaction.

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

Transaction Queue now shows clear, since the pending transaction is executed. Note, transactions are executed in sequential order. Co-managers need to take actions on pending transactions sequentially, in order for the latest pending transaction to get executed.

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

You can also view the completed transaction on the [Sui Explorer](/sui/user-guide/view-sui-explorer.md).&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.m-safe.io/sui/user-guide/approve-transaction/co-manager-s-actions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
