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

# Gerenciamento de objetos

Esses blocos controlam a identidade e a administração de um dispositivo: como ele é nomeado e organizado, seu SIM e os números confiáveis, seu plano, Status de trabalho, exportação de dados brutos, fuso horário e comandos personalizados.

<table data-view="cards"><thead><tr><th>Bloco</th><th>Finalidade</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Rótulo do objeto</h4></td><td>Nomeie o dispositivo e organize-o com um Grupo e Etiquetas.</td><td><a href="/pages/bf49db7dddfb5b769bcfa2a08b0dce26da357aaa">/pages/bf49db7dddfb5b769bcfa2a08b0dce26da357aaa</a></td></tr><tr><td><h4>Número de telefone</h4></td><td>Número de telefone do SIM e configurações de dados móveis (APN).</td><td><a href="/pages/cf2cb588e5837607d4506dc4efb4f683982e435a">/pages/cf2cb588e5837607d4506dc4efb4f683982e435a</a></td></tr><tr><td><h4>Números de telefone confiáveis</h4></td><td>Números autorizados a enviar comandos SMS e USSD para o dispositivo.</td><td><a href="/pages/f70f3ea3be08d9d663ed02ab7f2029a82b92800f">/pages/f70f3ea3be08d9d663ed02ab7f2029a82b92800f</a></td></tr><tr><td><h4>Alterar plano</h4></td><td>Atribua o plano de preços do dispositivo.</td><td><a href="/pages/c9955b0de42985c9592b96c2f741b958c9c70c13">/pages/c9955b0de42985c9592b96c2f741b958c9c70c13</a></td></tr><tr><td><h4>Status de trabalho</h4></td><td>Associe Status de trabalho selecionáveis para Motoristas e operadores.</td><td><a href="/pages/6530e5c8f4076503d044903aa46742dfc041c357">/pages/6530e5c8f4076503d044903aa46742dfc041c357</a></td></tr><tr><td><h4>Dados brutos</h4></td><td>Exporte a telemetria bruta do dispositivo como um arquivo CSV.</td><td><a href="/pages/aafc3d0f64f9228deee6cea1c88b97cc55616f62">/pages/aafc3d0f64f9228deee6cea1c88b97cc55616f62</a></td></tr><tr><td><h4>Fuso horário do dispositivo</h4></td><td>Defina o deslocamento de fuso horário do dispositivo.</td><td><a href="/pages/4faa91bd260049c0fdd62e9e1db36acb16f29645">/pages/4faa91bd260049c0fdd62e9e1db36acb16f29645</a></td></tr><tr><td><h4>Comandos</h4></td><td>Defina e envie comandos personalizados do dispositivo e do software.</td><td><a href="/pages/a48c2ba47c846cec03763c51a83c20174f70c2ad">/pages/a48c2ba47c846cec03763c51a83c20174f70c2ad</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/pt-br/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.
