# Configuration

/`client/config`

<table data-full-width="false"><thead><tr><th width="406.3333333333333">Name</th><th>Parsed data</th></tr></thead><tbody><tr><td>client/config/cl_baseevents.lua</td><td>Baseevents of the resource</td></tr><tr><td>client/config/cl_blips.lua</td><td>Main handler for blip append</td></tr><tr><td>client/config/cl_config.lua</td><td>Configurable functions for the dealership</td></tr><tr><td>client/config/cl_targets.lua</td><td>Target compatibility to use for the dealership</td></tr></tbody></table>

`/shared`

<table data-full-width="false"><thead><tr><th width="406.3333333333333">Name</th><th>Parsed data</th></tr></thead><tbody><tr><td>shared/lang/translations.lua</td><td>Translations for the notifies</td></tr><tr><td>shared/config_cameras.lua</td><td>Data for the cameras</td></tr><tr><td>shared/config_dealers.lua</td><td>Data for the dealer shops</td></tr><tr><td>shared/config_framework.lua</td><td>Handler of the framework</td></tr><tr><td>shared/config.lua</td><td>Main config of the resource</td></tr></tbody></table>


---

# 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://zsx-development.gitbook.io/docs/resources/dealership/configuration.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.
