# 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: 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-en/our-platform/contacts.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.
