> For the complete documentation index, see [llms.txt](https://leviascripts.gitbook.io/levia-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leviascripts.gitbook.io/levia-scripts/getting-started/frequently-asked-questions.md).

# Frequently Asked Questions

### Framework Compatibility

<details>

<summary><strong>Are Levia Scripts compatible with ESX, QBCore, QBox and others?</strong></summary>

Yes. Levia Scripts are designed to work with the most popular FiveM frameworks including **ESX, QBCore, QBox and other common setups**.\
Each product clearly specifies required dependencies and compatibility details in its documentation.

</details>

***

### Performance Optimization

<details>

<summary><strong>How optimized are your scripts (Resmon / MS)?</strong></summary>

Performance is a key focus in all Levia Scripts products.\
All resources are optimized to ensure **low resource usage, stable performance, and efficient client/server execution**.

</details>

***

### Installation Support

<details>

<summary><strong>Do you provide installation help and documentation?</strong></summary>

Yes. Every script includes detailed installation documentation with step-by-step instructions.

Support is available for:

* Installation guidance
* Configuration help
* Basic troubleshooting

</details>

***

### Updates

<details>

<summary><strong>How often are scripts updated?</strong></summary>

Levia Scripts are actively maintained and updated regularly to:

* Improve performance
* Fix bugs
* Ensure framework compatibility
* Adapt to FiveM updates

{% hint style="info" %}
Updates are delivered through the official distribution platform.
{% endhint %}

</details>

***

### Customization

<details>

<summary><strong>Can I customize the scripts?</strong></summary>

Yes. All scripts include configurable files such as `config.lua` that allow full customization of:

* Features
* UI settings
* Text and language
* Gameplay behavior

{% hint style="warning" %}
No core editing is required for standard customization.
{% endhint %}

</details>

***

### Free vs Premium Scripts

<details>

<summary><strong>What makes Levia Scripts different from free or leaked scripts?</strong></summary>

Levia Scripts we are professionally, we develop and optimize script for fivem servers.

Compared to free or leaked scripts, they offer:

* Clean and secure code
* Regular updates
* Dedicated support
* Optimized performance
* No backdoors or malicious code
* Full documentation

</details>

***

### Script Categories

<details>

<summary><strong>What types of scripts do you offer?</strong></summary>

Levia Scripts provides a wide range of FiveM resources including

* Inventory systems
* UI systems
* Roleplay systems
* Job and activity systems
* Utility tools
* Custom gameplay features

</details>


---

# 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://leviascripts.gitbook.io/levia-scripts/getting-started/frequently-asked-questions.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.
