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

# Mengelola perangkat dan kelompok

Daftar perangkat di sebelah kiri dari **Perangkat dan pengaturan** adalah tempat Anda memilih perangkat untuk dikonfigurasi dan menjaga armada Anda tetap teratur. Seiring armada bertambah besar, pencarian, tagar, dan kelompok memudahkan Anda menemukan perangkat yang tepat dan menerapkan pengaturan secara konsisten.

## Menemukan perangkat

* **Cari berdasarkan nama**: Ketik di kotak pencarian untuk memfilter daftar agar sesuai dengan label perangkat yang cocok.
* **Filter berdasarkan tag**: Persempit daftar menjadi perangkat yang memiliki tag yang dipilih.
* **Telusuri berdasarkan kelompok**: Kelompok dapat diperluas dan diciutkan, dan statusnya diingat antarsesi.

## Mengelola kelompok

Kelompok memungkinkan Anda mengorganisasi perangkat berdasarkan departemen, fungsi, lokasi, atau skema apa pun yang sesuai dengan armada Anda.

{% stepper %}
{% step %}

### Buat kelompok

Tambahkan kelompok baru dan beri nama (hingga **60 karakter**) dan warna agar menonjol dalam daftar.
{% endstep %}

{% step %}

### Ubah nama atau warna

Edit nama kelompok yang sudah ada (hingga **60 karakter**) atau ubah warnanya kapan saja.
{% endstep %}

{% step %}

### Hapus kelompok

Hapus kelompok yang tidak lagi Anda perlukan. Jika kelompok tersebut masih berisi perangkat, Anda akan diminta untuk memindahkannya ke kelompok lain terlebih dahulu agar tidak ada perangkat yang tersisa tanpa kelompok.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Tagar dan kelompok saling melengkapi: sebuah perangkat termasuk dalam **satu kelompok** tetapi dapat memiliki **beberapa tagar**. Gunakan kelompok untuk organisasi utama dan tagar untuk filter lintas.
{% endhint %}

## Lihat juga

* [Label pelacak](/docs/user/id/guide/devices-and-settings/object-management/object-label.md): tetapkan kelompok dan tagar perangkat.


---

# 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/id/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.
