# Grupos de Contacto

El módulo de **grupos de contactos** está diseñado para agilizar la **gestión de los grupos de contactos**. Permite a los usuarios añadir, editar y eliminar grupos de contactos. Además, admite la **importación y exportación masiva de grupos de contactos**, lo que facilita la gestión de grandes conjuntos de grupos y la organización eficaz de los contactos.

### Añadir grupos manualmente

Añadir grupos de contacto manualmente es muy sencillo, debemos pulsar el botón "Agregar grupo" y escribir su nombre.

<figure><img src="/files/j8znFXeo94DCiyiX0eN3" alt=""><figcaption><p>Añadir grupo manualmente</p></figcaption></figure>

<figure><img src="/files/05sI03Y4p7pXtRJXPyZM" alt=""><figcaption><p>Añadir nombre al grupo</p></figcaption></figure>

### Importar masivamente grupos

Para importar los grupos de contacto masivamente debemos tener un XLSX o CSV con únicamente una columna llamada "Group name" con el nombre del grupo.

<figure><img src="/files/jNBAhUX1C2puEGsxPAi2" alt=""><figcaption><p>Importar masivamente grupos de contacto</p></figcaption></figure>

<figure><img src="/files/bxNlhZlNtozfEUFyXiQo" alt=""><figcaption><p>Seleccionar fichero a importar</p></figcaption></figure>


---

# Agent Instructions: 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://wamoca.gitbook.io/wamoca-docs-es/our-platform/contact-groups.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.
