# Configuration

```
- Get the sound you want, make sure it's in MP3 format.
- Put it into the HTML folder
- Adjust fxmanifest.lua specifically the files{} to reflect the new mp3
- Example below

 files {
  'html/index.html',
  'html/style.css',
  'html/app.js',
  'html/example.mp3'
}

Then head over to index.html and change line 94 to reflect the name of your new sound

<audio id="beepAudio" src="example.mp3" preload="auto"></audio>

```

Save all changes and restart the resource!


---

# 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-body-cam/configuration.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.
