# Co-Manager(s) Actions

The co-manager sees the pending transaction for them to approve or reject. In this case, the co-manager chooses to reject by clicking on the "Reject" button.&#x20;

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

In this specific example, this particular co-manager has weighted voting power of 2, the same as the threshold set for this account. Therefore, this co-manager alone has enough voting power to reject the transaction.

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

<figure><img src="/files/9RPkg7vaupOrmQR4fV3c" alt=""><figcaption></figcaption></figure>

The co-manager needs to completed the process by click on the "Execute Rejection" button.

<figure><img src="/files/5NzEC6wllb26Ca9A3z3Z" alt=""><figcaption></figcaption></figure>

Rejection has been executed and the completed rejection shows up in Transaction History.

<figure><img src="/files/tTua4fi93007U7aeWXAu" 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: 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/reject-transaction/co-manager-s-actions.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.
