> 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

## Schnellstart in 5 Minuten

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

{% hint style="info" %}
**Voraussetzung:** Die App ist installiert (siehe [Installation](/dpd-connector-premium/erste-schritte/installation.md)) und Sie haben Ihre DPD-Zugangsdaten zur Hand (Delis-ID/Passwort **oder** Cloud User ID/Token).
{% endhint %}

{% stepper %}
{% step %}

#### Einrichtungsassistent starten

Suchen Sie nach **DPD** und öffnen Sie den [Einrichtungsassistenten](/dpd-connector-premium/erste-schritte/einrichtungsassistent.md). Er führt Sie durch Zugangsdaten, Absenderadresse und Grundeinstellungen.
{% endstep %}

{% step %}

#### Im Sandbox-Modus bleiben

Lassen Sie den Modus zunächst auf **Sandbox**. So testen Sie gefahrlos, ohne echte Sendungen zu erzeugen. Der Wechsel erfolgt später über den [Go-Live](/dpd-connector-premium/verbindung-and-konfiguration/sandbox-and-produktivbetrieb-go-live.md).
{% endstep %}

{% step %}

#### Produkte aktivieren

Aktivieren Sie unter [Versandprodukte & SOCodes](/dpd-connector-premium/stammdaten-einrichten/versandprodukte-and-socodes.md) mindestens **DPD Classic**. Nur aktivierte Produkte erscheinen in der Versandmaske.
{% endstep %}

{% step %}

#### Erste Sendung erstellen

Öffnen Sie einen Verkaufsauftrag → **DPD Versand** → Paket anlegen (Smart) → Gewicht prüfen → **An DPD senden**. Der komplette Ablauf steht unter [Vom Auftrag zum Etikett](/dpd-connector-premium/sendungen-erstellen-praxis/vom-auftrag-zum-etikett.md).
{% endstep %}

{% step %}

#### Etikett drucken & Tagesabschluss

**Labels** drucken. Am Ende des Tages die Ladeliste über **DPD Tagesabschluss** erstellen – siehe [Sendung stornieren & Tagesabschluss](/dpd-connector-premium/sendungen-erstellen-praxis/sendung-stornieren-and-tagesabschluss.md).
{% endstep %}
{% endstepper %}

### Wie geht es weiter?

* **Kein Auftrag vorhanden?** Nutzen Sie den [Direktversand (ohne Verkaufsbeleg)](/dpd-connector-premium/sendungen-erstellen-praxis/direktversand-ohne-verkaufsbeleg.md).
* **Viele Aufträge auf einmal?** Der [Stapelversand](/dpd-connector-premium/sendungen-erstellen-praxis/stapelversand-mehrere-auftrage.md) erledigt alles mit einem Klick.
* **Besondere Sendungen?** Siehe die [Praxisleitfäden](/dpd-connector-premium/sendungen-erstellen-praxis.md) zu Gefahrgut, Zoll, Paketshop, Retoure & Co.
* **Fragen?** Die [FAQ](/dpd-connector-premium/faq-and-fehlerbehebung/haufige-fragen-faq.md) beantworten die häufigsten Punkte.


---

# 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.
