> 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/schnellstart-in-5-minuten.md).

# Schnellstart in 5 Minuten

Diese Kurzanleitung bringt Sie im Eiltempo zur ersten Sendung. Ausführliche Erklärungen finden Sie in den verlinkten Seiten.

Diese Kurzanleitung führt von der Einrichtung bis zur ersten kontrollierten Sendung.

{% stepper %}
{% step %}

#### Berechtigungen zuweisen

Weisen Sie den vorgesehenen DPD-Berechtigungssatz zu. Für Gefahrgut, mehrere Depot-Konten sowie Tracking/POD wird zusätzlich die Premium-Berechtigung beziehungsweise der Premium-Plan benötigt.
{% endstep %}

{% step %}

#### Einrichtungsassistent ausführen

Suchen Sie nach **DPD Versand konfigurieren** und erfassen Sie Zugang, Modus, Standard-Absender sowie Druckformat.
{% endstep %}

{% step %}

#### Erweiterte Konfiguration prüfen

Öffnen Sie danach **DPD Konfiguration**. Der Assistent bildet bewusst nur die Grundeinrichtung ab. Prüfen Sie dort Versandmaske, Teillieferungen, Smart Packing, Tracking, Diagnose, Absender und Rücksendeadresse.
{% endstep %}

{% step %}

#### Produkte aktivieren

Öffnen Sie **DPD Versandprodukte** und aktivieren Sie nur die Produkte, die Ihr DPD-Vertrag unterstützt.
{% endstep %}

{% step %}

#### Stammdaten pflegen

Pflegen Sie Artikelgewichte und Versandmaße. Für Gefahrgut sind Gefahrgutkennzeichen, UN-Nummer, Verpackungscode oder Verpackungsgruppe sowie Gefahrgutgewicht je Stück erforderlich.
{% endstep %}

{% step %}

#### Testsendung anlegen

Öffnen Sie einen Verkaufsauftrag und die **grafische DPD-Versandmaske**. Prüfen Sie Konto, Adressen, Produkt und Paketinhalt.
{% endstep %}

{% step %}

#### Senden und alle Seiten prüfen

Senden Sie an DPD. Prüfen Sie Sendungsnummer, Paketstatus und **Etikettenseiten**. Bei Gefahrgut muss nach dem Versandetikett ein zusätzlicher Gefahrgut-Beizettel vorhanden sein.
{% endstep %}

{% step %}

#### Tagesabschluss kontrollieren

Öffnen Sie **DPD Tagesabschluss**, prüfen Sie Pakete, Gewicht, Stornos und ADR-Punkte und erzeugen Sie die benötigten Dokumente.
{% endstep %}
{% endstepper %}

Weiter: [Einrichtungsassistent](/dpd-connector-premium/erste-schritte/einrichtungsassistent.md), [DPD-Konfiguration](/dpd-connector-premium/verbindung-und-konfiguration/dpd-konfiguration-feldreferenz.md), [Grafische Versandmaske](/dpd-connector-premium/sendungen-erstellen/grafische-dpd-versandmaske.md).


---

# 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/schnellstart-in-5-minuten.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.
