> For the complete documentation index, see [llms.txt](https://doc.m-safe.io/aptos/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/aptos/users/approve-transaction/co-managers-to-approve-enable-nft.md).

# Co-Managers to Approve Enable NFT

Co-manager(s) will see a pending transaction in Transaction Queue.

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

Co-manager(s) can approve or reject. In this example, the co-manager chooses to approve.

<figure><img src="/files/7H31huEoWwEL53REYiYX" alt=""><figcaption></figcaption></figure>

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

In this example, having 1 vote from the proposer (by default) and 1 vote from the co-manager is sufficient to meet the threshold set for this account.&#x20;

<figure><img src="/files/2C4Xm3Fnc1rwA2sms9bG" alt=""><figcaption></figcaption></figure>

Then any co-manager of this account, including the proposer, can click on "Execute Approval" to execute "Enable NFT."

<figure><img src="/files/24Ui0hVnUR6egA1suLvk" alt=""><figcaption></figcaption></figure>

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

Transaction History now shows "Enable NFT" has been executed.

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

Now you can view NFT under assets or transfer NFT into this MSafe account.

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

Now the account can receive, view, and send NFT.


---

# 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/aptos/users/approve-transaction/co-managers-to-approve-enable-nft.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.
