> For the complete documentation index, see [llms.txt](https://learn.erpag.com/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.erpag.com/project/products-and-services/label-templates/label-print-layouts.md).

# Label print layouts

After you designed your label template, you would have to set up your label print layout.&#x20;

```
Administration > label print layouts
```

![](/files/-LKXu4uMnwkpuVPs_rUo)

Click on create and select the printer: standard or zebra printer.

![](/files/-LKXuBtUYcyFy19Yv_ot)

Standard printer is a regular office printer. Here you will manage next fields:

* Description
* UOM – Unit of measure (inch/mm)
* Size (Letter, A4)
* Define margins: top, bottom, left, right
* Cell size (width, height)
* Columns
* Rows

And you will get a preview of your label print layout

![](/files/-LKXuJHLl2gaodiB1kCW)

Zebra printer is a printer which can print labels only in one column. Here you will manage all the columns like in a standard printer. You just won’t have an option to choose the size (Letter, A4).

![](/files/-LKXuOTiF_f4m5m1yJ0q)

When you click on the label printing button (whether it’s from the list of your products and services(through the bulk action), product itself or a purchase order) you will choose your label print layout from the offered menu.

![](/files/-LKXuV2x4tycSuxc4aBi)

And you will get a print preview of your designed label template on the label print layout you created.

![](/files/-LKXu_gofn2Kj6YXurUy)


---

# 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://learn.erpag.com/project/products-and-services/label-templates/label-print-layouts.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.
