# Import Customers

## Import from CSV

### Prepare a CSV file

To import customers from a CSV file, first, you need to prepare such a file.

Go to the "**Import**" section by pressing the according button in the main menu.

On the "**Import Customers (CSV)**" tab you will see the "**Instructions**" section where you can read about what are the requirements for the file that will be imported.

### Perform the import

#### Upload a file

On the same page press the "**Select File**" button and choose a file from your file system.

![](/files/oXS4aLvYiEoqXPwGIk4o)

Then press the "Upload" button and the file you've chosen will be uploaded to the server. \
After this, you will see a table with headers from your file so you can verify that it corresponds to the first row.

#### Map headers to fields from customer accounts and contact entities

Now you have to manually map the available account and contact fields to headers in your file so data can be set correctly during the import process. (all fields are optional, but we recommend mapping at least "Annual Revenue", "Account Name" and "Contact Email" fields)

![](/files/-MPEn37cZYGDFHG-EZg2)

Press the "**Start Import**" button to start the import process.

You will be able to see the import process status at the top of this tab. \
After the import process finishes, there will be the latest import stats displayed.&#x20;

🙌


---

# 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://help.prodcamp.com/operations/import-customers.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.
