# Overview

The Webstore Builder enables you to fully customise the design of your store using templates & themes, providing your customers with a seamless transition from your existing website when they're making a purchase.

If you haven't already done so, we recommend having a read of our [quick start guide](https://docs.tebex.io/developers/getting-started) before continuing.

With the webstore builder, you can:

1. Use templates to change the HTML structure of each page and implement conditional logic via the [TWIG templating engine](https://docs.tebex.io/developers/templates/twig).
2. Upload custom CSS, Javascript and images via [Assets](https://docs.tebex.io/developers/templates/assets).
3. If you're a template designer, you can offer your customers the ability to customise their templates via [Config Schema](https://docs.tebex.io/developers/templates/schema), and you're also eligible for free Plus via our [Developer Plan](https://docs.tebex.io/developers/templates/developer-plan).

## Examples

Browse examples of other Tebex stores for some inspiration.&#x20;

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><p></p><p><strong>Example Store</strong></p></td><td><a href="https://example.tebex.io">https://example.tebex.io</a></td><td></td><td><a href="https://924803319-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaRz9HUAxrYuZsSDWhYnu%2Fuploads%2FTWjybl7uZyz5Ebnonrxv%2F1%201.png?alt=media&#x26;token=93939ff5-b713-41a9-9979-73e8cd6ae5ac">1 1.png</a></td><td><a href="https://example.tebex.io">https://example.tebex.io</a></td></tr><tr><td><p></p><p><strong>Hypixel</strong></p></td><td><a href="https://store.hypixel.net">https://store.hypixel.net</a></td><td></td><td><a href="https://924803319-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaRz9HUAxrYuZsSDWhYnu%2Fuploads%2F6CwcbP0UYmXowRWXkU3d%2Fimage%202.png?alt=media&#x26;token=e97e9a84-41c9-455e-8af2-b594ca71916c">image 2.png</a></td><td><a href="https://store.hypixel.net">https://store.hypixel.net</a></td></tr></tbody></table>

## Certified Tebex Designers

If you're a designer who creates templates for others, either for free or to sell, [let us know](https://forms.monday.com/forms/fce1c5555703d90861656cd5571d5543?r=use1)! We'll add you to the certified Tebex designers club. You'll gain access to insider help guides, a private community of other designers, feedback sessions with the Tebex product team, and also BETA features that are not yet available to others.

## Feedback

If there are any functions, tags, filters or variables that you need to use in your template, but they're not available or documented, [please let us know](https://forms.monday.com/forms/8cbacdac7c30b725cd4617cbba0e5eeb?r=use1).

## Getting Started

To create your first template, head over to the Appearance section within your [creator panel](https://creator.tebex.io).


---

# 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.tebex.io/developers/templates/overview.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.
