# Compatibility

{% hint style="info" %}
In the pd\_bridge configuration, you need to enter the script name.
{% endhint %}

### Framework <a href="#framework" id="framework"></a>

| Script Name   | Creator              |
| ------------- | -------------------- |
| `qb-core`     | **QBCore Framework** |
| `qbx_core`    | **QBox Project**     |
| `es_extended` | **ESX Framework**    |

### Inventory <a href="#inventory" id="inventory"></a>

| Script Name        | Creator              |
| ------------------ | -------------------- |
| `core_inventory`   | **Core Resources**   |
| `codem_inventory`  | **CodeM**            |
| `origen_inventory` | **ORIGEN Store**     |
| `lj_inventory`     | **loljoshie**        |
| `ps-inventory`     | **Project Sloth**    |
| `qs-inventory`     | **Quasar Store**     |
| `qb-inventory`     | **QBCore Framework** |
| `ox_inventory`     | **Overextended**     |

### Fuel <a href="#fuel" id="fuel"></a>

| Script Name        | Creator           |
| ------------------ | ----------------- |
| `LegacyFuel`       | **InZidiuZ**      |
| `cdn-fuel`         | **CodineDev**     |
| `ps-fuel`          | **Project Sloth** |
| `okokGasStation`   | **okok Scripts**  |
| `ox_fuel`          | **Overextended**  |
| `lj-fuel`          | **loljoshie**     |
| `hyon_gas_station` | **HyonScript**    |
| `ND_Fuel`          | **ND Framework**  |
| `myFuel`           | **myScripts**     |

### Keys <a href="#keys" id="keys"></a>

| Script Name      | Creator              |
| ---------------- | -------------------- |
| `qb-vehiclekeys` | **QBCore Framework** |
| `qs-vehiclekeys` | **Quasar Store**     |
| `vehicles_keys`  | **Jaksam Scripts**   |
| `wasabi_carlock` | **Wasabi Scripts**   |
| `cd_garage`      | **Codesign\_**       |
| `okokGarage`     | **okok Scripts**     |

### Notifications <a href="#notifications" id="notifications"></a>

| Script Name          | Creator              |
| -------------------- | -------------------- |
| `ox_lib`             | **Overextended**     |
| `qb-core`            | **QBCore Framework** |
| `esx_notify`         | **ESX Framework**    |
| `codem-notification` | **CodeM**            |

### Progress Bar <a href="#progress-bar" id="progress-bar"></a>

| Script Name   | Creator              |
| ------------- | -------------------- |
| `ox_lib`      | **Overextended**     |
| `progressbar` | **QBCore Framework** |

### Target <a href="#target" id="target"></a>

| Script Name | Creator              |
| ----------- | -------------------- |
| `qb-target` | **QBCore Framework** |
| `ox_target` | **Overextended**     |


---

# 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://pluto-dev.gitbook.io/docs/scripts/compatibility.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.
