> For the complete documentation index, see [llms.txt](https://docs.digably.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digably.io/contacts/how-to-import-contacts-from-a-csv-file.md).

# How To Import Contacts From A CSV File

{% embed url="<https://youtu.be/3gdIEgWuyI0>" %}

Importing contacts from a CSV file in Digably is a straightforward process that allows you to quickly add multiple contacts to your database.

***

#### 1. Click "Contacts"

To start, open the Contacts tab in the left side menu.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fcz54ucoyESWZzbf3ceTMBh%2FtocCpyng1nzLEQqqSiKdQ1_doc.png?alt=media&#x26;token=30d8a46c-4e62-4baf-9983-0bf6feb48f2a" alt=""><figcaption></figcaption></figure>

#### 2. Click "Import"

Then, click the "Import" button in the upper right.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fcz54ucoyESWZzbf3ceTMBh%2Fr23UJSDeWpraLe2uksvmbe_doc.png?alt=media&#x26;token=d9569e02-93d5-4e92-b5fd-0fb374c6fe13" alt=""><figcaption></figcaption></figure>

#### 3. Click "Download Example CSV File Headers"

If you would like, you can download the example CSV file headers by clicking on the button in the upper right. You can add your data in the downloaded sheet or just use the CSV file you already have. Just make sure that your file columns have headers.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fcz54ucoyESWZzbf3ceTMBh%2F9xb41j9rhV5iR4CdwRMWnB_doc.png?alt=media&#x26;token=82959188-4aea-4db7-8a9b-384a31f2b6cf" alt=""><figcaption></figcaption></figure>

#### 4. Ensure contact data is in the correct columns

In your CSV file, ensure that your contact data aligns with the correct column headers. For example, make sure the contacts' first names are all in the column with the first\_name header. Save your file.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fcz54ucoyESWZzbf3ceTMBh%2F35BJ1CmSStQBwbyuVpduA7_doc.png?alt=media&#x26;token=7701ef27-ce2e-4eaf-824f-e0de185e5858" alt=""><figcaption></figcaption></figure>

#### 5. Upload your file

Click on the screen or drag and drop to add your CSV file.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fcz54ucoyESWZzbf3ceTMBh%2Fv33WraQ5KjG6HTnLL6v2CE_doc.png?alt=media&#x26;token=8674a34f-0358-45e6-a072-e89d0aff2a8f" alt=""><figcaption></figcaption></figure>

#### 6. Select "Contacts"

Select "Contacts" from the dropdown menu, and click "upload file."

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fcz54ucoyESWZzbf3ceTMBh%2FoDKJmjN11gpBWGgHByDJiU_doc.png?alt=media&#x26;token=058a0a05-2161-4f07-980c-89b1dea8c822" alt=""><figcaption></figcaption></figure>

#### 7. Select "Match by Email"

In the "Contact Deduplication Rules" field, select "Match by Email." This will ensure that contacts already in your database will not be duplicated.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fcz54ucoyESWZzbf3ceTMBh%2FoX3K5G2EtffQ1f7HoVhPUR_doc.png?alt=media&#x26;token=1383517f-6a47-4c17-b283-d31367bf50e5" alt=""><figcaption></figcaption></figure>

#### 8. Ensure headers are mapped correctly and submit.

Make sure the headers from your CSV file (on the left) are mapped to the correct system fields (on the right). Then, click submit. Your new contacts have now been added to your system.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Fcz54ucoyESWZzbf3ceTMBh%2FtACWrS1MVk1vsG2naWrDgw_doc.png?alt=media&#x26;token=43202fbe-f834-4018-a490-d92fb565dd27" alt=""><figcaption></figcaption></figure>

This guide covered the steps to import contacts from a CSV file into Digably, including downloading the example CSV file headers, selecting the matching criteria, and submitting the imported contacts.


---

# 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://docs.digably.io/contacts/how-to-import-contacts-from-a-csv-file.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.
