# Framework Compatibility

Source Development resources are designed to be framework-agnostic. We support the most popular FiveM frameworks through our dedicated Bridge System.

## Supported Frameworks

| Framework  | Support Level  | Notes                                        |
| ---------- | -------------- | -------------------------------------------- |
| **QBox**   | ✅ Full Support | Built-in, auto-detected.                     |
| **QBCore** | ✅ Full Support | Built-in, auto-detected.                     |
| **ESX**    | ✅ Full Support | Built-in, auto-detected (Legacy & v1 Final). |
| **Custom** | 🔧 Supported   | You can implement your own bridge functions. |

## How the Bridge Works

Each resource contains a `bridge/` folder. This folder acts as a translator between our scripts and your server's framework.

If you use a custom framework, you only need to edit the files in the `bridge/` folder of each resource.


---

# 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.sourcedev.pro/general/frameworks.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.
