> For the complete documentation index, see [llms.txt](https://doc.var-fivem.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.var-fivem.com/loading-screen/configuration.md).

# Configuration

## General

* `video_id`: *(string)* The ID of your YouTube video (used for the background video).
* `music_volume`: *(float)* Background music volume (0.0 to 1.0).
* `title_primary`: *(string)* Main title displayed on the loading screen.
* `title`: *(string)* Secondary title displayed on the loading screen.
* `description`: *(string)* Brief description of your loading screen.

## Tabs Configuration

Enable or disable visibility of specific tabs:

* `tabs_rules`: *(boolean)* Enable or disable the Rules tab.
* `tabs_gallery`: *(boolean)* Enable or disable the Gallery tab.
* `tabs_team`: *(boolean)* Enable or disable the Team tab.
* `tabs_updates`: *(boolean)* Enable or disable the Updates tab.

## Tabs Titles

Set custom titles for each tab:

* `rules_title`: *(string)* Title of the Rules tab.
* `gallery_title`: *(string)* Title of the Gallery tab.
* `team_title`: *(string)* Title of the Team tab.
* `updates_title`: *(string)* Title of the Updates tab.

## Social Media Buttons

Toggle buttons and set their respective links:

* `button_discord`: *(boolean)* Display Discord button.
* `discord_link`: *(string)* URL for your Discord server.
* `button_x`: *(boolean)* Display X (Twitter) button.
* `x_link`: *(string)* URL for your X (Twitter) profile.
* `button_tiktok`: *(boolean)* Display TikTok button.
* `tiktok_link`: *(string)* URL for your TikTok profile.
* `button_youtube`: *(boolean)* Display YouTube button.
* `youtube_link`: *(string)* URL for your YouTube channel.
* `button_twitch`: *(boolean)* Display Twitch button.
* `twitch_link`: *(string)* URL for your Twitch channel.
* `button_instagram`: *(boolean)* Display Instagram button.
* `instagram_link`: *(string)* URL for your Instagram profile.

## Audio Information

Details about the background music track:

* `title_audio`: *(string)* Title of the music track.
* `album_audio`: *(string)* Album name of the music track.

## Loading Messages

* `loading_assets`: *(string)* Message displayed while assets are loading.

## Rules

List of server/game rules. Each rule includes:

* `title`: *(string)* Rule title.
* `description`: *(string)* Explanation of the rule.

## Updates

List recent updates. Each update includes:

* `title`: *(string)* Title of the update (recommended with date).
* `description`: *(string)* Description of the update details.

## Gallery

Array of image paths for the Gallery tab:

* `gallery`: *(array)* List of image file paths to display in the gallery.

## Team

List team members with details including:

* `name`: *(string)* Member's name.
* `role`: *(string)* Member's role.
* `image`: *(string)* URL of the member's profile image.
