> 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/verbindung-und-konfiguration.md).

# Verbindung und Konfiguration

Die zentrale Einrichtung erfolgt auf der Seite DPD Konfiguration. Hier hinterlegen Sie Zugangsdaten, wählen den Diensttyp, steuern Druck- und Versandmaske und schalten einzelne DPD-Funktionen frei.

Die DPD-Einrichtung besteht aus drei Ebenen:

1. **Einrichtungsassistent** für die sichere Grundeinrichtung,
2. **DPD Konfiguration** für alle erweiterten Betriebsoptionen,
3. **Stammdaten** für Produkte, Konten, Absender, Boxen und Artikel.

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Assistent</strong></td><td><a href="/dpd-connector-premium/erste-schritte/einrichtungsassistent.md">Zugang, Modus, Absender und Druck</a></td></tr><tr><td><strong>Vollständige Konfiguration</strong></td><td><a href="/dpd-connector-premium/verbindung-und-konfiguration/dpd-konfiguration-feldreferenz.md">Versandmaske, Teillieferung, Smart Packing und Betrieb</a></td></tr><tr><td><strong>Druck und Versandmaske</strong></td><td><a href="/dpd-connector-premium/verbindung-und-konfiguration/etiketten-druck-und-versandmaske.md">Dokumente und Ausgabewege</a></td></tr><tr><td><strong>Depot-Konten</strong></td><td><a href="/dpd-connector-premium/stammdaten-einrichten/depot-konten-multi-mandant.md">Mehrere DPD-Zugänge und Versandstandorte</a></td></tr></tbody></table>

{% hint style="info" %}
Änderungen an Zugang, Betriebsmodus oder Depot-Konten sollten zuerst in der Sandbox geprüft werden. Nutzen Sie Produktion erst nach einem erfolgreichen End-to-End-Test von Upload, Etikett, Tagesabschluss und Tracking.
{% 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/verbindung-und-konfiguration.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.
