# Webstore Builder

- [Overview](https://docs.tebex.io/developers/templates/overview.md): Customise your store to match your games brand using our Webstore Builder.
- [Getting Started](https://docs.tebex.io/developers/templates/getting-started.md)
- [Twig](https://docs.tebex.io/developers/templates/twig.md): Discover the power of the Twig templating engine used by Tebex.
- [Tags](https://docs.tebex.io/developers/templates/twig/tags.md): The available control structures within Twig.
- [Filters](https://docs.tebex.io/developers/templates/twig/filters.md): Modify variable values with Twig filters.
- [Functions](https://docs.tebex.io/developers/templates/twig/functions.md): View the available functions within your Twig template.
- [Global Variables](https://docs.tebex.io/developers/templates/global-variables.md): Accessing global variables to help populate your template with live data.
- [basket](https://docs.tebex.io/developers/templates/global-variables/basket.md)
- [store](https://docs.tebex.io/developers/templates/global-variables/store.md)
- [page](https://docs.tebex.io/developers/templates/global-variables/page.md)
- [Pages](https://docs.tebex.io/developers/templates/pages.md): The entry point for each page on your store.
- [index.html](https://docs.tebex.io/developers/templates/pages/index.html.md)
- [checkout.html](https://docs.tebex.io/developers/templates/pages/checkout.html.md)
- [username.html](https://docs.tebex.io/developers/templates/pages/username.html.md)
- [options.html](https://docs.tebex.io/developers/templates/pages/options.html.md)
- [package.html](https://docs.tebex.io/developers/templates/pages/package.html.md)
- [cms/page.html](https://docs.tebex.io/developers/templates/pages/cms-page.html.md)
- [category.html](https://docs.tebex.io/developers/templates/pages/category.html.md)
- [layout.html](https://docs.tebex.io/developers/templates/pages/layout.html.md)
- [Sidebar Modules](https://docs.tebex.io/developers/templates/sidebar-modules.md): Dynamic modules to display useful information on your store.
- [module.communitygoal.html](https://docs.tebex.io/developers/templates/sidebar-modules/module.communitygoal.html.md)
- [module.featuredpackage.html](https://docs.tebex.io/developers/templates/sidebar-modules/module.featuredpackage.html.md)
- [module.giftcardbalance.html](https://docs.tebex.io/developers/templates/sidebar-modules/module.giftcardbalance.html.md)
- [module.goal.html](https://docs.tebex.io/developers/templates/sidebar-modules/module.goal.html.md)
- [module.payments.html](https://docs.tebex.io/developers/templates/sidebar-modules/module.payments.html.md)
- [module.serverstatus.html](https://docs.tebex.io/developers/templates/sidebar-modules/module.serverstatus.html.md)
- [module.textbox.html](https://docs.tebex.io/developers/templates/sidebar-modules/module.textbox.html.md)
- [module.topdonator.html](https://docs.tebex.io/developers/templates/sidebar-modules/module.topdonator.html.md)
- [Assets](https://docs.tebex.io/developers/templates/assets.md): Upload custom CSS, Javascript, Images or Twig files to your store for public access.
- [Schema](https://docs.tebex.io/developers/templates/schema.md): No-code customisation for your template directly from within the creator panel.
- [Developer Plan](https://docs.tebex.io/developers/templates/developer-plan.md): Let us support you develop custom templates for Tebex creators.
- [Footer](https://docs.tebex.io/developers/templates/footer.md)
- [Guides](https://docs.tebex.io/developers/templates/guides.md): Guides to help keep your custom template up-to-date.
- [Package Slugs](https://docs.tebex.io/developers/templates/guides/package-slugs.md)
- [Supporting Tiers on Custom Store Templates](https://docs.tebex.io/developers/templates/guides/supporting-tiers-on-custom-store-templates.md)
- [Supporting Package Media on Custom Store Templates](https://docs.tebex.io/developers/templates/guides/supporting-package-media-on-custom-store-templates.md)


---

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