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

# Gestión de objetos

Estos bloques controlan la identidad y la administración de un dispositivo: cómo se nombra y organiza, su SIM y sus números de confianza, su plan, Estado de trabajo, exportación de Datos brutos, zona horaria y Comandos personalizados.

<table data-view="cards"><thead><tr><th>Bloque</th><th>Propósito</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Etiqueta del Objeto</h4></td><td>Nombre el dispositivo y organícelo con un Grupo y Etiquetas.</td><td><a href="/pages/2d46c849f6010b63ae4eb43936d5b1b3ac678f25">/pages/2d46c849f6010b63ae4eb43936d5b1b3ac678f25</a></td></tr><tr><td><h4>Número de teléfono</h4></td><td>Número de teléfono de la SIM y ajustes de datos móviles (APN).</td><td><a href="/pages/699dc23e47eb5508bf809936b341dcb1668c27a6">/pages/699dc23e47eb5508bf809936b341dcb1668c27a6</a></td></tr><tr><td><h4>Números de teléfono confiables</h4></td><td>Números autorizados para enviar comandos SMS y USSD al dispositivo.</td><td><a href="/pages/174dd568953521ba37a4bed0a7b49a5307f63c7c">/pages/174dd568953521ba37a4bed0a7b49a5307f63c7c</a></td></tr><tr><td><h4>Cambiar el plan</h4></td><td>Asigne el plan de precios del dispositivo.</td><td><a href="/pages/8e8a0f7c67502b3170096b4644dbb1892e2a6234">/pages/8e8a0f7c67502b3170096b4644dbb1892e2a6234</a></td></tr><tr><td><h4>Estados de trabajo</h4></td><td>Adjunte estados de trabajo seleccionables para conductores y operadores.</td><td><a href="/pages/9f08363034909ea6f59bb5e895d4703f15974b39">/pages/9f08363034909ea6f59bb5e895d4703f15974b39</a></td></tr><tr><td><h4>Datos brutos</h4></td><td>Exporte la telemetría bruta del dispositivo como un archivo CSV.</td><td><a href="/pages/28a3852c569242a5bf38613627fa1ccdbb581537">/pages/28a3852c569242a5bf38613627fa1ccdbb581537</a></td></tr><tr><td><h4>Zona horaria del dispositivo</h4></td><td>Establezca el desfase de la zona horaria del dispositivo.</td><td><a href="/pages/f9f42c5d67203b4598c36bd5f6d8dcf3b03020e5">/pages/f9f42c5d67203b4598c36bd5f6d8dcf3b03020e5</a></td></tr><tr><td><h4>Comandos</h4></td><td>Defina y envíe comandos personalizados del dispositivo y del software.</td><td><a href="/pages/8b27bae03bbea443d5adc67e54f88a0429f57648">/pages/8b27bae03bbea443d5adc67e54f88a0429f57648</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/es/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.
