# Advice & Troubleshooting

**Textures :** enable `includeTextures` in `config.json` only if you need texture variants (longer to generate).

**Green screen :** the default coordinates are suitable for the airport; adjust them to your map if necessary.

**Performance :** the image generator can be resource-intensive; running it in a development environment is recommended.

**Mixed frameworks :** make sure the `Shared.Framework` variable exactly matches your server setup to avoid event or save errors.


---

# 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/advice-and-troubleshooting.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.
