> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nonefivem.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands

<Info>
  You can find commands in `no-polaroid/config/client/commands.lua`. You can change or
  completely remove these commands.
</Info>

## Default Commands

***

```lua theme={null}
RegisterCommand("cams", function()
    TriggerEvent("no-spy:devicemanager:menu", "cam")
end)
RegisterCommand("sensors", function()
    TriggerEvent("no-spy:devicemanager:menu", "motionsensor")
end)
RegisterCommand("devices", function()
    TriggerEvent("no-spy:devicemanager:menu")
end)
```
