# Important Informations

* The resource is optimized with range synchronization and assets are loaded only when the player is around an active location.
* 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 locations first to avoid crashes.
* The default configuration requires the ***cs-stream*** resource which can be [downloaded here](https://github.com/criticalscripts-shop/cs-stream), started before ***cs-hall*** resource.
* In the most 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 (e.g., a cinema).
* 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.
* The resource is using FiveM's KV storage to store settings and queue for all locations, if you are using a shared multi-server setup this may cause an issue and you may want to set ***sv\_kvsName*** console variable to something unique for your server.
* 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-hall-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/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.
