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

# Управление объектом

Эти блоки управляют идентификацией и администрированием устройства: тем, как оно называется и организовано, его SIM-картой и доверенными номерами, тарифным планом, рабочими статусами, экспортом сырых данных, часовым поясом и пользовательскими командами.

<table data-view="cards"><thead><tr><th>Блок</th><th>Назначение</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Метка объекта</h4></td><td>Задайте имя устройству и организуйте его с помощью группы и тегов.</td><td><a href="/pages/f4a9ee7bc19fe5547d7a20db4382b0cb35154f56">/pages/f4a9ee7bc19fe5547d7a20db4382b0cb35154f56</a></td></tr><tr><td><h4>Номер телефона</h4></td><td>Номер SIM-карты и настройки мобильной передачи данных (APN).</td><td><a href="/pages/8336a454200cc15a9ada80b8df5ee4fb87c854bc">/pages/8336a454200cc15a9ada80b8df5ee4fb87c854bc</a></td></tr><tr><td><h4>Доверенные телефонные номера</h4></td><td>Номера, которым разрешено отправлять устройству SMS- и USSD-команды.</td><td><a href="/pages/9f9e3d0b1d5ca0cc2446d21b1374d2d4ece81ffe">/pages/9f9e3d0b1d5ca0cc2446d21b1374d2d4ece81ffe</a></td></tr><tr><td><h4>Изменить тарифный план</h4></td><td>Назначьте устройству тарифный план.</td><td><a href="/pages/f1195d721b719bab27b390716c4b1bc76170ca83">/pages/f1195d721b719bab27b390716c4b1bc76170ca83</a></td></tr><tr><td><h4>Рабочие статусы</h4></td><td>Назначьте доступные рабочие состояния для водителей и операторов.</td><td><a href="/pages/80e227218451b9a9ec84e784932b59982d723474">/pages/80e227218451b9a9ec84e784932b59982d723474</a></td></tr><tr><td><h4>Сырые данные</h4></td><td>Экспортируйте сырые телеметрические данные устройства в CSV-файл.</td><td><a href="/pages/f1f70e86f0469fda1eab0813d205c23e6f8b5949">/pages/f1f70e86f0469fda1eab0813d205c23e6f8b5949</a></td></tr><tr><td><h4>Часовой пояс устройства</h4></td><td>Задайте смещение часового пояса устройства.</td><td><a href="/pages/79a34406db5d4f17d8195905fe1873bb7a245e85">/pages/79a34406db5d4f17d8195905fe1873bb7a245e85</a></td></tr><tr><td><h4>Команды</h4></td><td>Определите и отправьте пользовательские команды для устройства и программного обеспечения.</td><td><a href="/pages/5a2ce2caa22973135df89e84a6e9e30457ca014d">/pages/5a2ce2caa22973135df89e84a6e9e30457ca014d</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/ru/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.
