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

# 🎬Neuradev Loading

#### Features

**Audio**

* Automatic background music
* Built-in playlist
* Volume controls
* Music player

**Visual**

* Cinematic mode
* Video backgrounds
* Custom cursor
* Smooth animations
* Particle effects

**Information**

* Real-time player count
* Server time
* Live updates
* Professional display

**Interactive**

* Slide-out news menu
* Rules panel
* Click effects
* Hover animations

**Performance**

* Auto-load detection
* Manual shutdown
* Optimized transitions
* Lightweight

#### Installation

Download from GitHub:

```
cd resources
git clone https://github.com/NeuraDevSoftware/neuradev-loading
```

Add to server.cfg:

```
ensure neuradev-loading
```

#### Customization

**Music Tracks** Replace files in nui/assets/music/:

* tech-pulse.mp3
* digital-dreams.mp3
* ambient-code.mp3

**Video Background** Replace nui/assets/videos/intro.mp4

**Branding** Replace nui/images/logo.png

#### Technical Specs

* Framework: FiveM NUI
* Version: 1.0.0
* Developer: NeuraDev Software
* Compatibility: FiveM Servers


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.neuradevsoftware.com/neuradev-hunter/neuradev-loading.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.
