> For the complete documentation index, see [llms.txt](https://signathor.gitbook.io/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://signathor.gitbook.io/manual/masivo/grupos.md).

# Grupos

### [1. Gestionar grupos](#1.-gestionar-grupos)

Es posible consultar los grupos registrados de su empresa para los envíos y filtrarlos por nombre y descripción.

![Vista de gestionar grupos](/files/NxsyORRC2BMJ1PLolcQg)

{% hint style="info" %}
Para exportar un listado con información de los grupos en formato PDF y EXCEL debe hacer click en sus respectivos íconos en la parte superior derecha.
{% endhint %}

Dentro del listado de grupos, en Acciones, al dar click izquierdo en el ícono de "Editar" se puede editar el detalle de cada grupo.

![](/files/13pKZTxWitWr0Z5VVTqM)

![Vista de detalle de grupo](/files/0xk37rvuHAuvSK3TEmbD)

Para agregar un integrante, seleccionar "agregar integrante" en la parte superior derecha de la lista.

![Lista de integrantes](/files/JMKEXISW71nX904xTDzH)

Debe completar el formulario con los siguientes datos:

![Formulario de registro de integrante](/files/Gujl8WJKQzpjJE72dNsD)

{% hint style="info" %}
Todos los campos son obligatorios.
{% endhint %}

### [2. Registrar grupo](#2.-registrar-grupo)

Para crear un grupo debe completar el siguiente formulario:

![Formulario de registro de grupo](/files/QYA2PHTwSmjZXSfQyVeT)

{% hint style="info" %}
Todos los campos son obligatorios.
{% endhint %}


---

# 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://signathor.gitbook.io/manual/masivo/grupos.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.
