> For the complete documentation index, see [llms.txt](https://docs.coldfiredzn.com/radiant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coldfiredzn.com/radiant/giftcard-page-addon/installation-instructions.md).

# Installation Instructions

1. Download and open the addon's .html file
2. Head to the Appearance page in the Tebex dashboard: <https://creator.tebex.io/appearance>
3. In the "template" section, click "edit"
4. Click the "launch editor" button - in the editor section
5. Open category.twig (it should be opened automatically)
6. Copy and paste the code from the add-on file you downloaded into category.twig - do this in the large space at the top of the file between these two lines:&#x20;

```twig
{% if (config("gc_page") == "Yes") and (category.name == config("gc_page_name")) %} {# start giftcard addon section #}
```

```twig
{% else %} {# end giftcard addon section #}
```

7. Click "save and publish" at the top of the file. The addon's code is now added to your installation of Radiant

Next, check out the other pages in the "giftcard page addon" section of this wiki to learn how to setup the addon properly.


---

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

```
GET https://docs.coldfiredzn.com/radiant/giftcard-page-addon/installation-instructions.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.
