> 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/ru/guide/devices-and-settings/device-specific-controls.md).

# Управление параметрами устройства

Настройте в Navixy аппаратно-зависимые блоки устройства: противоугонные тревоги, кнопки и ключи, энергосбережение, внешние датчики и диагностику.

Некоторые модели устройств предоставляют дополнительные блоки, которые настраивают само аппаратное обеспечение устройства, а не правила на стороне платформы. Эти блоки определяются схемой: модель устройства задает, какие из них отображаются и какие именно поля они содержат. Каждый блок ниже доступен только на поддерживаемом оборудовании, а точный набор полей и единицы измерения зависят от модели.

<table data-view="cards"><thead><tr><th>Категория</th><th>Что он охватывает</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Противоугонная защита и Охрана</h4></td><td>Неавторизованное Движение, отсутствие Движения, тревоги вибрации, удара, охраны и приближения.</td><td><a href="/docs/user/ru/guide/devices-and-settings/device-specific-controls/anti-theft-and-security.md">Противоугонные функции и охрана</a></td></tr><tr><td><h4>Кнопки и клавиши</h4></td><td>Кнопки вызова и SOS, клавиша выключения и пароли разблокировки.</td><td><a href="/docs/user/ru/guide/devices-and-settings/device-specific-controls/buttons-and-keys.md">Кнопки и ключи</a></td></tr><tr><td><h4>Управление питанием</h4></td><td>Подзарядка аккумулятора и Режим сна для устройств с аккумуляторным питанием.</td><td><a href="/docs/user/ru/guide/devices-and-settings/device-specific-controls/power-management.md">Управление питанием</a></td></tr><tr><td><h4>Внешние датчики</h4></td><td>Привяжите каналы Bluetooth и внешних датчиков на устройстве.</td><td><a href="/docs/user/ru/guide/devices-and-settings/device-specific-controls/external-sensors.md">Внешние датчики</a></td></tr><tr><td><h4>Двигатель и диагностика</h4></td><td>Определение состояния двигателя, данные OBD и Уровень топлива на стороне устройства.</td><td><a href="/docs/user/ru/guide/devices-and-settings/device-specific-controls/engine-and-diagnostics.md">Двигатель и диагностика</a></td></tr><tr><td><h4>Другие элементы управления</h4></td><td>LED, SMS-канал, Виртуальное зажигание и выгрузка треков.</td><td><a href="/docs/user/ru/guide/devices-and-settings/device-specific-controls/other.md">Другие элементы управления</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/ru/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.
