> 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/guide/devices-and-settings/object-management.md).

# Object management

These blocks control a device's identity and administration: how it is named and organized, its SIM and trusted numbers, its plan, working statuses, raw data export, time zone, and custom commands.

<table data-view="cards"><thead><tr><th>Block</th><th>Purpose</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Object label</h4></td><td>Name the device and organize it with a group and tags.</td><td><a href="/pages/vtciv1ApM24iojnf28PV">/pages/vtciv1ApM24iojnf28PV</a></td></tr><tr><td><h4>Phone number</h4></td><td>SIM phone number and mobile-data (APN) settings.</td><td><a href="/pages/Td01zevOeg6VziHWMhD1">/pages/Td01zevOeg6VziHWMhD1</a></td></tr><tr><td><h4>Trusted phone numbers</h4></td><td>Numbers allowed to send SMS and USSD commands to the device.</td><td><a href="/pages/9I63oJQQeIVTdDPjNu28">/pages/9I63oJQQeIVTdDPjNu28</a></td></tr><tr><td><h4>Change plan</h4></td><td>Assign the device's pricing plan.</td><td><a href="/pages/0YBbkGQ06Lv7XgMoXqSB">/pages/0YBbkGQ06Lv7XgMoXqSB</a></td></tr><tr><td><h4>Working statuses</h4></td><td>Attach selectable work states for drivers and operators.</td><td><a href="/pages/sb4I7pAnvVsXmhZ8AYkj">/pages/sb4I7pAnvVsXmhZ8AYkj</a></td></tr><tr><td><h4>Raw data</h4></td><td>Export the device's raw telemetry as a CSV file.</td><td><a href="/pages/SBD7L5RG7UR1B7LeoMIE">/pages/SBD7L5RG7UR1B7LeoMIE</a></td></tr><tr><td><h4>Device timezone</h4></td><td>Set the device's time-zone offset.</td><td><a href="/pages/p79aqN8KhktXreUA0HsG">/pages/p79aqN8KhktXreUA0HsG</a></td></tr><tr><td><h4>Commands</h4></td><td>Define and send custom device and software commands.</td><td><a href="/pages/1FaSNW6eJbB6P5yjNFCf">/pages/1FaSNW6eJbB6P5yjNFCf</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/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.
