> 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

Ces blocs contrôlent l’identité et l’administration d’un appareil : son nom et son organisation, sa carte SIM et ses numéros de confiance, son forfait, les Statuts de travail, l’export des Données brutes, le fuseau horaire et les commandes personnalisées.

<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>Libellé du Traceur</h4></td><td>Nommez l’appareil et organisez-le avec un Groupe et des Mots clés.</td><td><a href="/pages/3bd0bf96dde9d2efdacdab00d2770077f4299d52">/pages/3bd0bf96dde9d2efdacdab00d2770077f4299d52</a></td></tr><tr><td><h4>Numéro de téléphone</h4></td><td>Numéro de téléphone de la carte SIM et paramètres de données mobiles (APN).</td><td><a href="/pages/34a21b24c1914918e2f0356cb783d52e8a5e01df">/pages/34a21b24c1914918e2f0356cb783d52e8a5e01df</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="/pages/eda9b539e21fc94d4c3f954983be41fe9634594a">/pages/eda9b539e21fc94d4c3f954983be41fe9634594a</a></td></tr><tr><td><h4>Changer de forfait</h4></td><td>Attribuez le forfait tarifaire de l’appareil.</td><td><a href="/pages/95318a2a722befd4c348b5aea470ea3117494d41">/pages/95318a2a722befd4c348b5aea470ea3117494d41</a></td></tr><tr><td><h4>Statuts de travail</h4></td><td>Associez des Statuts de travail sélectionnables aux Conducteurs et aux opérateurs.</td><td><a href="/pages/41d390680bdd4c4de6ce70066fd61a9be01b3ff0">/pages/41d390680bdd4c4de6ce70066fd61a9be01b3ff0</a></td></tr><tr><td><h4>Données brutes</h4></td><td>Exportez les Données brutes de l’appareil dans un fichier CSV.</td><td><a href="/pages/b70cf4876381b701b940edb459ee6ec1ceb25b21">/pages/b70cf4876381b701b940edb459ee6ec1ceb25b21</a></td></tr><tr><td><h4>Fuseaux horaire du boitier</h4></td><td>Définissez le décalage du fuseau horaire de l’appareil.</td><td><a href="/pages/6fd869b1bc7f9dfc65b89e4f01930e37cd8c8b66">/pages/6fd869b1bc7f9dfc65b89e4f01930e37cd8c8b66</a></td></tr><tr><td><h4>Commandes</h4></td><td>Définissez et envoyez des Commandes personnalisées de l’appareil et du logiciel.</td><td><a href="/pages/2052eece1c10f741fec7369f686331c6d16b7fb2">/pages/2052eece1c10f741fec7369f686331c6d16b7fb2</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.
