# Import members

There are 2 ways to import your customers' data into Beans. You can either import them with a CSV file or directly from any supported third-party application. Note that if you have your Shop (Shopify, WooCommerce, etc.. ) connected we will automatically fetch these customers into your Beans account, so you don't have to take any additional steps to import them.&#x20;

To import your members from a CSV file, just follow these steps.

#### Step 1

From the **All members** page, click on the **Actions** button and choose **Import members** in the dropdown menu.

![](/files/-MAWhj6qvFhCBjeCJUGd)

#### Step 2

Select the source you would like to import your members from. Select **CSV File** to import your members from a CSV file.&#x20;

![](/files/-MAWRO7cbUFVVXOsWrA7)

***Notes on CSV imports***

If you are importing your data from a CSV file, you will need to make sure that your data are well-formatted. Beans allows you to import custom data using the [custom fields](/members/custom-fields.md) but you will need to make sure you set up your custom fields before starting the import. Also, you need to make sure that your data contains the **email**, **first\_name,** and **last\_name** columns.&#x20;

To import a date, we recommend using the international ISO date format: YYYY-MM-DD.&#x20;

{% hint style="info" %}
Download a [sample CSV file](https://trybeans.s3.us-west-2.amazonaws.com/media/csv/import-customers-test-points-tiers.csv)
{% endhint %}

![](/files/-MAWjSmVdoA5hoNuzhR2)

#### Step 3

Whether you are importing from a CSV file or a third-party app, Beans lets you choose which data you would like to import. You will then be able to select a destination field for the imported data using the **map to field** option. If the field you would like to import your data to does not yet exist, you can use [Custom fields](/members/custom-fields.md) to add it.&#x20;

![](/files/-MAWlSNhlfrjuWkvSR1E)

#### Step 4

At last, you will be able to specify which list you would like the imported customers to be added to. You will also get the option to automatically enroll the imported customers into your rewards program, your referral program, or your Newsletter.

![](/files/-MAWq43LryrOW8xglwWK)


---

# 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.trybeans.com/members/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.
