# How to send NFTs?

Follow these steps to transfer an NFT to another wallet:

{% stepper %}
{% step %}
Access the **NFT** section in **MyTonWallet**.
{% endstep %}

{% step %}
Locate your desired **NFT** and tap the menu icon (**⋮**).
{% endstep %}

{% step %}
Select **Send** and enter:

* Recipient's wallet address
* Optional comment or memo
  {% endstep %}

{% step %}
Review and **confirm** your transfer.
{% endstep %}

{% step %}
Transfer complete!
{% endstep %}
{% endstepper %}

Your NFT transfer will appear in the **Activity** feed with complete transaction details.

{% hint style="info" %}
Ensure you have sufficient TON balance to cover the transaction fee.
{% endhint %}


---

# 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://help.mytonwallet.io/intro/transfers/how-to-send-nfts.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.
