# Importing new contacts

{% hint style="info" %}
All contacts messaging your connected social channel (WhatsApp only) will be automatically added to the contact list.
{% endhint %}

To begin, head to the Contacts page. Here you will see all of the contacts you have created before. Click "Import Contact" to add new contacts to the list.&#x20;

<figure><img src="/files/liiRxzdb1KnbkUZ5s2GT" alt=""><figcaption></figcaption></figure>

Afterwards, you will be directed to the first step. You may choose to download the Excel file or the CSV file. If you do not have Microsoft Excel, you can also choose to download the CSV file.

<figure><img src="/files/LuTFMcUL8W6HLBWoU1cs" alt=""><figcaption></figcaption></figure>

The following is an example of opening the Excel file in Microsoft Excel. Insert the contact's first name, last name, phone number, and email in the boxes below the headings. Note that emails are optional.

<figure><img src="/files/8Z84WEiacr6M117AGEEv" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
After you have input the contacts to the file, save it and return to ChatMonster. Hit "Next" to upload the file.&#x20;
{% endhint %}

You will be directed to the second step. Upload your completed file in the spaces provided after the system detects it as the correct format, and click "Next" to proceed.

<figure><img src="/files/eHA7YUkwkk4UyzDftHm3" alt=""><figcaption></figcaption></figure>

You will then be directed to the third step. You should see the number of contacts detected by the system. You should also see the first contact's details from your contact list. This is to ensure you have the right file uploaded to ChatMonster. Click "Next" to proceed.

<figure><img src="/files/wczayBEEgXNpmZam6I8v" alt=""><figcaption></figcaption></figure>

You may add tags to the newly imported contacts by clicking "+". Tags make it easier for you to identify a customer segment or group. An in-depth tutorial on adding tags can be seen by referring to [Adding tags](/features/contacts/adding-tags.md).&#x20;

Click on "Import contacts without tags" if you do not wish to add tags to your contacts.

<figure><img src="/files/qp0jCHRDp6zY2dS9aUEf" alt=""><figcaption></figcaption></figure>

Ta-da! A success message will pop out after the successful import of contacts. Click "View all contacts" to complete the procedure. Check if your newly imported contacts are shown in the contacts list to confirm.

<figure><img src="/files/LDgPOvDny5EDSlTE8FcP" 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://support.chatmonster.io/features/contacts/importing-new-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.
