> For the complete documentation index, see [llms.txt](https://fligtdev.gitbook.io/fligtdev-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fligtdev.gitbook.io/fligtdev-docs/common-questions.md).

# Common questions

#### Which frameworks are supported? <a href="#which-frameworks-are-supported" id="which-frameworks-are-supported"></a>

All of our resources are compatible with all major frameworks. The scripts are designed in a way that framework-specific logic is centralized and left unencrypted. This allows you to easily adjust a few simple functions to make the resource work with a different framework.We also include pre-configured settings for the most commonly used frameworks, such as ESX and QB, as well as popular related resources.

#### How do I download my script? <a href="#how-do-i-download-my-script" id="how-do-i-download-my-script"></a>

Because we use the official FiveM asset escrow system, all resources are distributed through FiveM Keymaster. You can access your purchases here: <https://keymaster.fivem.net/asset-grants>​

#### Can I use oxmysql instead of my current MySQL resource? <a href="#can-i-use-oxmysql-instead-of-my-current-mysql-resource" id="can-i-use-oxmysql-instead-of-my-current-mysql-resource"></a>

Yes, oxmysql can be used as a replacement for ghmattimysql or mysql-async. After removing your previous MySQL dependency, you can install oxmysql, and the system should continue to function without major changes. The process is generally quick and straightforward.

#### Can I switch to MariaDB? <a href="#can-i-switch-to-mariadb" id="can-i-switch-to-mariadb"></a>

If you are not already using MariaDB, you can migrate from MySQL to MariaDB. To do this, create a database dump containing your existing tables and data. After installing MariaDB, import this dump into your new database to complete the migration.


---

# 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://fligtdev.gitbook.io/fligtdev-docs/common-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.
