# Frameworks

## cfg.useESX&#x20;

Set to ***true*** if you plan to use ESX Jobs to run the script, ***false*** if not applicable

```lua
cfg.useESX = true,
```

***

## cfg.useQB&#x20;

Set to ***true*** if you plan to use QB Jobs to run the script, ***false*** if not applicable

```lua
cfg.useQB = true,
```

***

## cfg.jobNames

Set the jobs which are allowed to use the panel / research and alerts part of the script. This will not affect the recognition part.

***BEFORE :***&#x20;

```lua
cfg.jobNames = {
    'police',
}
```

***AFTER***&#x20;

```lua
cfg.jobNames = {
    'police',
    'BSCO',
    'sheriff',
}
```


---

# 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.pingouin.dev/scripts-docs/facial-recognition/general-config/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.
