# Importing data

Importing your historical data from another Zigpoll survey allows you to take advantage of Zigpoll's analysis tools and ensure you have all your data in one place.

This requires you to export your Zigpoll responses from your old survey and then ensuring it is properly formatted in the CSV.

#### Exporting your historical response data from Zigpoll

You can find the export functionality in the sidebar under Settings -> General -> Download Export File

<figure><img src="/files/9nv8UIb9S2VuY489prdT" alt=""><figcaption></figcaption></figure>

#### Preparing your data for import

[Click here](https://www.zigpoll.com/sample_zigpoll_import.csv) to download a sample CSV file.

The columns headers are as follows:

1. Slide ID. You can get the ID for your slide by going to Apps -> Zigpoll -> Surveys -> Select your survey -> Slides -> Select your slide -> Click the dashboard tab.
2. shopify\_customer\_id -> A special header for Shopify customer ids, you can ignore if you don't have them.
3. shopify\_order\_id -> A special header for Shopify customer ids, you can ignore if you don't have them.
4. order\_value -> The value of a particular order. This can be ignored if it's not related to a transaction.

Any additional metadata not listed above will be included as metadata for the survey response.

If you need help migrating data and preparing your CSV (even if it's coming from another provider), please [contact us](https://www.zigpoll.com/contact) and we will be happy to help you with this!

<figure><img src="/files/4TLX375D6jweWQSFm5Fc" 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://docs.zigpoll.com/polls/importing-data.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.
