# Labeled static text

The labeled static text control comprises a label and text, serving to organize data on the screen.

Use variables enclosed in curly braces {} and FlowScript to make your text generic.

* **Label**\
  The label that will be displayed to the user.
* **Text**\
  The text that will be displayed to the user.
* **Use Large Font**\
  Check the box if you want to make the text font size larger.
* **Condition To Hide**

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

<figure><img src="/files/KMJYYrEl3pmp0VOuzS3K" 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://docs.novacura.com/flow-connect/reference/reference/designer/controls/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.
