> For the complete documentation index, see [llms.txt](https://wamoca.gitbook.io/wamoca-docs-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wamoca.gitbook.io/wamoca-docs-en/our-platform/contact-groups.md).

# Contact Groups

The contact groups module is designed to streamline the **management of contact groups**. It allows users to add, edit and delete contact groups. It also supports bulk import and export of contact groups, making it **easy to manage large sets of groups** and organise contacts efficiently.

## Adding groups manually

Adding contact groups manually is very simple, just click on the ‘Add group’ button and type in their name.

<figure><img src="/files/j8znFXeo94DCiyiX0eN3" alt=""><figcaption><p>Add group manually</p></figcaption></figure>

<figure><img src="/files/05sI03Y4p7pXtRJXPyZM" alt=""><figcaption><p>Add group name</p></figcaption></figure>

## Mass import groups

To import contact groups in bulk we must have an XLSX or CSV with only one column called ‘Group name’ with the name of the group.

<figure><img src="/files/jNBAhUX1C2puEGsxPAi2" alt=""><figcaption><p>Mass import of contact groups</p></figcaption></figure>

<figure><img src="/files/bxNlhZlNtozfEUFyXiQo" alt=""><figcaption><p>Select file to import</p></figcaption></figure>


---

# 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://wamoca.gitbook.io/wamoca-docs-en/our-platform/contact-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.
