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

# Localisation et mouvement

Ces blocs contrôlent la manière dont un appareil transmet sa position et son Mouvement : la stratégie de signalement, la façon dont le stationnement et les Trajets sont détectés, le positionnement de secours, les compteurs de kilometrage et d'heures moteur, la manière dont le Contact est déterminé et la détection des mouvements non autorisés.

<table data-view="cards"><thead><tr><th>Bloc</th><th>Fonction</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Paramètres de suivi</h4></td><td>À quelle fréquence et sur quelle base l'appareil transmet sa position.</td><td><a href="/pages/3c7d2c30db2f44dd5068a848c51ce37ad471ce52">/pages/3c7d2c30db2f44dd5068a848c51ce37ad471ce52</a></td></tr><tr><td><h4>Détection de stationnement</h4></td><td>Quand un véhicule est considéré comme Stationné plutôt qu'en Voyage.</td><td><a href="/pages/eceba317d7ff26c1c15bb9619acb1a93a6bcd917">/pages/eceba317d7ff26c1c15bb9619acb1a93a6bcd917</a></td></tr><tr><td><h4>Rayon de détection LBS</h4></td><td>Ajustez le positionnement cellulaire et Wi‑Fi utilisé comme solution de secours GPS.</td><td><a href="/pages/ad2711999d8757cf714144453a798566e34f895d">/pages/ad2711999d8757cf714144453a798566e34f895d</a></td></tr><tr><td><h4>Compteur kilométrique</h4></td><td>Suivez le kilometrage total et corrigez l'erreur de mesure.</td><td><a href="/pages/0cf8c4c66511eb0b6beaa141991ce6927619b898">/pages/0cf8c4c66511eb0b6beaa141991ce6927619b898</a></td></tr><tr><td><h4>Heures moteur</h4></td><td>Suivez le temps de fonctionnement cumulé du moteur.</td><td><a href="/pages/c18aff912d53cae3f6926c56a8bc2e1df021602d">/pages/c18aff912d53cae3f6926c56a8bc2e1df021602d</a></td></tr><tr><td><h4>Détection mise du contact</h4></td><td>Comment l'appareil détermine la mise du Contact et sa coupure.</td><td><a href="/pages/01cfe4eac59bf85fde7d1068ca2de540f43624ac">/pages/01cfe4eac59bf85fde7d1068ca2de540f43624ac</a></td></tr><tr><td><h4>Détection de remorquage</h4></td><td>Détection du Mouvement non autorisé d'un véhicule Stationné.</td><td><a href="/pages/28e80d2628741bd321a58878d2473c1b75dcc8d5">/pages/28e80d2628741bd321a58878d2473c1b75dcc8d5</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/fr/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.
