> For the complete documentation index, see [llms.txt](https://docs.simplespa.net/simplespa-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplespa.net/simplespa-documentation/fundamentals/pos/common-checkouts-and-tutorial-walkthroughs/using-gift-certificates-in-checkout.md).

# Using Gift Certificates in Checkout

During the checkout process, make sure you have added all items in the cart&#x20;

Press the +Gift Card button to expand the area that you can enter the code for the Gift Certificate or Card

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

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

Press Apply and if the GC is valid it will apply it to the cart

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

Once the Gift Cert/Certificate has been used during checkout the remaining balance will be used

## Customizing the amount to use from a Gift Certificate

If you do not want to apply the entire amount to the cart, press on the blue text depicting the amount applying to the cart

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

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

I.e. If we set the amount to 10 it will use $10 out of the $15 and the remaining $5 can be used at a future checkout

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


---

# 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.simplespa.net/simplespa-documentation/fundamentals/pos/common-checkouts-and-tutorial-walkthroughs/using-gift-certificates-in-checkout.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.
