# CSV import

This is a sample of the CSV format and some sample data:

```
customerid;firstname;lastname;telephonenumber;emailaddress;
1231235435;test;dfgdfg;+31612312311;test@test.com;
1231235435;test;dfgdfg;+31612312311;test@test.com;
```

Please copy the first row and use it as the first row of your CSV file.

All telephone numbers **must** be in valid E.164 international format, example: +31612312311.&#x20;

{% hint style="info" %}
Omnidesk will provide a secure SFTP account if asked so you can safely transfer the CSV to us.
{% 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://docs.omnidesk.io/omnidesk/link-customer/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.
