> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/deutsch/overview-and-basics/architecture-1.md).

# Architektur

## Cloud-Kunde

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

## On-Premise-Kunde

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

Doc**Bits** integriert sich nahtlos mit Infor LN/M3 über die ION API, ION Desk und Infor Standard BODs. Unsere API-Integration ermöglicht es uns, Daten an Infor zu exportieren und die Stammdatenvalidierung in Doc**Bits** durchzuführen.

## **DocBits Operator** Architektur

Alle Verbindungen zwischen den Komponenten sind durch branchenübliche Verschlüsselungsprotokolle gesichert. SSH, HTTPS und andere sichere Kanäle gewährleisten die Integrität und Vertraulichkeit der Daten im gesamten System.

**On-Premise:**

<figure><img src="/files/YltWdjGyOz1E6nDlRTQB" alt="DocBits Bild"><figcaption></figcaption></figure>

**Cloud:**

<figure><img src="/files/e7L2WOLzGNC3LWSUUKO4" alt="Bestellung Export Übersicht"><figcaption></figcaption></figure>

## Datenexport nach Infor

Wir verwenden die ION API, um das PDF mit Attributen an IDM und das BOD Sync.CaptureDocument an ION Desk zu senden. In ION Desk transformieren wir das Sync.CaptureDocument in die gewünschten Ziel-BODs basierend auf dem verarbeiteten Dokumenttyp. Diese transformierten Infor BODs werden dann automatisch in LN oder M3 importiert.

{% hint style="info" %}
Export nach [Infor](/deutsch/infor-integration-and-configuration/exporting-to-infor-1.md)
{% endhint %}

## Stammdatenvalidierung in DocBits

Um den Lieferanten zu identifizieren oder Einkaufsbestellzeilen zu vergleichen/abzugleichen, aktivieren wir einen Trigger in LN/M3, der die BODs Sync.RemitToPartyMaster, Sync.SupplierPartyMaster und Sync.PurchaseOrder an Doc**Bits** sendet. Wir konfigurieren diesen Prozess in ION Desk, indem wir den Datenfluss zu einem bestimmten Verbindungspunkt zu Doc**Bits** definieren.

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

{% hint style="info" %}
[Stammdatenvalidierung](/deutsch/infor-integration-and-configuration/importing-customer-master-data.md)
{% endhint %}

## E-Mail-Import OAuth Office365

![](https://raw.githubusercontent.com/Fellow-Consulting-AG/docbits/refs/heads/main/readme/.gitbook/assets/o365_architecture.png)


---

# 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.docbits.com/deutsch/overview-and-basics/architecture-1.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.
