# Vehicle Labels

If you have added addon vehicles/imports to your server, you may see `NULL` or strange capitalised vehicle labels in the garage interface. ESX does not come with a built-in "shared" file to index all vehicle models like QBCore, so this has been built into the script for your convience!

To add a pretty vehicle label to your addon/import vehicles, navigate to `config.lua`, and at the bottom of the file there is a section `Config.VehicleLabels`. There are two example rows added as an example, but these can be deleted if you are not using those vehicles.

For example, if you have added an RS6 with the spawn code `rs6` and want to add a label for it, the code would look like the following:

```lua
Config.VehicleLabels = {
  ["rs6"] = "Audi RS6"
}
```


---

# 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.jgscripts.com/advanced-garages/guides/esx-guides/vehicle-labels.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.
