> 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/dpd-connector-premium/erste-schritte/voraussetzungen.md).

# Voraussetzungen

## Voraussetzungen

Bevor Sie den DPD Connector einrichten, stellen Sie sicher, dass die folgenden Punkte erfüllt sind.

### Business Central

| Anforderung        | Wert                                                         |
| ------------------ | ------------------------------------------------------------ |
| Produkt            | Dynamics 365 Business Central (Cloud/SaaS oder On-Premises)  |
| Application        | 26.0.0.0 oder höher                                          |
| Platform / Runtime | Runtime 15.0                                                 |
| Berechtigung       | Berechtigungssatz **`SOUDPDConnector`** (oder Administrator) |

### DPD-Vertrag & Zugangsdaten

{% tabs %}
{% tab title="Depot-Client (WebConnect)" %}
Für Kunden mit direktem DPD-Depotvertrag. Sie erhalten von DPD:

* **Delis-ID** (Benutzername)
* **Passwort**
* **Sendedepot-Nummer** (wird beim Login auch automatisch ermittelt)

Für Tests steht ein fester DPD-**Sandbox-Zugang** bereit (in der App hinterlegt) – hier sind keine eigenen Zugangsdaten nötig.
{% endtab %}

{% tab title="Cloud-Service (myDPD)" %}
Für Standardkunden über den myDPD Cloud-Service. Sie erhalten von DPD:

* **Cloud-Benutzer-ID**
* **Cloud-Benutzer-Token**

Zugangsdaten erhalten Sie von DPD unter <it@dpd.de>.
{% endtab %}
{% endtabs %}

### Optional: Azure (Tracking & Diagnose)

Nur erforderlich, wenn Sie die automatische Statusverfolgung oder die zentrale Diagnose nutzen möchten:

* Eine **Azure Subscription** (Function App, Consumption Plan, Windows)
* Eine **Entra App-Registrierung** für die Service-to-Service-Anbindung an BC
* Für SFTP: von DPD bereitgestellter **SFTP-Zugang mit SSH-Public-Key**

{% hint style="warning" %}
DPD akzeptiert für SFTP **ausschließlich SSH-Public-Key-Authentifizierung** (RFC 4716) – kein Passwort.
{% 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://docs.solutioo.de/dpd-connector-premium/erste-schritte/voraussetzungen.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.
