> For the complete documentation index, see [llms.txt](https://usermanual.ergonode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usermanual.ergonode.com/system/ergonode-transfer/import/creating-a-new-import-job.md).

# Creating a new import job

To create a new import profile click on *+ NEW IMPORT*.&#x20;

| Field                  | Description                                          |
| ---------------------- | ---------------------------------------------------- |
| Import name            | Can be anything must be unique                       |
| Include in the imports | Allows to choose what types of data will be imported |
| Delimiter              | Choose a delimiter used in a file                    |

{% hint style="info" %}
Then there is an option to add headers. If you opt for that, you will need to fill in two additional fields – Key and Value, one each for every header. Headers are attributes used as HTTP Headers to be sent by import process HTTP Client. For example, those can be used to authorize when requesting multimedia files via URL.
{% endhint %}

<figure><img src="/files/bae7wTCAcumtTCVQ9ZSC" alt=""><figcaption></figcaption></figure>

Fill in all fields and click *CREATE* to create and save the profile or *CREATE & EDIT* to save and open it.

{% hint style="info" %}
CSV files must be compressed into a .zip archive in order to be acceptable for import into Ergonode.
{% endhint %}


---

# 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:

```
GET https://usermanual.ergonode.com/system/ergonode-transfer/import/creating-a-new-import-job.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.
