# Tebex Template

***

Welcome to the official documentation for Tebex Template. This is a premium, high-performance Tebex template designed to give your store a professional look without needing any coding knowledge.

**🚀 Why use this template?**

Our goal was to create a "Plug & Play" solution for community owners. Whether you are running a FiveM, Minecraft, or any other game server, this template provides:

* **100% Code-Free Editing:** Manage everything from the Tebex UI.
* **Modern Aesthetic:** Clean design focused on conversion and user experience.
* **Complete Integration:** Built-in sections for Discord, YouTube, FAQs, and more.
* **Personal Support:** Direct help via Discord ticket for installation and tweaks.

***

## 🛠️ Admin Guide: How to use Tags

Below is an explanation of what each tag does and how to configure it properly.

#### 🌟 Featured Tag

Used to highlight the script in the "Featured" section of your store.

* Example: `[featured:yes]`

#### 🏗️ Framework Tag

Defines compatible frameworks. You can remove the ones you don't use.

* Example: `[framework:qbcore,esx]`

#### 🎬 Video Tag

Automatically embeds a YouTube preview on the product page.

* Example: `[video:URL_HERE]`

#### 📑 Documentation Tag

Adds a direct button to your GitBook or instruction manual.

* Example: `[documentation:URL_HERE]`

#### 📝 Description Tag

A short summary (snippet) for product cards and SEO.

* Example: `[description:Brief summary of the script features...]`


---

# 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://mic-scripts.gitbook.io/mic/documentation/tebex-template.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.
