> For the complete documentation index, see [llms.txt](https://master-mind-store.gitbook.io/dashboard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://master-mind-store.gitbook.io/dashboard/free-release/radio/configuration.md).

# Configuration

If you want to use radio, jammer, battery with command to interact then head on to `mm_radio/shared/init.lua` and modify:

```lua
Shared = {
    Ready = true, -- ignore
    UseCommand = true || false, -- change this
    Core = format(GetConvar('bl:framework', 'qb')), -- ignore
    Inventory = format(GetConvar('bl:inventory', 'qb')), -- ignore
    Debug = false -- ignore
}
```
