> For the complete documentation index, see [llms.txt](https://docs.novacura.com/flow-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/labelled-static-text.md).

# Labelled static text

## Add a Labelled Static Text

1. Open an existing [application ](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/applications/create#create-application)or create a new one in an [application package](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/application-packages) and open it in the Designer.

   1. Add a User step.&#x20;
   2. Add a Labelled Static Text.
   3. In the Label, write "This is the label header".&#x20;
   4. In Text, write “I, {userId}, created this labelled static text".
   5. Check the “Use large font” checkbox
   6. Click the **Play** button in the top right-hand corner to run the application in diagnostic mode.

   <figure><img src="/files/ktz2MfQHTPk0wCzcNARg" alt=""><figcaption><p>You will see your own userId.</p></figcaption></figure>
2. Go back to the Designer.

   1. In the Condition To Hide, write “{userId = “*your user id”*} *(the user Id you saw in the static text in the first part)*
   2. Run the application in diagnostic mode again.

   <figure><img src="/files/18jiW3pvUU6bcbbiO5jd" alt=""><figcaption><p>The labelled static text is now hidden since the condition is fulfilled.</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/how-to-guides/create-user-step-controls/labelled-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.
