> 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/gift-cards/selling-gift-cards-certificates.md).

# Selling Gift Cards/Certificates

In the SimpleSpa POS navigate to your Gift Cards and select the Gift Card you would like to sell. If your client will want to purchase a Gift Card for a different amount than what you have set just use the template as mentioned above. Add the Gift Certificate and hit the ![](/files/Jia7f0r5wHk4OmLDacb9) button, there you can edit the Gift Certificate code, which is very handy if you have your own internal numbering, and the next field you can adjust the price to any price you like, hit update and the Gift Certificate is now ready to be purchased. If you have not set a custom number, SimpleSpa will automatically generate a Gift Certificate number for you

<figure><img src="/files/QswyhnTjyAZa49U5V5Br" alt=""><figcaption><p>The POS Gift Certificates Tab</p></figcaption></figure>

<figure><img src="/files/B2W5YDIuW6hMwIH3OPmH" alt=""><figcaption><p>A selected Gift Certificate added to the cart for checkout</p></figcaption></figure>

Editing a Gift Certificate can be for multiple reasons:

1. Assigning your own custom code rather than have SimpleSpa automatically issue one, this allows for Gift Cards with pre-assigned codes to be loaded in the system
2. Changing the value of the Gift Certificate if the amount the client wants is different from the template, this will remove a Cost/Value differences and the price will be the same for both, if you wish to make a discount please use the +Discount button to apply a discount after changing the value here

<figure><img src="/files/WAo1u88IMlc4VyT5KuAf" alt=""><figcaption><p>Editing a Gift Certificate added to the cart for checkout</p></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/gift-cards/selling-gift-cards-certificates.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.
