# Approve Transaction

Approving a send transaction involves actions by the proposer and co-managers.&#x20;

1. By default, the proposer gets asked to approve the transaction they proposed as mentioned in [Propose Send Transaction](/aptos/users/propose-transaction-enable-nft-send-register-coin/send.md), [Propose Enable NFT](/aptos/users/propose-transaction-enable-nft-send-register-coin/enable-nft.md), Propose Register Coins
2. Approval by the co-manager(s) until the threshold set for the account is met. Please read next section - Co-Manager(s) Actions.&#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/aptos/users/approve-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.
