> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/manage-inventory/create-and-print-labels/label-designer-inserting-text-objects.md).

# Insert text boxes into custom labels

You can insert different types of objects into labels, such as text boxes, fields, barcodes, lines, and pictures.

{% hint style="info" %}
You can edit existing labels. However, the best practice is to create a new label (which can be based on an existing label), and save the label with a new name. Refer to [**Create new labels using the Label Designer**](/store-manager/manage-inventory/create-and-print-labels/label-designer-select-label-format.md) for more information.
{% endhint %}

1. Click **Insert** and select **TextBox**. The cursor changes to a pencil icon.

<div align="left"><img src="/files/KBWFBC0udK6y33FdCE8a" alt=""></div>

2. Click and drag to draw a text box.

<div align="left"><img src="/files/0jp5zvTtH3tziIP5YXbP" alt=""></div>

3. On the **Properties** tab, under **Appearance**, enter the text that you want to display in the text box next to **Text**.

<div align="left"><img src="/files/9bnxoRCt4aykWLKfpXOX" alt=""></div>

4. Adjust the size and position of the text box in the label:
   1. Click the **Select mode** icon in the ribbon.
   2. (Optional) Resize the text box. Start by clicking a corner or edge and dragging until the text box is the approximate size that you need. Continue to refine the text box size by entering specific measurements under **Layout** next to **Size**.
   3. (Optional) Adjust the position of the text box. Start by clicking and dragging the text box to the approximate position that you need. Continue to refine the text box position by entering specific measurements under **Layout** next to **Location**.

{% hint style="warning" %}
Make sure that the text box does not overlap with other objects in the label. Overlaps can cause printing issues.
{% endhint %}

<div align="left"><img src="/files/55cQUM3G4sljsykpqJea" alt=""></div>

<div align="left"><img src="/files/IG11JhcSSsOfMp3AcLKG" alt=""></div>

<div align="left"><img src="/files/h5igg6r312CwJKh2XmgQ" alt=""></div>

5. (Optional) If necessary, adjust the font style and size under **Appearance** next to **Font**.

<div align="left"><img src="/files/1nVID6ZJBQbpuC03SWUJ" alt=""></div>

6. Save your changes.
7. Print the label to test the text box size and position, and the readability of the text.


---

# 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.rmhpos.com/store-manager/manage-inventory/create-and-print-labels/label-designer-inserting-text-objects.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.
