# Users file importer

### File structure <a href="#data-importcrm-filestructure" id="data-importcrm-filestructure"></a>

* One line per user
* Header on the file is needed for the matching
* Encoding: utf8
* The variable can not be calculated. It must be one line, one variable
* PGP or GPG key encryption are not supported. Files must be unencrypted before import.

Variables :

* it must be the same name of data variable (Variables are in uppercase, they will transcribe automatically in lowercase)
* You can add new variables. Don't forget to define them in DataCommander variable interface
* The CRM variables should be prefixed with "person." and custom variables by "person.custom."

### File example

{% file src="/files/7xBQTvh9yjcvHp68NjG9" %}


---

# 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://doc.commandersact.com/features/sources/sources-catalog/import-crm-users/users-file-importer.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.
