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

# Administrar dispositivos y grupos

La lista de dispositivos a la izquierda de **Dispositivos** es donde usted elige el dispositivo para configurarlo y mantener su flota organizada. A medida que crece la flota, la búsqueda, las etiquetas y los grupos facilitan encontrar rápidamente el dispositivo correcto y aplicar la configuración de forma coherente.

## Encontrar un dispositivo

* **Buscar por nombre**: Escriba en el cuadro de búsqueda para filtrar la lista y mostrar las etiquetas de dispositivos coincidentes.
* **Filtrar por etiqueta**: Reduzca la lista a los dispositivos que tengan una etiqueta seleccionada.
* **Explorar por grupo**: Los grupos se expanden y se contraen, y su estado se recuerda entre sesiones.

## Gestionar grupos

Los grupos le permiten organizar los dispositivos por departamento, función, sitio o cualquier esquema que se ajuste a su flota.

{% stepper %}
{% step %}

### Crear un grupo

Añada un grupo nuevo y asígnele un nombre (hasta **60 caracteres**) y un color para que destaque en la lista.
{% endstep %}

{% step %}

### Cambiar el nombre o el color

Edite el nombre de un grupo existente (hasta **60 caracteres**) o cambie su color en cualquier momento.
{% endstep %}

{% step %}

### Eliminar un grupo

Elimine un grupo que ya no necesite. Si el grupo todavía contiene dispositivos, se le pedirá que primero los mueva a otro grupo para que ningún dispositivo quede sin grupo.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Las etiquetas y los grupos son complementarios: un dispositivo pertenece a **un grupo** pero puede tener **múltiples etiquetas**. Use los grupos para la organización principal y las etiquetas para filtros transversales.
{% endhint %}

## Véase también

* [Etiqueta del Objeto](/docs/user/es/guide/devices-and-settings/object-management/object-label.md): asigne el grupo y las etiquetas de un dispositivo.


---

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