> For the complete documentation index, see [llms.txt](https://docs.novawallet.io/nova-wallet-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novawallet.io/nova-wallet-wiki/asset-management/gifting-tokens/how-to-send-gifts.md).

# How to send gifts

You can send token gifts to your friends or family using Nova Wallet!&#x20;

Once the gift is created, you will be able to share a link that, when pressed, will prompt the recipient to download Nova Wallet and claim the gift.&#x20;

1. Open the Nova Wallet application.
2. `Select` **Gift** from the balance widget.
3. Review the pop-up that contains information about gifts, and then `select` **Create Gift**.
4. `Select` the **token** that you wish to gift.
5. `Select` the **network** that you wish to send your gift on.
6. `Input` the **amount** of tokens that you wish to gift, and then `select` **Continue**.
7. Review all of the contextual information, including the gift amount and associated transaction fees, and then `select` **Confirm**.
8. After a few moments, your gift will be created – you can then `select` **Share Gift Link** and send it to the recipient.

{% hint style="info" %}
You can go to the Gift page to see the status of your gifts. From this page, you can find the shareable links for your gifts – or you can choose to reclaim the gift back to your wallet balance. Please note that currently, this information is only stored locally and will be lost if you reinstall Nova Wallet.
{% endhint %}


---

# 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://docs.novawallet.io/nova-wallet-wiki/asset-management/gifting-tokens/how-to-send-gifts.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.
