# Important Informations

* The resource is optimized with range synchronization and assets are loaded only when the player is around an active vehicle.
* Very low-spec computers may experience a more downgraded experience.
* If you want to ensure the resource, you are advised to stop the playback in all active vehicles first to avoid crashes.
* Colliding replacers will prioritize the ones that are closer to the player and may also replace objects nearby if they happen to have the same texture, this is not something that can be changed and you can avoid it by not having the same vehicles in the same area and use vehicle-specific texture replacements instead of generic objects.
* The resource works by using a vehicle's plate as an identifier. When two or more vehicles have the same plates, only one of them will work.
* In the default configured entries, adjusting the content time for buffering and syncing is turned off as it is not mandatory for a great experience. This feature is complicated and may not always work as intended, therefore it is advised to enable it only in time-critical content.
* Some triangle / black textures may appear in monitors when there are a lot of players around, that seems to be a game texture bug.
* Minor crackling may be audible on certain songs when the camera is moved due to limitations imposed upon spatial audio.
* Only **YouTube** and **Twitch** content is allowed at this time.
* Captions and advertisements may appear when playing **YouTube** videos.
* **Twitch** may throw alerts in live streams about third-party viewing experience and sync may not be optimal. Mature content warning and audio muted warning will be clicked away automatically.
* The resource is loading content in every client by using APIs, embeds and inline frames therefore, does not directly violate any copyright laws.
* If content fails to load or play for any reason for the player who is controlling the UI, it will stop for everyone. If content fails to load or play for any reason for a player who is only viewing / listening, it may attempt to reload for them.
* There are checks in place in an attempt to verify that the transmitted data (titles, thumbnail URL, icon, etc.) are legitimate and are coming from the within resource itself, however since the client sends it, they cannot be fully trusted.
* The resource by default is using a DUI hosted by us. If you want to self-host it you can find its source code [here](https://github.com/criticalscripts-shop/cs-ves-dui) and change its URL in the resource's configuration file.


---

# 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://fivem-docs.gitbook.io/critical-scripts/cs-ves/installation-instructions/important-informations.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.
