# Configs

There are multiple configuration files that you can adjust to suit your preferences. In most cases, you will only need to modify the `config.lua` file located in the root folder.

However, there are additional configuration files that should only be changed if you are familiar with their specific purposes:

* **`data/locales/en.lua`**\
  Localization strings for the resource.
* **`data/maps/mapName.lua`**\
  Configuration settings specific to each map.
* **`configs/outfits.lua`**\
  Define your police outfits.
* **`configs/sconfig.lua`**\
  Define your webhook for police logs.
* **`configs/fines.lua`**\
  Define your fines.
* **`configs/fake_vehicle_info.lua`**\
  Settings related to fake vehicle information.
* **`configs/weapons.lua`**\
  Configuration for the Department Weapon shop.
* **`modules/nui/web/build/config.js`**\
  Localization for the UI elements.

## Best Practices

* **Backup Before Making Changes:**\
  Always create a backup of any configuration file before making modifications. This ensures you can revert to the original settings if something goes wrong.
* **Understand the Configuration:**\
  Before editing a config file, make sure you understand what each setting does. Refer to the specific config file's documentation for detailed explanations.
* **Test After Changes:**\
  After modifying any configuration file, test the changes in a controlled environment to ensure they work as expected without causing issues.


---

# 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://documentation.rcore.cz/paid-resources/rcore_police/configurations.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.
