# Importing existing Contacts

## **Overview**

InLeads allows you to seamlessly import your existing contact data into the platform. By importing contacts as CSV file, you can quickly populate your InLeads database and start tracking leads and sales

## **Preparing Your CSV File**

Before you begin the import process, ensure your CSV file is formatted correctly:

* **Column Headers:** Use clear and consistent column headers that match the fields available in InLeads (e.g., Name, Email, Phone, Company, etc.).
* **Data Consistency:** Verify that the data in each column is accurate and consistent.
* **Encoding:** Use UTF-8 encoding for your CSV file.

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

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

## **Importing Your Data**

1. **Navigate to the Import Page:** Log in to your InLeads account and locate the "Import Data" or "Import Contacts" section.
2. **Select CSV File:** Click the "Choose File" or "Upload CSV" button to select the CSV file from your computer.
3. **Map Fields:** InLeads will attempt to automatically map your CSV columns to the corresponding fields in the platform. Review the mappings carefully and make any necessary adjustments.
4. **Start Import:** Once the field mappings are correct, click the "Import" button to initiate the import process.
5. **Review Import Results:** After the import is complete, InLeads will provide a summary of the imported data, including the number of successful and failed records.

{% file src="/files/FsrrQHHhbyF988V7T1O1" %}


---

# 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://docs.inleads.ai/inleads/getting-started/importing-existing-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.
