# Commands Config

```lua
Config.Commands = {
    DeleteVehicle = {
        command = {'cardel', 'dv'},
        permission = 'admin',
        help = "Delete a Vehicle from the World.",
        helpRange = "Give a Range to Delete Vehicles within that Range.",
    },

    SetOwnedVehicle = {
        command = {'setownedvehicle', 'sov'},
        permission = 'admin',
        help = 'Set this Vehicle in your Garage.',
    },

    Car = {
        command = {'car', 'spawncar'},
        permission = 'admin',
        help = 'Spawn a Car.',
        helpModel = 'Model Name like "adder".',
        helpPrimary = 'Primary Color ID.',
        helpSecondary = 'Secondary Color ID.',
    }
}
```


---

# 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://nextscripts.gitbook.io/nextscripts/esx-scripts/garage-system/configuration/commands-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.
