> 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/ergonode-user-manual-pl/system/ergonode-transfer/import/tworzenie-nowego-zadania-importu.md).

# Tworzenie nowego zadania importu

Aby utworzyć nowy profil importu kliknij *+ NEW IMPORT*.&#x20;

| Pole                   | Opis                                                    |
| ---------------------- | ------------------------------------------------------- |
| Nazwa importu          | Może być dowolna, musi być unikalna                     |
| Uwzględnij w importach | Pozwala wybrać, jakie typy danych zostaną zaimportowane |
| Separator              | Wybierz separator użyty w pliku                         |

{% hint style="info" %}
Następnie istnieje opcja dodania nagłówków. Jeśli ją wybierzesz, będziesz musiał wypełnić dwa dodatkowe pola — Key i Value, po jednym dla każdego nagłówka. Nagłówki to atrybuty używane jako nagłówki HTTP wysyłane przez klienta HTTP procesu importu. Na przykład mogą być użyte do autoryzacji przy pobieraniu plików multimedialnych za pomocą URL.
{% endhint %}

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

Wypełnij wszystkie pola i kliknij *CREATE* aby utworzyć i zapisać profil lub *CREATE & EDIT* aby zapisać i otworzyć go.

{% hint style="info" %}
Pliki CSV muszą być skompresowane do archiwum .zip, aby mogły zostać zaimportowane do 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, and the optional `goal` query parameter:

```
GET https://usermanual.ergonode.com/ergonode-user-manual-pl/system/ergonode-transfer/import/tworzenie-nowego-zadania-importu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
