# Configuring the Addon

After installing the addon and creating the gift cards category and packages, here's how to adjust the settings so that the page works properly:

1. Head to <https://creator.tebex.io/appearance>
2. In the template section, click "edit"
3. Scroll down to giftcard addon settings (near the bottom of the page)
4. Set "Enable Giftcard Addon required code?" to YES
5. Set "Giftcard Page URL Slug" - this can be found by navigating to the packages page in the Tebex dashboard, clicking "edit" on the gift cards category, and then referring to the screenshot below:

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

6. Set "Giftcard Page Name" to the exact name of your gift card category (cAsE sEnSiTiVe).
7. If you set your two most expensive gift cards to provide extra money for free (referenced in "Creating Giftcard Packes") refer to the below steps:
   1. Set "Discounted Giftcard #1 - Package ID" to the package ID of the cheaper gift card that provides extra money. This can be found by navigating to the packages page in the Tebex dashboard, clicking "edit" on the package, and then copying the number at the end of the page URL. For example, if your URL was <https://creator.tebex.io/packages/6398998>, the ID would be 6398998.
   2. Repeat for "Discounted Giftcard #2 - Package ID" with the other gift card that gives customers extra money for free
   3. Configure the "extra text" options to display the amount of extra money that you are giving customers for free for each gift card
8. Click "save and publish" to save your changes

The gift card addon should now be installed properly. If you have any questions about the process, or something isn't working right, join the support Discord: <https://coldfiredzn.com/discord>


---

# 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://docs.coldfiredzn.com/radiant/giftcard-page-addon/configuring-the-addon.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.
