# Config Settings

## Config Settings

### Information about general settings in Config is given below

```lua
Config.ReviveCord = vector3(-842.46, -1206.5, 6.41381) 
Config.ReviveHeading = 30.61 


Config.Audio = true --If this is false, the background sound is turned off.
Config.Volume = 0.2 --Here you can adjust the sound. like 0.1,0.3 or 0.9
Config.AudioFilePath = "../html/ekg.mp3"
Config.Time = 30 --seconds

Config.Locale = {
    SendDispatch = "A Dispatch send to your Location",
    WaitTime = "You Already sended a Dispatch please wait 1 Minute",
}
function Notification(message)
    TriggerServerEvent('hospital:server:ambulanceAlert', message)
end
```


---

# 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.0resmon.org/0resmon/frkn-resources/deathscreenv2/config-settings.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.
