> 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/pt-br/guide/devices-and-settings/location-and-movement.md).

# Localização e movimento

Estes blocos controlam como um dispositivo informa sua posição e movimento: a estratégia de reporte, como o estacionamento e as viagens são detectados, o posicionamento de contingência, os contadores de quilometragem e horas de motor, como a ignição é determinada e a detecção de movimento não autorizado.

<table data-view="cards"><thead><tr><th>Bloco</th><th>Finalidade</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Modo de rastreamento</h4></td><td>Com que frequência e com base em quê o dispositivo informa a posição.</td><td><a href="/pages/1be7913fdf50134844395e9abb8bd681345baf0a">/pages/1be7913fdf50134844395e9abb8bd681345baf0a</a></td></tr><tr><td><h4>Detecção de estacionamento</h4></td><td>Quando um veículo é considerado estacionado em vez de em um trajeto.</td><td><a href="/pages/5040e3e3d4f1985d859ca509efef13104d058010">/pages/5040e3e3d4f1985d859ca509efef13104d058010</a></td></tr><tr><td><h4>Raio de detecção LBS</h4></td><td>Ajuste o posicionamento por rede celular e Wi-Fi usado como contingência para o GPS.</td><td><a href="/pages/e1871f5a8f3a7d5010963b4f94158ae35e156f7c">/pages/e1871f5a8f3a7d5010963b4f94158ae35e156f7c</a></td></tr><tr><td><h4>Odômetro</h4></td><td>Acompanhe a quilometragem total e corrija o erro de medição.</td><td><a href="/pages/3d75024227181e6e80f0a6bc0f7cb22dfb073358">/pages/3d75024227181e6e80f0a6bc0f7cb22dfb073358</a></td></tr><tr><td><h4>Horas de motor</h4></td><td>Acompanhe o tempo acumulado de funcionamento do motor.</td><td><a href="/pages/40ce9c34ec39bd8dbbcde42efb620806137be59a">/pages/40ce9c34ec39bd8dbbcde42efb620806137be59a</a></td></tr><tr><td><h4>Fonte da ignição</h4></td><td>Como o dispositivo determina se a ignição está ligada ou desligada.</td><td><a href="/pages/2976936605e1911f770fdb6729d51d465d63dd3b">/pages/2976936605e1911f770fdb6729d51d465d63dd3b</a></td></tr><tr><td><h4>Detecção de reboque</h4></td><td>Detecte movimento não autorizado de um veículo estacionado.</td><td><a href="/pages/a2a113c4fd3ccf02897981df6abf4e390a3bc0bc">/pages/a2a113c4fd3ccf02897981df6abf4e390a3bc0bc</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/pt-br/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.
