# Config Settings

### Config Base Settings

```lua
Config.framework = 'ESX'  ---- 'ESX OR QBCORE'

Config.Mysql = 'oxmysql' ----- mysql-async , ghmattisql or oxmysql

Config.inventory = 'ox'
```

<mark style="color:blue;">**Config.framework**</mark> > You can choose between two options: ESX and QBCORE.

<mark style="color:red;">**Config.Mysql**</mark> > You can make settings according to your database system with options such as mysql-async, ghmattisql or oxmysql.

<mark style="color:orange;">**Config.inventory**</mark> > You can make inventory selection with ox,qb,esx. Also, extra settings can be made by server lua from the framework folder.


---

# 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.0resmon.org/0resmon/bp-resources/bp-drone-1/config-settings.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.
