# Label

This interface is label field that allows you to display some text.&#x20;

It does not allow you to input any text.

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

Label has the option to choose whether it is a multi-line label.

There is also the option to change the text size so it is relative to the height of the interface. (however there seems to be a bug? that once you enable it once, then disable again, the text does not go back to the original format. User needs to change the font size to something else and then change it back again)

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


---

# 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://stage-precision.gitbook.io/grid/widget-creation/creating-your-own-widgets/adding-interfaces/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.
