# Label

The **Label Object** essentially acts as a text box for a label. Any text can be added to the **Label** using the `Text` **Attribute** in the **Attribute Editor**.

Initially, the **Label** displays the text `Enter text here`.

![Just Created Label.](/files/5lxg2uirpdXrjN0Xdj4O)

Locating the `Text` **Attribute**, any text can be inputted to provide clear information for a *User Interface*. Here, the test text `Hello World` is supplied.

![Label with Hello World.](/files/qDjtxZAzvDhCIccdKRUk)

There is also the **Get LabelText Node**. More information can be found [here.](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/incari/vector/label/README.md)

## Translation

It is also possible to switch to `Translation` by clicking the right-most icon of the `Text` **Attribute**.

![Static Text and Translation.](/files/rlHM6TOVaqi568k8xIln)

This lets the user access the `.local` file provided in the [**Project Settings**](/incari-studio/modules/project-settings/localization.md). The keys will appear as options in the `Translation` dropdown. The translation of the current language will be used. This is set in the **Project Settings** but can be altered with the [**Localization Nodes**](/incari-studio/toolbox/localization.md).

## Font

The **Font Attributes** control customizable settings of the **Label's** font. `Font Family` allows one to select a generic font family (`Manrope` or `Source Code Pro`) or a custom font that has been added in [**Project Settings**](/incari-studio/modules/project-settings/fonts.md).

**Label Objects** are capable of handling [*variable fonts*](/incari-studio/modules/project-settings/fonts.md#variable-fonts) and let the user configure certain aspects, called `Parameters`. The *gif* below demonstrates what a font looks like with no `Parameters` in its **Attributes** and what it looks like when the user switches to a font that does.

![No Parameters vs. Four Parameters.](/files/cdrzbIXpCgS2mOJPdEDH)


---

# Agent Instructions: 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:

```
GET https://docs.incari.com/incari-studio/objects-and-types/scene-objects/label.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
