# Gift Cards

## **Purchasing Gift Cards**

* In order to add gift cards to the bot, you must purchase them. The best place to order gift cards is directly from their website which can be found [here](https://www.footlocker.com/product/giftcard/ECARD21.html).&#x20;

{% hint style="info" %}
In order for the gift card function to be utilized correctly, you should have enough balance to cover an entire pair of shoes.
{% endhint %}

## **Adding Gift Cards to the Bot**

* After you have purchased your gift cards, head over to the settings tab in the bot. Once there, you will see a tab called "Gift Cards"

![](https://downloads.intercomcdn.com/i/o/325193121/078dedba21482a5a791f18a3/image.png?expires=1619722410\&signature=5a4cf0a6248c1f863d993052c77c810499af78806cf8a73f62c642d63aa81aa0)

* Once there, you will see the gift card hub where you can manage your gift card lists and check your balances.

![](/files/-MkTNyyYo4CraklTNJsN)

### **Creating a Gift Card List** <a href="#h_42b3ba13d6-1" id="h_42b3ba13d6-1"></a>

* A gift card list can be created by choosing a name, assigning a site, and adding your cards. Card are added in `card:pin:balance` format. For example, if your card # is `6199111111119510` and your online pin # is `12345678`, you would add it to the bot as `6199111111119510:12345678`. If you don't want to check the balance, you can manually add it by adding the balance to the end of the `card:pin`combination. Each card and pin combo must be on its own line. Once you have your cards added, click the create button. A completed list is shown below.
* If you click the `$` sign, the bot will check the balance left on the giftcard. By clicking `Balances`, it will pull the balance for all your gift cards.&#x20;

{% hint style="warning" %}
You **must** check your balance or add a balance manually for gift cards to work properly.
{% endhint %}

![](/files/-MkTOiRcNRhyvp0JLJot)

## **Assigning to Tasks** <a href="#assigning-to-tasks" id="assigning-to-tasks"></a>

![](https://downloads.intercomcdn.com/i/o/325819843/1f28e42ad02dd03654497259/image.png?expires=1619722410\&signature=ff53c80f799ca4bba54728ea61b42d4af3d6dbf2a39cf4872cf671bf47d3aa94)

* When creating tasks, you will see a gift card list section. Choose whichever gift card list you want to run.

## **FAQ** <a href="#faq" id="faq"></a>

How many giftcards do I need?

* Unfortunately, there is no way to give a specific answer as it changes from user to user and from release to release. We recommend having enough in giftcards to cover your past release success as that can be a good indication on how you might preform on upcoming drops.

Can I use the same giftcard or giftcard list on all footsites?

* Yes.

What happens if I run out of giftcards?

* If the gift card cannot cover the entire purchase, the bot will use whatever amount is left on the gift card and will then cover the rest with the profile assigned to the task.

Do I need to check the balance?

* Yes!

[<br>](https://successbyjack.gitbook.io/prism-test/footsites-north-america/misc.-guides/flx-accounts)


---

# Agent Instructions: 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:

```
GET https://help.prismaio.com/module-guides/footsites-north-america/gift-cards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
