> For the complete documentation index, see [llms.txt](https://docs.yeistudios.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yeistudios.com/scripts/car-wipe-1/compatibility.md).

# Compatibility

Check supported frameworks, database adapters, and optional integrations.

Frameworks

| Framework               | Estado      | Detección                                |
| ----------------------- | ----------- | ---------------------------------------- |
| **QBox** (`qbx_core`)   | ✅ Soportado | Automática                               |
| **QBCore** (`qb-core`)  | ✅ Soportado | Automática                               |
| **ESX** (`es_extended`) | ✅ Soportado | Automática                               |
| **Standalone**          | ✅ Soportado | Si ningún framework anterior está activo |

{% hint style="info" %}
También puedes forzar el framework manualmente desde `config.lua` (`Core.Framework = 'qb' | 'qbx' | 'esx'`) si la auto-detección no aplica en tu setup.
{% endhint %}

### Interacción (target)

| Sistema           | Estado | Comportamiento                                |
| ----------------- | ------ | --------------------------------------------- |
| `ox_target`       | ✅      | Detectado automáticamente, prioridad más alta |
| `qb-target`       | ✅      | Usado si `ox_target` no está activo           |
| Ninguno instalado | ✅      | Fallback nativo: tecla E + marcador           |

### Notificaciones

| Sistema     | Estado                                |
| ----------- | ------------------------------------- |
| `ox_lib`    | ✅ Prioridad principal                 |
| Chat nativo | ✅ Fallback si `ox_lib` no está activo |

### Inventario

| Sistema        | Estado                           |
| -------------- | -------------------------------- |
| `ox_inventory` | ✅ Prioridad principal            |
| QBCore nativo  | ✅ Vía `Player.Functions.AddItem` |
| ESX nativo     | ✅ Vía `xPlayer.addInventoryItem` |

### Llaves de vehículo

| Sistema           | Estado                                              |
| ----------------- | --------------------------------------------------- |
| `qb-vehiclekeys`  | ✅                                                   |
| `qbx_vehiclekeys` | ✅                                                   |
| Ninguno           | El vehículo se entrega igual, sin sistema de llaves |

### Base de datos

{% hint style="danger" %}
`oxmysql` es **obligatorio** — usado para todas las queries. Otros conectores (mysql-async, ghmattimysql) no están soportados directamente.
{% endhint %}

### Garages / vehículos guardados

| Framework     | Tabla usada       |
| ------------- | ----------------- |
| QBCore / QBox | `player_vehicles` |
| ESX           | `owned_vehicles`  |


---

# 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://docs.yeistudios.com/scripts/car-wipe-1/compatibility.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.
