> 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/x-gps-mobile-apps/x-gps-monitor/quick-start.md).

# Démarrage rapide

{% columns %}
{% column %}
Vous pouvez télécharger l'application gratuitement depuis Google Play ou l'App Store.

Accédez à la boutique et saisissez X-GPS dans le champ de recherche.

Sélectionnez **X-GPS Monitor** et cliquez sur « Installer ».
{% endcolumn %}

{% column %}
![](https://www.navixy.com/wp-content/uploads/2020/02/2020-02-28_16-44-46-600x399.png)
{% endcolumn %}
{% endcolumns %}

### Connexion

{% columns %}
{% column %}
Au premier lancement, l'application vous proposera de scanner un code QR. Pour recevoir le code QR, cliquez sur le <img src="/files/d4f89c2427bf212d3a6f1671b16ad2bbf4174898" alt="" data-size="line">bouton situé sous le [Formulaire de connexion](https://tracking.navixy.com/).

Après avoir scanné le code QR, saisissez votre nom d'utilisateur et votre mot de passe, puis cliquez sur le **Connexion** bouton.

Si vous avez oublié votre mot de passe, cliquez sur le bouton correspondant, saisissez votre adresse e-mail et le captcha. Après cela, vous recevrez un e-mail contenant un lien pour réinitialiser votre mot de passe.

Après une connexion réussie, vous verrez l'écran de la carte.
{% endcolumn %}

{% column %}
![](https://www.navixy.com/wp-content/uploads/2020/02/2020-02-28_16-45-53-453x600.png)
{% endcolumn %}
{% endcolumns %}

### Outils principaux

{% columns %}
{% column %}
Les éléments suivants sont disponibles sur l'écran principal :

1. **Barre latérale.** En appuyant sur un bouton, un menu s'ouvre et vous pouvez accéder aux informations sur l'utilisateur, le solde, la liste des appareils et d'autres commandes.
2. **Afficher les traceurs.** Cliquez pour sélectionner les traceurs à afficher : tous, un seul ou un Groupe. Vous pouvez également activer **Suivre le Traceur**, et la carte se centrera automatiquement sur un appareil.
3. **Type de carte.** Vous permet de sélectionner dans la liste des cartes disponibles, et d'activer également l'affichage du trafic.
4. **Liste des notifications.** Affiche toutes les notifications non lues.
5. **Afficher la localisation.** Centre la carte sur votre position actuelle.
6. **Échelle.** Vous pouvez modifier l'échelle de la carte avec les boutons « + » et « - ».
   {% endcolumn %}

{% column %}
![](/files/31fa6626ba00942489ff50fb222a1b51111fc3b5)
{% endcolumn %}
{% endcolumns %}


---

# 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/x-gps-mobile-apps/x-gps-monitor/quick-start.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.
