# Config

```lua
Config = {}

Config.Core = "qb-core" -- Your qb-core folder name
Config.Target = "qb-target" -- "qb-target" or "ox_target"
Config.Menu = "qb-menu" -- "qb-menu" or "ox_lib"
Config.Progressbar = "qb" -- "qb" or "ox"
Config.Inventory = "qb" -- "qb" or "ox"
Config.VehicleKeys = "qb" -- "qb" or "qs"
Config.EmoteMenu = "rpemotes" -- "rpemotes" or "dpemotes"
Config.SpawnVehicle = vector3(403.64, -1631.53, 29.29) -- Location when vehicle spawn after recover it
Config.Animation = "clipboard" -- Animation when you seize vehicle
Config.Webhook = ""
Config.Debug = true -- If true you receive some prints on console

Config.Peds = {
    [1] = { type = 4, hash = GetHashKey("csb_tomcasino"), x = 406.86,  y = -1625.41,  z = 28.29, h = 231.66, animation = true, anim = "WORLD_HUMAN_LEANING" },
}

Config.PoliceJobs = { -- List of jobs can use the commands
    "police",
    "lspd"
}

Config.Commands = {
    impound = "impoundveh",
    descImpound = "Seize the nearest vehicle",
    check = "checkseizedveh",
    descCheck = "Check seized vehicles",
}
```


---

# 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://mscripts.gitbook.io/docs/qbcore/jobs/qb-impound/config.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.
