# Installation Instructions

**Note: Make sure you have the Tebex Plus plan! Tebex free will NOT work!**

1. Unzip the Radiant zip file locally on your PC
2. Navigate here: <https://creator.tebex.io/appearance>
3. Under the **templates** section, click "change":

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

4. Scroll to the bottom of the page that opens and click "create custom template"
5. Input the name (Radiant) and base template (**must be "exo"),** then click "create"
6. Once created, a template editor will pop up. Copy and paste the contents from each file inside the Radiant zip file into the same file in the template editor. Notes:
   1. To open the files from the Radiant zip, use a code editor like Notepad++ or vscode - the browser **WILL NOT WORK.**
   2. Not all files in the template editor will be replaced. This is okay - some files are unused.
7. Copy and paste the contents of the schema.json file from the Radiant zip into the section marked "change schema" in the template editor. This is located in the top left corner.
8. Scroll down on the template editor sidebar, and click the "add" button next to "assets"
9. Select "CSS", click "upload", and upload the radiant.css file from the Radiant zip
10. Once finished, click the "add" button again
11. Select "Javascript", click "upload", and upload the radiant.js file from the Radiant zip
12. In the upper right-hand corner, click "save as draft" and then "publish" to save the changes

The theme should now be fully installed! Please wait up to **10 minutes** for the appearance of your store to change, as Tebex has a file cache.&#x20;


---

# 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/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.
