> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/de/faqs/gruppen.md).

# Gruppen

**F.** Was ist eine Gruppe?

**A.** Gruppen sind eine Sammlung von Geräten, die von Benutzern organisiert werden, um Dashboards mit Gruppen-Widgets zu erstellen, die Daten von den definierten Geräten sammeln, adaptive Konfigurationen anwenden oder Regeln festlegen. Zusätzlich können Benutzern bestimmte Gruppen zugewiesen werden, wodurch ihr Zugriff nur auf die Geräte innerhalb der zugewiesenen Gruppe beschränkt wird.

***

**F.** Was ist eine Untergruppe?

**A.** Untergruppen werden verwendet, um Geräte innerhalb einer Hauptgruppe weiter zu organisieren. Sie ermöglichen eine detailliertere Kontrolle und Verwaltung der Geräte und erlauben es den Benutzern, spezifische Konfigurationen, Regeln oder Dashboards auf eine kleinere Anzahl von Geräten innerhalb einer Gruppe anzuwenden.

***

**F.** Wie weise ich Geräte einer Gruppe zu?

**A.** Nachdem die Gruppe mit dem Erstellen-Symbol auf der Gruppenseite erstellt wurde, bearbeiten Sie die neue Gruppe und fügen Sie Geräte hinzu, indem Sie sie aus einer einfachen Checkbox-Liste auswählen.


---

# 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:

```
GET https://docs.g-iot.io/de/faqs/gruppen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
