# Welcome to Azakit Development Documentation

## Azakit Scripts and Installation Guides

{% hint style="info" %}
Information<br>

**Your official guide to Azakit scripts, setup instructions, and best practices.**

This documentation is created to help server owners, developers, and administrators get the most out of our custom FiveM scripts. Whether you're installing for the first time or updating existing resources, you'll find step-by-step guides, config explanations, usage tips, and troubleshooting support.
{% endhint %}

#### 🔧 What You'll Find Here

* ✅ **Installation Guides** – Learn how to quickly install and run each script
* ⚙️ **Configuration Help** – Understand and customize each `config.lua` setting
* 🚀 **Usage Examples** – See how to use features effectively in-game
* 🛠️ **Common Errors & Fixes** – Solve frequent issues with proven solutions
* 📦 **Script Updates** – Stay up to date with changelogs and improvements

### Links

{% content-ref url="overview/tebex" %}
[tebex](https://azakit-development.gitbook.io/docs/overview/tebex)
{% endcontent-ref %}

{% content-ref url="overview/github" %}
[github](https://azakit-development.gitbook.io/docs/overview/github)
{% endcontent-ref %}

{% content-ref url="overview/discord" %}
[discord](https://azakit-development.gitbook.io/docs/overview/discord)
{% endcontent-ref %}


---

# 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://azakit-development.gitbook.io/docs/readme.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.
