> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/universal-import/einfuhrung/publish-your-docs.md).

# Quickstart

Diese Anleitung führt Sie vom Anlegen einer Import-Zuordnung bis zum abgeschlossenen Import und dem Prüfen im Protokoll. Begriffe wie **Universal Import**, **Import-Zuordnungen** und **Import-Protokoll** finden Sie über die Suchfunktion (Icon: Lupe) in Business Central.

{% stepper %}
{% step %}
Öffnen Sie die Seite **Import-Zuordnungen** über die BC-Suche.
{% endstep %}

{% step %}
Klicken Sie auf **Neu**, um eine neue Zuordnung anzulegen.
{% endstep %}

{% step %}
Vergeben Sie einen aussagekräftigen **Namen** (z. B. „Artikelimport Q2“).
{% endstep %}

{% step %}
Wählen Sie den **Dateityp**: Excel, CSV, XML oder JSON passend zu Ihrer Quelldatei.
{% endstep %}

{% step %}
Wählen Sie die **Zieltabelle** (z. B. Artikel), in welche die Daten geschrieben werden sollen.
{% endstep %}

{% step %}
Speichern Sie die Zuordnung. Öffnen Sie anschließend die Seite **Universal Import** (ebenfalls über die Suche).
{% endstep %}

{% step %}
Wählen Sie in der Liste Ihre eben angelegte [**Import-Zuordnung**](/universal-import/schritt-fur-schritt-anleitung/editor.md) aus.
{% endstep %}

{% step %}
Klicken Sie auf **Datei hochladen** und wählen Sie Ihre Datei vom Rechner aus.
{% endstep %}

{% step %}
Prüfen Sie die **Spaltenzuordnung**: Ordnen Sie jede relevante Quellspalte dem gewünschten Zielfeld in Business Central zu.
{% endstep %}

{% step %}
Klicken Sie auf **Vorschau**, um zu sehen, welche Aktionen für jede Zeile vorgesehen sind.
{% endstep %}

{% step %}
Werten Sie die Vorschau aus: erkennen Sie **Einfügen**, **Aktualisieren**, **Überspringen** und etwaige **Fehler**, bevor Sie importieren.
{% endstep %}

{% step %}
Klicken Sie auf **Daten importieren**, wenn die Zuordnung und die Vorschau Ihren Erwartungen entsprechen.
{% endstep %}

{% step %}
Öffnen Sie das [**Import-Protokoll**](https://docs.solutioo.de/universal-import/einfuhrung/pages/AD9lDCmpddI5WAY92HgG#id-3.-import-vorschau) (Seite über die Suche), um Details zum Importverlauf, Meldungen und ggf. Exportmöglichkeiten zu prüfen.
{% endstep %}
{% endstepper %}

<br>


---

# 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://docs.solutioo.de/universal-import/einfuhrung/publish-your-docs.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.
