# Labeled static text

The labelled static text control can be used to structure data in a good way on the screen.\
For example Label = "Order no:" and text = "{orderNo}" (a variable for the order number). The result is shown in the picture below.

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

* **Label**\
  Enter a text that will be displayed to the user.
* **Text**\
  Enter a text that will be displayed to the user.
* **Use Large Font**\
  Check the box to make the font size of the text larger.
* **Condition To Hide**

  Add the condition that must be met for the control to be hidden. If left empty, the control will be visible in the user step. Note that when controls are hidden, empty variables will be created, unless default values or pre-defined data exist.

![](/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/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.
