# Configuration

* Default language (`Shared.Language`) with dynamic locale loading
* Automatic detection of ESX/QBCore/Standalone environments
* Currency type, police job, harvest cooldown, and blip/marker display settings

### Image generation command

{% hint style="danger" %}
Because the images are too heavy you have to make the screens yourself so you have to place the images of the clothes in the build/clothing/male female... folder
{% endhint %}

{% hint style="warning" %}
If you want to use this command you have to uncomment the client.js / server.js and download the stream folder and put it to Var-ClothesShop\_V2
{% endhint %}

{% file src="/files/A7hRFwgNQTTRq4Sg2Xty" %}

| Command                                                                                                                 | Description                                                                                                               |
| ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| `/screenshot`                                                                                                           | Initiate the clothing screenshot process                                                                                  |
| `/customscreenshot` `<component>` `<drawable/all>` `<props/clothing>` `<male/female/both>` `<camerasettings(optional)>` | Capture a specific clothing item, with optional custom camera settings specified in the format outlined in `config.json`. |

**Example :** \
\
`/customscreenshot 11 17 clothing male {"fov": 55, "rotation": { "x": 0, "y": 0, "z": 15}, "zPos": 0.26}` \
\
`/customscreenshot 11 all clothing male {"fov": 55, "rotation": { "x": 0, "y": 0, "z": 15}, "zPos": 0.26}`

{% hint style="danger" %}
If you are using a CDN, please put your images on your server and change the URL in the `shared.lua` configuration file; otherwise, set `Shared.UseCdn -> false` and ensure that the clothing folder is placed in the `build/images` directory.
{% endhint %}


---

# 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://doc.var-fivem.com/clothes-shop-v2/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.
