> 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/it/etichette-barcode/progettazione-delle-etichette.md).

# Progettazione delle etichette

***

#### **Quale formato di codice a barre utilizza BoxHero?**

Quando generi automaticamente un codice a barre in BoxHero, il sistema crea un numero di 13 cifre nel **formato EAN-13**. Quando progetti un'etichetta, puoi scegliere un formato di codice a barre diverso. Se non ne selezioni uno, viene usato Code128 come impostazione predefinita perché offre un'ampia compatibilità.

<figure><img src="/files/2a58b88746817d3d8ebf9aba17e336c91daafeca" alt=""><figcaption></figcaption></figure>

#### **Quali tipi di codice a barre sono supportati (1D, 2D, QR)?**

BoxHero supporta sia codici a barre 1D che codici a barre 2D.

* Per **1D**, i formati supportati includono Code128, Code39, Code93, EAN-13, ITF e STF.
* Per **2D**, BoxHero supporta codici QR e codici Data Matrix.

#### **Posso personalizzare la dimensione o il layout dell'etichetta?**

Sì. BoxHero offre due modi per creare etichette: puoi scegliere tra modelli predefiniti per fogli di etichette comuni e rotoli termici, oppure creare un design personalizzato per costruire un'etichetta da zero con pieno controllo su layout, dimensioni e posizionamento.

Se la dimensione della tua etichetta non è elencata nei modelli, puoi inserire manualmente dimensioni personalizzate.

#### **Posso aggiungere un'immagine o un logo a un'etichetta con codice a barre?**

Sì. Usa l'opzione <mark style="color:$primary;">`Crea design personalizzato`</mark> quando stampi le tue etichette con codice a barre. Questo ti dà il pieno controllo sul layout dell'etichetta, inclusa la possibilità di aggiungere immagini, loghi e testo personalizzato.

<figure><img src="/files/0f15fba2e51bd01145dee0c98cb7c9c118aada9a" alt=""><figcaption></figcaption></figure>

#### **Posso salvare le etichette con codice a barre come file immagine?**

Non direttamente. Le etichette con codice a barre possono essere salvate solo come PDF. Per scaricare, fai clic su <mark style="color:$primary;">`Stampa`</mark> e seleziona <mark style="color:$primary;">`Salva come PDF`</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/it/etichette-barcode/progettazione-delle-etichette.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.
