# Transfer NFT

NFT can use this Transfer instruction to transfer between accounts.&#x20;

When the source and target accounts are different, the owner of the source account must appear in the instruction as the signer.

It should be noted that when the source account and the target account are the same, the Transfer will still succeed.&#x20;

When transferring an NFT, a new NFT account is not created, but the address of the NFT owner account is changed, as the NFT is unique and no replication is created in the contract.


---

# 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.put.com/library/nft-program/operation-overview/transfer-nft.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.
