# Import Users

To import your customer list, follow these steps:

1. Navigate to Users Management > Users.
2. Click on "Import users data."
3. Ensure the imported data adheres to the following format:
   * **Include Header:** Please include the header when importing your Excel file.
   * **Save as CSV:** Save the Excel file as a CSV before importing.
   * **Blank Data:** If customer data is blank, leave it as is during the import process.
   * **Phone Numbers:** Ensure that phone numbers start with the country code.

Here is the link to the template you can use: [Customer List Import Template.](https://docs.google.com/spreadsheets/d/1E2CTTY0ihyv-_MImETLK_oG5Ne11wyI-_hxCn_0RJbI/edit#gid=917307322)

<figure><img src="/files/7baDfoliAImL1mRETMqW" 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.getautonomo.com/users/import-users.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.
