# CSV Import

{% stepper %}
{% step %}

### Prepare your data

To avoid creating duplicates, ensure your CSV includes the following fields:

* **Companies**: Company name, domain
* **Contacts**: Contact name, email address, company name, company domain
* **Deals**: Deal name, contact email, company domain

You can use this [import template](https://docs.google.com/spreadsheets/d/19S0jUQwulLzC4UX0bV-K_dEFcTpU14FI9MFg9IGoyhQ/copy) by:

1. Adding your records
2. Save each sheet as a CSV: File >> Download >> Comma Separated Values (.csv)
   {% endstep %}

{% step %}

### Import data

For importing data, you have two options:

1. Import each record type separately.

**Note:** You can do this under Records >> Companies/Contacts/Deals or Lists. If you import to lists, ensure the record types match, i.e., you can't import Companies to a Contacts list.

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

2. Import all CSVs at once by opening the URL [https://app.zero.inc/add-workspace/YOURWORKSPACE/import](https://app.zero.inc/add-workspace/zero-demo/import)
   {% endstep %}

{% step %}

### Map your fields and Import

<figure><img src="/files/X7w7DmqkeuM6fjHn1MAK" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.zero.inc/getting-started/data-import/csv-import.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.
