> 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).

# Управление для конкретного устройства

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

<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="/pages/2f327e02be4ee2e2880b79827252d5313858752b">/pages/2f327e02be4ee2e2880b79827252d5313858752b</a></td></tr><tr><td><h4>Кнопки и клавиши</h4></td><td>Кнопки вызова и SOS, кнопка выключения и пароли разблокировки.</td><td><a href="/pages/9fa74da80a21fc3a2d853a04db6e24e53cb3d5c2">/pages/9fa74da80a21fc3a2d853a04db6e24e53cb3d5c2</a></td></tr><tr><td><h4>Управление питанием</h4></td><td>Подзарядка аккумулятора и Режим сна для устройств с аккумулятором.</td><td><a href="/pages/93d25df0949ed8ccacca9e9ce20b3597fa111f33">/pages/93d25df0949ed8ccacca9e9ce20b3597fa111f33</a></td></tr><tr><td><h4>Внешние датчики</h4></td><td>Привяжите каналы Bluetooth и внешних датчиков на устройстве.</td><td><a href="/pages/949bd41bc9c8da00db85f0bdd772af5592dcfba1">/pages/949bd41bc9c8da00db85f0bdd772af5592dcfba1</a></td></tr><tr><td><h4>Двигатель и диагностика</h4></td><td>Определение состояния двигателя, данные OBD и Уровень топлива на устройстве.</td><td><a href="/pages/f6e294bbfa1223ee87a9bc58a713c0ae2aa8e9d4">/pages/f6e294bbfa1223ee87a9bc58a713c0ae2aa8e9d4</a></td></tr><tr><td><h4>Другие элементы управления</h4></td><td>Светодиод, SMS-канал, Виртуальное зажигание и загрузка треков.</td><td><a href="/pages/30829fc4acfded864efc6bad9c892f3d3153f689">/pages/30829fc4acfded864efc6bad9c892f3d3153f689</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.
