# Import

{% hint style="success" %}
Ergonode Transfer only supports simple file import via the HTTP protocol. Google Drive, MS Sharepoint, etc, are not supported.
{% endhint %}

{% hint style="info" %}
The file size limit is 350MB for a zip file and 1000MB for a file inside the zip.
{% endhint %}

If you are just starting to work with Ergonode, remember that adding products will only be possible if elements such as attributes and their options, templates, template sections, appropriate units, multimedia, or categories have been created beforehand.&#x20;

If the products.csv import file refers to items that do not exist in Ergonode, the import will fail.&#x20;

You can add missing elements within one import - remember to configure the import profile properly and include appropriate CSV files.

{% hint style="info" %}
In a multimedia.csv file, the link must be HTML encoded, which means that special characters need to have their value. Ex: space is %20
{% endhint %}

To create a new import, click on + NEW IMPORT and follow the instructions [here](/system/ergonode-transfer/import/creating-a-new-import-job.md).

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

To start an import, follow the instructions [here](/system/ergonode-transfer/import/running-importing-data.md).

To delete the import profile, click on the bin icon.

<figure><img src="/files/dm37kr6uOtmm84TuAk08" 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://usermanual.ergonode.com/system/ergonode-transfer/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.
