> For the complete documentation index, see [llms.txt](https://help.booksession.co/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.booksession.co/product-docs/features/gift-cards/configure.md).

# Configure

Gift cards can be a cost-effective way to increase your revenue as customers often spend more than the gift card value. In fact, studies show that two out of three consumers will spend 38% more than the gift card amount.

Here's how you can set up and sell gift cards:

### **Set up and sell Gift Cards:**

1\. Click Gift Cards on the top menu or follow this [link](https://app.booksession.co/gift_card)

![](/files/YUEomAmSaLlN6RHHBJjR)

2. Click the Button "Setup Gift Cards"

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

3\. In the opened modal window by clicking on the "**Enable Gift Cards for sale?**" checkbox you can enable or disable the purchase of new gift cards for people.  By default, gift cards are enabled for purchases. \
\
The following field is "**Expire in"**. By changing the number you set how long (in months) the gift card will be available for redemption. If the gift card expired, the customer will not be able to use it anymore.\
\
By Clicking 'New Amount' add the gift card amounts available for purchase. By clicking the "trash icon" near the field, remove the amount available for purchase.

<figure><img src="https://s3-ap-southeast-2.amazonaws.com/booksession/froala%2F1659744730199-ezgif-3-c7d8ee42ef.gif" alt=""><figcaption></figcaption></figure>

Once you set up expiration time and available amounts for purchase click '**Save**'.&#x20;


---

# 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://help.booksession.co/product-docs/features/gift-cards/configure.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.
