# Installation

```
ensure framework
ensure other_scripts
ensure m_radio_audio -- Start this under your priority scripts (framework etc)
```

Do not copy this exact layout as this is an example.

{% code overflow="wrap" %}

```
I trimmed down and used certain clips from a free (non copyright) sound database https://pixabay.com/sound-effects/

I used this sound clip and trimed 3 sections https://pixabay.com/sound-effects/los-angeles-south-bay-police-and-fire-scanner-14646/ in particular.

I added 3 clips into the html/sounds folder, you can add as many as you want. 

I would advise keeping the name structure similar (e.g. 'audio_4') .

Then just add them to the config.lua in (Config.RadioFiles).

This works with QB/ESX (Job Checks - Police, Sheriff etc) and Standalone.

```

{% endcode %}


---

# 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://docs.mdevelopment.xyz/m-development-docs/documentation/md-radio-audio/installation.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.
