> 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/datanorm_en_us/getting-started/navigation.md).

# Navigation

## The role centre

The **DATANORM** role centre brings together everything you need day to day. Assign it under **My Settings → Role**.

<table><thead><tr><th width="230">Area</th><th>Contents</th></tr></thead><tbody><tr><td><strong>Ribbon</strong></td><td>The <strong>Import</strong>, <strong>Setup</strong> and <strong>Master Data</strong> groups.</td></tr><tr><td><strong>Quick links</strong></td><td>Direct links to <strong>Items</strong>, <strong>Import Sessions</strong> and <strong>Article Staging</strong>.</td></tr><tr><td><strong>Actions</strong></td><td><strong>Import DATANORM File</strong> and <strong>Export DATANORM</strong>.</td></tr><tr><td><strong>DATANORM Activities</strong></td><td>Tiles showing the current state; clicking one opens the underlying list.</td></tr><tr><td><strong>Insights</strong></td><td>The most recent import sessions with status and record count.</td></tr></tbody></table>

## The tiles

<table><thead><tr><th width="120">Group</th><th width="230">Tile</th><th>Meaning</th></tr></thead><tbody><tr><td>Imports</td><td><strong>Pending</strong></td><td>Sessions not processed yet.</td></tr><tr><td>Imports</td><td><strong>Processing</strong></td><td>Sessions currently running.</td></tr><tr><td>Imports</td><td><strong>Completed</strong></td><td>Fully processed sessions.</td></tr><tr><td>Imports</td><td><strong>Failed</strong></td><td>Sessions with an error – look here first.</td></tr><tr><td>Staging</td><td><strong>Pending Review</strong></td><td>Records waiting for your decision.</td></tr><tr><td>Staging</td><td><strong>Ready to Sync</strong></td><td>Approved records not yet transferred.</td></tr><tr><td>Staging</td><td><strong>Duplicates</strong></td><td>Records detected as duplicates.</td></tr><tr><td>Staging</td><td><strong>Errors</strong></td><td>Records whose synchronisation failed.</td></tr></tbody></table>

## The most important pages

<table><thead><tr><th width="300">Page</th><th>Purpose</th></tr></thead><tbody><tr><td><strong>DATANORM Setup</strong></td><td>Central configuration, see <a href="/pages/SmNVeqnSoKDzxJfC9bI8">Base Configuration</a>.</td></tr><tr><td><strong>DATANORM Import Sessions</strong></td><td>List of all imports; the entry point for a new import.</td></tr><tr><td><strong>DATANORM Article Staging</strong></td><td>Imported articles before they are applied.</td></tr><tr><td><strong>DATANORM Price Staging</strong></td><td>Imported price records.</td></tr><tr><td><strong>DATANORM Part Lists</strong></td><td>Imported sets and their BOM status.</td></tr><tr><td><strong>DATANORM Unit Mapping</strong></td><td>Unit mapping.</td></tr><tr><td><strong>DATANORM Product Groups</strong></td><td>Product groups from S records.</td></tr><tr><td><strong>DATANORM Discount Groups</strong></td><td>Discount groups from R records.</td></tr><tr><td><strong>DATANORM SFTP Setup</strong></td><td>Automated collection, see <a href="/pages/rlwBxNkLKCG3C02YPAqo">SFTP Import</a>.</td></tr><tr><td><strong>Export DATANORM File</strong></td><td>Export wizard, see <a href="/pages/FTWOqlIs0Fe51Sg00Kmr">DATANORM Export</a>.</td></tr></tbody></table>

{% hint style="info" %}
Every page is also reachable through the application search (magnifying glass) by searching for **DATANORM**.
{% endhint %}

## From the import session

An import session card is the hub of an import. From there you reach the staging data and the follow-up actions:

<table><thead><tr><th width="300">Action</th><th>Effect</th></tr></thead><tbody><tr><td><strong>Assign Vendor</strong></td><td>Assigns this import and all related staging data to a different vendor.</td></tr><tr><td><strong>Write Purchase Price List</strong></td><td>Writes purchase prices – and optionally sales prices – into the vendor's price lists.</td></tr><tr><td><strong>Show Purchase Price List</strong></td><td>Opens the price list that was created.</td></tr><tr><td><strong>Show Part Lists</strong></td><td>Shows the sets from this file.</td></tr><tr><td><strong>Build Part Lists</strong></td><td>Builds the assembly BOMs for all sets of this import.</td></tr></tbody></table>


---

# 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/datanorm_en_us/getting-started/navigation.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.
