> 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/apki-apps/o-funkcji-apki-apps/dostepne-aplikacje/channable-feed/konfiguracja.md).

# Konfiguracja

## Konfiguracja

W pierwszym kroku konfiguracji możesz ustawić następujące opcje:

<figure><img src="/files/0b2db75aa5826c4ab0a3774adce71809363ea33c" alt=""><figcaption></figcaption></figure>

| Pole                          | Opis                                                                                                                                          |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Język                         | Wybierz język, w którym wartości z Ergonode będą synchronizowane                                                                              |
| Separator kolumn              | Wybierz separator używany w pliku CSV \[średnik (;) lub przecinek (,)]                                                                        |
| Separator wartości            | Wybierz separator używany między wartościami w tej samej komórce \[średnik (;) lub przecinek (,) lub pionowa kreska (\|)]                     |
| Separator scalonych atrybutów | Wybierz separator używany między wartościami pobieranymi z różnych atrybutów w mapperze \[pionowa kreska (\|) lub myślnik (-) lub spacja ( )] |

Gdy będziesz gotowy, kliknij ***Następny krok*** przycisk.

## Mapowanie

Kolejnym krokiem jest utworzenie struktury pliku CSV i odwzorowanie atrybutów Ergonode. Kliknij ***Mapuj atrybuty*** przycisk, aby to zrobić.

<figure><img src="/files/9a2201808837dddd56993fc00da4f008244b15e7" alt=""><figcaption><p>Mapuj atrybuty</p></figcaption></figure>

Aby utworzyć nową kolumnę, przeciągnij i upuść atrybut z lewej na prawą stronę.

<figure><img src="/files/56f174145dac3c49379707a1a84c61cf6c025540" alt=""><figcaption></figcaption></figure>

Możliwe jest przypisanie więcej niż jednego atrybutu do tej samej kolumny. Nazwij nagłówek kolumny przed kontynuowaniem.

<figure><img src="/files/7e253dc1ecb58d19fe822d51133d302339db87fc" alt=""><figcaption></figcaption></figure>

Kolejność atrybutów można zmienić, przeciągając je.

<figure><img src="/files/6589a5b04194d6bf7dc4727e9179aa1aea43bce2" alt=""><figcaption></figcaption></figure>

Gdy będziesz gotowy, kliknij ***Zapisz odwzorowanie*** przycisk. Zostaniesz przeniesiony z powrotem do ekranu konfiguracji. Kliknij ***Zapisz odwzorowanie*** przycisk, aby zapisać wszystkie zmiany.


---

# 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/apki-apps/o-funkcji-apki-apps/dostepne-aplikacje/channable-feed/konfiguracja.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.
