# Labeled static text

The labeled static text control can be used to structure data in a good way on the screen.\
&#x20;For example: Label = "Order no:" and text = "{orderNo}" (a variable for the order number). The result will look like this:

Use your variables (with {}) and Flow script to make your texts generic.

* **Label**\
  &#x20;Enter a text that will be displayed to the user.
* **Text**\
  &#x20;Enter a text that will be displayed to the user.
* **Use Large Font**\
  &#x20;Check the box to make the font size of the text larger.

![](/files/-M-ofe5en6v5sZEMdwMF)


---

# 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://help.novacuraflow.com/6.12/development/flow-studio/applications/workflow/user-step/labeled-static-text.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.
