> For the complete documentation index, see [llms.txt](https://csv4you-1.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://csv4you-1.gitbook.io/guide/seiten/datenpool.md).

# Datenpool

{% hint style="info" %}
Die Zuordnung der Produkte zu internen Kategorien ist eine wichtige Voraussetzung für den Export Ihrer Daten inkl. Shopkategorien im Bereich Export.
{% endhint %}

***

## Schnelleinstieg

Von Ihrem Lieferanten erhalten Sie Produktdateien, welche in unser System geladen werden können. Im optimalen Fall sind diese Dateien per URL oder FTP erreichbar, was ein späteres [automatisches Update](/guide/seiten/datenpool/cronjobs.md) erleichtert.

{% hint style="info" %}
CSV4YOU hat keinen Lieferanten fest eingebunden (außer [GALLAY](https://www.schmuckzone.de) Schmuck). Alle Lieferantendaten müssen von Ihnen in unser System importiert werden. Sprechen Sie uns gerne an, wenn wir diese [Aufgaben](https://www.csv4you.com/shop.html#service) für Sie übernehmen sollen.
{% endhint %}

#### Schritt 1

Sie erstellen für jeden Lieferanten eine eigene [Datenquelle](/guide/mein-konto/datenquellen.md). Damit wird sichergestellt, dass nur Produktdaten dieses Lieferanten bearbeitet und exportiert werden können. Diese Datenquelle muss vor dem Import ausgewählt sein (aktiv).

#### Schritt 2

Laden Sie im Bereich [Datenimport](/guide/seiten/datenpool/import.md) die Produktdatei(en) Ihres Lieferanten, wählen Sie die Art des Imports aus und weisen Sie im weiteren Schritt die Felder/Spalten der Quelldatei den vorhandene Feldern von CSV4YOU zu. Spaltenzuordnungen können als [Importvorlage](/guide/seiten/datenpool/import-template.md) abgespeichert werden, was einen späteren Import aus derselben Quelldatei erleichtert.

{% hint style="info" %}
Der Bestandsimport erfordert einen eigenen Import.
{% 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://csv4you-1.gitbook.io/guide/seiten/datenpool.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.
