# Import customer data

{% hint style="info" %}

* This feature is available for **All** plans.
  {% endhint %}

### Introduction

Joy Loyalty's customer data import and export features help you easily manage your customer data by exporting it into a CSV file, making necessary adjustments, and re-importing it seamlessly.

You can update customer points directly in the file, with positive values adding and negative values subtracting points. Additionally, you can add customers's birthday for consistency.

### How to import customer data

{% stepper %}
{% step %}
Choose **Customers** > Click **Import.**
{% endstep %}

{% step %}
There are 2 ways to edit the CSV file for importing customer data:

* Edit from our template file
* Edit from your own customer data file
  {% endstep %}

{% step %}
Select import actions you want to take in **Import actions** section.

* Add points to existing customer balances
* Reset existing customer's point balances
* Update the birthday for existing customers
  {% endstep %}

{% step %}
Select **Add file** to add your customer data file.
{% endstep %}

{% step %}
Click **Import.**
{% endstep %}
{% endstepper %}

{% embed url="<https://app.arcade.software/share/vC4GwHlm4vMH0xcY02aW>" %}

{% hint style="success" %}
**FAQ: Does adjusting a customer's points affect their tier status?**

Currently, adjusting a customer's points does not affect their tier status.

The customer's tier will only change according to the settings in [VIP Tier](https://help.joy.so/membership/vip-tiers#how-to-set-up-vip-tiers-feature) or if you manually adjust the tier on the customer's detailed information page.
{% endhint %}

{% hint style="warning" %}
**Important note:**

* You must name the column **'Birthday(MM/DD)'.**
* You must enter data in the format MM/DD (**xx month/ xx date**), for example: 03/03 is the correct format, while 3/3 is incorrect."
  {% endhint %}


---

# 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.joy.so/customers/import-customer-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.
