> 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/admin/fr/admin-panel.md).

# panneau d'administration

Gérez votre compte revendeur Navixy : configurez la plateforme de suivi GPS, créez des comptes utilisateurs, gérez les appareils et mettez en place la facturation et les plans de revendeur

Le panneau d'administration Navixy est un outil puissant qui permet aux administrateurs de personnaliser la plateforme du service de Suivi GPS et d'effectuer des Missions quotidiennes afin de fournir des services commerciaux de haute qualité aux utilisateurs finaux. Cette section fournit des informations sur la façon d'accéder au panneau d'administration Navixy et sur les fonctionnalités disponibles pour vous.

## Accéder au panneau d'administration Navixy

Pour accéder au panneau d'administration Navixy, utilisez vos identifiants de connexion à <https://panel.navixy.com/>. Si vous avez oublié votre identifiant ou votre mot de passe, contactez votre responsable de compte personnel pour obtenir de l'aide.

{% hint style="warning" %}
Lors de la création d'un compte du panneau d'administration, les mots de passe doivent comporter entre 12 et 20 caractères et inclure au moins une lettre majuscule, une lettre minuscule, un chiffre et un caractère spécial. Pour maintenir la Sécurité du compte, le système suit l'historique des mots de passe, vous ne pouvez donc réutiliser aucun de vos 10 derniers mots de passe. Si un mot de passe précédent est détecté, le système renverra l'erreur : « Le mot de passe a récemment été utilisé. »
{% endhint %}


---

# 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/admin/fr/admin-panel.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.
