> For the complete documentation index, see [llms.txt](https://lixeldesign.gitbook.io/tebex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lixeldesign.gitbook.io/tebex/terra-template/getting-started/installation.md).

# Installation

Please read the **full** installation guide, even if you already have installed other templates. **Nearly all** of the issues appearing directly after the installation are caused by mistakes. Doing each step carefully prevents a second installation and **saves time**.

{% hint style="danger" %}
Create a NEW template and do NOT change an existing one. You could lose files!
{% endhint %}

Before we can start you have to unzip the downloaded folder. We only need the content of the `Template` folder.

{% stepper %}
{% step %}

### Create a new template

Inside the Tebex dashboard, [open the appearance section](https://creator.tebex.io/appearance) and click on **"Create Custom Template"**.

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

Select `Exo` to be the base template and click on **"Create"**.

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

You will be directed to the **HTML Editor**.
{% endstep %}

{% step %}

### Uploading the Schema

Inside the `Template` folder, open the `schema.txt` file and copy EVERYTHING inside it with `ctrl+A` and `ctrl+C`.

Inside the open HTML Editor, click on **"Change Schema"** at the top of the **left** **sidebar**.

<figure><img src="/files/9tZv17YhEEZ71fqElIbs" alt=""><figcaption></figcaption></figure>

Select EVERYTHING and **delete the WHOLE content** of your Schema with `ctrl+A` and `ctrl+del`. If your schema is completely empty, you can paste the new schema from the downloaded folder with `ctrl+V`.

Click on **"Save As Draft"** and then on **"Publish"**.
{% endstep %}

{% step %}

### Uploading the Webstore files

At the left sidebar there is a section called "Webstore". Inside the downloaded folder go to `Template/Webstore`. This folder should contain some files which have similar names than the files inside the Webstore section in the HTML Editor.

Each file that exists in the downloaded folder has to be replaced inside the HTML Editor.

{% hint style="info" %}
There are some files which do not exist in the downloaded folder. Do NOT touch these files inside the HTML Editor.
{% endhint %}

The content of the files inside the HTML Editor must look exactly like the downloaded files. So delete the old content COMPLETELY and paste the new content in.

Each time you replace a file, click on **"Save As Draft"** and then on **"Publish"**.

<figure><img src="/files/yRD25KrJny26Y7dGgoO2" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://lixeldesign.gitbook.io/tebex/terra-template/getting-started/installation.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.
