> 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/datanorm-item-import/import-von-datanorm-dateien.md).

# Import von DATANORM-Dateien

- [Importprozess](https://docs.solutioo.de/datanorm-item-import/import-von-datanorm-dateien/importprozess.md): Der Kernablauf jedes Imports: von der Datei über das Staging bis zu Artikeln, Preisen und Stücklisten.
- [Manueller Import und Kreditorzuordnung](https://docs.solutioo.de/datanorm-item-import/import-von-datanorm-dateien/manueller-import.md): Eine DATANORM-Datei von Hand einlesen und dabei festlegen, zu welchem Kreditor sie gehört.
- [Automatischer SFTP-Import](https://docs.solutioo.de/datanorm-item-import/import-von-datanorm-dateien/sftp-import.md): DATANORM-Dateien automatisch von einem SFTP-Server abholen, verarbeiten und archivieren lassen.
- [Staging prüfen und freigeben](https://docs.solutioo.de/datanorm-item-import/import-von-datanorm-dateien/staging-pruefen.md): Die eingelesenen Daten kontrollieren, Duplikate klären, freigeben und in den Artikelstamm übertragen.
- [Duplikate und Validierung](https://docs.solutioo.de/datanorm-item-import/import-von-datanorm-dateien/duplikate-und-validierung.md): Wie die App erkennt, ob ein Artikel schon bekannt ist – und wie Sie Fehlmeldungen vermeiden.
- [Beispielimport](https://docs.solutioo.de/datanorm-item-import/import-von-datanorm-dateien/beispielimport.md): Ein vollständiger Durchgang mit Beispieldateien – von der Warengruppe bis zur Preisänderung.
- [Unterschiede DATANORM 4 und 5](https://docs.solutioo.de/datanorm-item-import/import-von-datanorm-dateien/unterschiede.md): Wo sich DATANORM 4 und DATANORM 5 unterscheiden und was das für Ihre Importe bedeutet.
- [Limitierungen](https://docs.solutioo.de/datanorm-item-import/import-von-datanorm-dateien/limitierungen.md): Was die App bewusst nicht abdeckt – damit Sie Erwartungen früh klären können.


---

# 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/datanorm-item-import/import-von-datanorm-dateien.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.
