> 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/apps/about-apps-feature/available-apps/channable-feed/configuration.md).

# Configuration

## Configuration

In the first configuration step, you are able to set the following options:

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

| Field                       | Description                                                                                                                     |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Language                    | Choose a language in which values from the Ergonode will be synchronized                                                        |
| Column separator            | Choose a separator to use in the CSV file \[semicolon (;) or comma (,)]                                                         |
| Values separator            | Choose a separator to use between values in the same cell \[semicolon (;) or comma (,) or pipe (\|)]                            |
| Merged attributes separator | Choose a separator to use between values taken from different attributes in the mapper \[ pipe (\|) or a dash (-) or space ( )] |

When ready click on the ***Next Step*** button.

## Mapping

The next step is to create a CSV file structure and map Ergonode attributes. Click on the ***Map attributes*** button to do so.

<figure><img src="/files/AkA83tKiRmuPUTuYzhoU" alt=""><figcaption><p>Map attributes</p></figcaption></figure>

To create a new column drag and drop an attribute from left to right.

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

It's possible to map more than one attribute to the same column. Please name the column header before going further.

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

It's possible to change the attribute order simply by dragging.

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

When ready click the ***Save mapping*** button. You will be taken back to the configuration screen. Click on the ***Save mapping*** button to save all the changes.


---

# 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/apps/about-apps-feature/available-apps/channable-feed/configuration.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.
