> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/readme-1/work-with-vouchers/transactions-reloading-gift-cards.md).

# Reload reusable vouchers (gift cards)

{% hint style="info" %}
You can only reload (add money to) a gift card (voucher) that has been already sold.
{% endhint %}

1. Do one of the following:

* Scan the gift card.
* Enter the item lookup code (ILC) into the lookup field.

2. On the **Select Serial Number** screen, tap **Show Sold Serial** to select it.
3. Do one of the following:

* Enter the serial number into the **serial number lookup field** and press **Enter**.
* Scroll through the list of serial numbers and tap the correct one to select it.

<div align="left"><img src="/files/AwnTjPOCEQhufKO6qXoF" alt=""></div>

4. Tap **Select**.
5. Tap **Yes** to confirm you want to add money to the gift card.

<div align="left"><img src="/files/98pucOGx1vzBa13FgsjN" alt=""></div>

6. On the **Enter Price** screen, enter the amount of money you want to add to the gift card.

<div align="left"><img src="/files/bqGtIprdxG3LOkVgtEwF" alt=""></div>

7. Tap **OK**.
8. Add other items to the transaction, as required.
9. Tap **Transaction** | **Tender Sale** or press **F12**.
10. On the **Tender** screen, enter the tender amount next to the relevant tender type.
11. Tap **OK**.
12. Tap **Yes** to print the receipt.

The receipt shows the new balance:

<div align="left"><img src="/files/5bbbbOyCuuYBXBCvb5hw" alt=""></div>


---

# 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.rmhpos.com/readme-1/work-with-vouchers/transactions-reloading-gift-cards.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.
