# Manage Transactions

After accessing the Transaction page, users can view the list of pending transactions for the selected account in the Pending section.

All members can view the transaction details and progress, and decide how to handle it.

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

## Function

### Approve

Agree to execute the transaction and choose an Approver from the local wallet.&#x20;

The 'Approve' button remains clickable until the last local Approver also agrees to the transaction.

### Cancel

If you initiated the transaction, you can choose to cancel it. Once canceled, it moves to the 'History' and others can't approve it anymore.

### Restore

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

If this transaction was initiated through another application, you can enter the Call Data to restore the transaction.

## Information

### Process

The 'Process' section shows the current progress of the transaction, displaying the approval status of multisig members.&#x20;

<figure><img src="/files/6se0UOadaAdVGpQLp87Y" alt=""><figcaption></figcaption></figure>

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

If this transaction involves nested multisig accounts, users can click on "overview" to view the details.

### Transaction

It includes the specific details of the transaction, the method called, and its parameters.

### Call Information

It contains the transaction's Call Hash, Call Data, and initiating Tx Hash. Users can verify the transaction using third-party tools.

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

If this transaction is part of a nested multisig hierarchy, users can also view the final execution address.


---

# 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://docs.mimir.global/step-by-step/manage-transactions.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.
