> 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/contacts.md).

# Contacts

The Contacts module is designed to **efficiently manage all contact-related operations**. It allows users to **add, edit, delete and mark contacts**. In addition, it supports **bulk import and export of contacts**, which facilitates the management of large contact lists.

## Add manually

Adding contacts manually is very simple. All you have to do is click on the ‘Add contact’ button and fill in the required fields (name and telephone number).

&#x20;

<figure><img src="/files/c0I1E8p9bITntNinhko3" alt=""><figcaption><p>Add contact manually</p></figcaption></figure>

<figure><img src="/files/9AQS4Lc42oOwPKj14hGD" alt=""><figcaption><p>Fill in contact fields</p></figcaption></figure>

### Mass import&#x20;

Easily import multiple contacts at once using CSV or Excel files. This function maps the columns of the files to the fields of the contacts, simplifying the import process.

#### Column mapping&#x20;

* First name (required)&#x20;
* Last name Phone (required, starts with country code)&#x20;
* Email&#x20;
* Group name (if the group name does not exist, it will be added automatically)

<figure><img src="/files/HiBLYoIArZcmRpnVb2TF" alt=""><figcaption><p>Import contacts en masse</p></figcaption></figure>

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

### Mass export&#x20;

Export bulk contacts to Excel files for backup, reporting or use in other systems.

<figure><img src="/files/OQis96WSl484w0BJhTUh" alt=""><figcaption></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/contacts.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.
