> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/de/barcode-etiketten/etiketten-gestalten.md).

# Etiketten gestalten

***

#### **Welches Barcode-Format verwendet BoxHero?**

Wenn Sie in BoxHero einen Barcode automatisch generieren, erstellt das System eine 13-stellige Nummer im **EAN-13-Format**. Beim Gestalten eines Etiketts können Sie ein anderes Barcode-Format wählen. Wenn Sie keines auswählen, wird standardmäßig Code128 verwendet, da er eine breite Kompatibilität bietet.

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

#### **Welche Barcode-Typen werden unterstützt (1D, 2D, QR)?**

BoxHero unterstützt sowohl 1D-Barcodes als auch 2D-Barcodes.

* Für **1D**werden unterstützte Formate wie Code128, Code39, Code93, EAN-13, ITF und STF angeboten.
* Für **2D**unterstützt BoxHero QR-Codes und Data-Matrix-Codes.

#### **Kann ich die Etikettengröße oder das Layout anpassen?**

Ja. BoxHero bietet zwei Möglichkeiten, Etiketten zu erstellen: Sie können aus vorgefertigten Vorlagen für gängige Etikettenbögen und Thermorollen wählen oder ein benutzerdefiniertes Design erstellen, um ein Etikett von Grund auf mit voller Kontrolle über Layout, Größe und Positionierung zu gestalten.

Wenn Ihre Etikettengröße in den Vorlagen nicht aufgeführt ist, können Sie benutzerdefinierte Abmessungen manuell eingeben.

#### **Kann ich ein Bild oder Logo zu einem Barcode-Etikett hinzufügen?**

Ja. Verwenden Sie die <mark style="color:$primary;">`Benutzerdefiniertes Design erstellen`</mark> Option beim Drucken Ihrer Barcode-Etiketten. Dadurch haben Sie die volle Kontrolle über das Etikettenlayout, einschließlich der Möglichkeit, Bilder, Logos und benutzerdefinierten Text hinzuzufügen.

<figure><img src="/files/44b87701c0e7d1499f8e3d3f43d8ba0be30d8f3e" alt=""><figcaption></figcaption></figure>

#### **Kann ich Barcode-Etiketten als Bilddateien speichern?**

Nicht direkt. Barcode-Etiketten können nur als PDF gespeichert werden. Klicken Sie zum Herunterladen auf <mark style="color:$primary;">`Drucken`</mark> und wählen Sie <mark style="color:$primary;">`Als PDF speichern`</mark>.


---

# 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://www.boxhero.io/docs/faq/de/barcode-etiketten/etiketten-gestalten.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.
