> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/en/faq/faq-pour-le-parametrage/importer-un-fichier-client-dans-yoplanning.md).

# Importer un fichier client dans Yoplanning

### **What is the purpose of importing a customer file?**

Importing a customer file allows you to massively transfer customer data to Yoplanning. This feature is ideal for integrating existing customer lists without manually adding them one by one.

### **Steps to import a customer file**

As a Yoplanning customer, you cannot import your customer files directly into the application yourself. However, you can ask Yoplanning support to do it for you. Here's how to do it:

1. **File preparation**:
   * Prepare an **Excel or CSV** file with the necessary information.
   * Minimum columns should include:
     * **Name**
     * **First name**
     * **Email** (required)
   * You can also add additional information like the mailing address by separating the following into separate columns: address, zip code, city, and country.
2. **Import conditions**:
   * Only customers with a valid email address can be imported. Lines without an email will not be considered.
3. **Sending the file to support**:
   * Send the prepared file to the following email address: **<support@yoplanning.com>**
4. **Validation by support**:
   * Once your file is received, the support team will check its format and import the data into your Yoplanning account.

### **Best practices**

* **Check email validity**: Make sure each customer has a valid email address, as this is a mandatory requirement for importing.
* **Uniform Format**: Use a consistent format for each column to avoid errors during import.

**For any further assistance, please do not hesitate to contact Yoplanning support at <support@yoplanning.com>.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.yoplanning.support/en/faq/faq-pour-le-parametrage/importer-un-fichier-client-dans-yoplanning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
