> 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/managing-devices-and-groups.md).

# Управление устройствами и группами

Список устройств слева от **Управление устройствами** — это место, где вы выбираете устройство для настройки и поддерживаете порядок в автопарке. По мере роста автопарка поиск, теги и группы помогают быстро находить нужное устройство и последовательно применять настройки.

## Поиск устройства

* **Поиск по имени**: Введите текст в поле поиска, чтобы отфильтровать список по подходящим меткам устройств.
* **Фильтрация по тегу**: Сузьте список до устройств с выбранным тегом.
* **Просмотр по группе**: Группы разворачиваются и сворачиваются, и их состояние запоминается между сеансами.

## Управление группами

Группы позволяют организовывать устройства по отделам, функциям, площадкам или по любой схеме, подходящей вашему автопарку.

{% stepper %}
{% step %}

### Создать группу

Добавьте новую группу и задайте ей имя (до **60 символов**) и цвет, чтобы она выделялась в списке.
{% endstep %}

{% step %}

### Переименовать или изменить цвет

Измените имя существующей группы (до **60 символов**) или измените ее цвет в любое время.
{% endstep %}

{% step %}

### Удалить группу

Удалите группу, которая вам больше не нужна. Если в группе еще есть устройства, сначала вам будет предложено переместить их в другую группу, чтобы ни одно устройство не осталось без группы.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Теги и группы дополняют друг друга: устройство принадлежит **одной группе** но может иметь **несколько тегов**. Используйте группы для основной организации, а теги — для сквозных фильтров.
{% endhint %}

## См. также

* [Метка объекта](/docs/user/ru/guide/devices-and-settings/object-management/object-label.md): назначьте устройству группу и теги.


---

# 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/managing-devices-and-groups.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.
