> 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/object-management.md).

# Gestion des objets

Gérez l'identité et les paramètres d'administration d'un appareil : libellé, groupe, mots clés, numéros SIM et de confiance, forfait de service, statuts de travail et exportation de données.

Ces blocs contrôlent l’identité et l’administration d’un appareil : la manière dont il est nommé et organisé, sa carte SIM et ses numéros de confiance, son forfait, Statuts de travail, l’exportation des Données brutes, le fuseau horaire et les Commandes personnalisées.

<table data-view="cards"><thead><tr><th>Bloc</th><th>Objectif</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Libellé du traceur</h4></td><td>Nommez l’appareil et organisez-le avec un groupe et des mots clés.</td><td><a href="/docs/user/fr/guide/devices-and-settings/object-management/object-label.md">Étiquette du traceur</a></td></tr><tr><td><h4>Numéro de téléphone</h4></td><td>Numéro de téléphone SIM et paramètres de données mobiles (APN).</td><td><a href="/docs/user/fr/guide/devices-and-settings/object-management/phone-number.md">Numéro de téléphone</a></td></tr><tr><td><h4>Numéros de téléphone de confiance</h4></td><td>Numéros autorisés à envoyer des commandes SMS et USSD à l’appareil.</td><td><a href="/docs/user/fr/guide/devices-and-settings/object-management/trusted-phone-numbers.md">Numéros de téléphone de confiance</a></td></tr><tr><td><h4>Changer de forfait</h4></td><td>Attribuez le forfait de l’appareil.</td><td><a href="/docs/user/fr/guide/devices-and-settings/object-management/change-plan.md">Changer de forfait</a></td></tr><tr><td><h4>Statuts de travail</h4></td><td>Associez des statuts de travail sélectionnables pour les conducteurs et les opérateurs.</td><td><a href="/docs/user/fr/guide/devices-and-settings/object-management/working-statuses.md">Statuts de travail</a></td></tr><tr><td><h4>Données brutes</h4></td><td>Exportez la télémétrie brute de l’appareil sous forme de fichier CSV.</td><td><a href="/docs/user/fr/guide/devices-and-settings/object-management/raw-data.md">Données brutes</a></td></tr><tr><td><h4>Fuseaux horaire du boitier</h4></td><td>Définissez le décalage du fuseau horaire du boîtier.</td><td><a href="/docs/user/fr/guide/devices-and-settings/object-management/device-timezone.md">Fuseaux horaire du boitier</a></td></tr><tr><td><h4>Commandes</h4></td><td>Définissez et envoyez des commandes personnalisées pour l’appareil et le logiciel.</td><td><a href="/docs/user/fr/guide/devices-and-settings/object-management/commands.md">Commandes</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/object-management.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.
