> 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/location-and-movement.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/3a25e5be9283d8854cfb7cb5b59995ef19e6df24">/pages/3a25e5be9283d8854cfb7cb5b59995ef19e6df24</a></td></tr><tr><td><h4>Определение стоянок</h4></td><td>Когда транспортное средство считается стоящим, а когда — в поездке.</td><td><a href="/pages/5dad856def0aad5bddb5f505dee184aa048570df">/pages/5dad856def0aad5bddb5f505dee184aa048570df</a></td></tr><tr><td><h4>Радиус определения LBS</h4></td><td>Настройте позиционирование по сотовой сети и Wi‑Fi, используемое в качестве резервного варианта для GPS.</td><td><a href="/pages/ed33e5ba89f047dd9a552325fdcb4c04f8ed8597">/pages/ed33e5ba89f047dd9a552325fdcb4c04f8ed8597</a></td></tr><tr><td><h4>Одометр</h4></td><td>Отслеживайте суммарный пробег и корректируйте погрешность измерения.</td><td><a href="/pages/f84d8d1e8891044ff4c199a306d50a244fda1f29">/pages/f84d8d1e8891044ff4c199a306d50a244fda1f29</a></td></tr><tr><td><h4>Моточасы</h4></td><td>Отслеживайте суммарное время работы двигателя.</td><td><a href="/pages/a68691c5fda4d0a08dc34f44ed1710dd75130777">/pages/a68691c5fda4d0a08dc34f44ed1710dd75130777</a></td></tr><tr><td><h4>Настройки зажигания</h4></td><td>Как устройство определяет включение и выключение зажигания.</td><td><a href="/pages/2d497c5adad277650f7110792ec55ede5e1cce7c">/pages/2d497c5adad277650f7110792ec55ede5e1cce7c</a></td></tr><tr><td><h4>Обнаружение эвакуации</h4></td><td>Обнаруживайте несанкционированное движение стоящего транспортного средства.</td><td><a href="/pages/196a0cd24d7017963933993fc4d826f3940b68d9">/pages/196a0cd24d7017963933993fc4d826f3940b68d9</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/location-and-movement.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.
