> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls.md).

# Device-specific controls

Some device models expose extra blocks that configure the device hardware itself, rather than platform-side rules. These blocks are schema-driven: the device model determines which ones appear and exactly what fields they show. Each block below appears only on supported hardware, and the exact fields and units vary by model.

<table data-view="cards"><thead><tr><th>Category</th><th>What it covers</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Anti-theft and security</h4></td><td>Unauthorized movement, no movement, vibration, impact, guard, and proximity alarms.</td><td><a href="/pages/qBHTDZk4AqLFVkydvpHz">/pages/qBHTDZk4AqLFVkydvpHz</a></td></tr><tr><td><h4>Buttons and keys</h4></td><td>Call and SOS buttons, power-off key, and unlock passwords.</td><td><a href="/pages/cxwEU1pQPQEgu31vGQBG">/pages/cxwEU1pQPQEgu31vGQBG</a></td></tr><tr><td><h4>Power management</h4></td><td>Battery charge mode and sleep mode for battery devices.</td><td><a href="/pages/bZhBIghS6tApdKtPOyrl">/pages/bZhBIghS6tApdKtPOyrl</a></td></tr><tr><td><h4>External sensors</h4></td><td>Bind Bluetooth and external sensor channels on the device.</td><td><a href="/pages/WuaThzoYJ7K9w7jDIa7H">/pages/WuaThzoYJ7K9w7jDIa7H</a></td></tr><tr><td><h4>Engine and diagnostics</h4></td><td>Engine state detection, OBD data, and device-side fuel.</td><td><a href="/pages/XuduOQFZQcQt5u9PNOjZ">/pages/XuduOQFZQcQt5u9PNOjZ</a></td></tr><tr><td><h4>Other controls</h4></td><td>LED, SMS channel, virtual ignition, and tracks upload.</td><td><a href="/pages/AKdpD1zGgHVIlOI2l65Z">/pages/AKdpD1zGgHVIlOI2l65Z</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
