# How-to guides

- [Create User Step controls](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls.md)
- [Header](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/header.md): This guide will take you through how to set up a header.
- [Static text](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/static-text.md): This guide will take you through how to set up a static text.
- [Labelled static text](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/labelled-static-text.md): This guide will take you through how to set up a labelled static text.
- [Link](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/link.md): This guide will take you through how to set up a link.
- [Image viewer](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/image-viewer.md): This guide will take you through how to set up an image viewer.
- [Text input](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/text-input.md): This guide will take you through how to set up a text input.
- [Numeric input](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/numeric-input.md): This guide will take you through how to set up a numeric input.
- [Date input](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/date-input.md): This guide will take you through how to set up a date input.
- [Time input](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/time-input.md): This guide will take you through how to set up a time input.
- [Check box input](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/check-box-input.md): This guide will take you through how to set up a check box input.
- [Binary option input](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/binary-option-input.md): This guide will take you through how to set up a binary option input.
- [List selection input](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/list-selection-input.md): This guide will take you through how to set up a list selection input.
- [List multi-selection input](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/list-multi-selection-input.md): This guide will take you through how to set up a list multi-selection input.
- [Menu selection input](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/menu-selection-input.md): This guide will take you through how to set up a menu selection input.
- [Data grid](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/data-grid.md): This guide will take you through how to set up a data grid.
- [Calendar control](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/calendar-control.md)
- [Image selection input](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/image-selection-input.md): This guide will take you through how to set up an Image selection input.
- [List presentation](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/list-presentation.md): This guide will take you through how to set up a List Presentation.
- [Camera Input](https://docs.novacura.com/flow-connect/reference/how-to-guides/create-user-step-controls/camera-input.md): This guide will take you through how to set up a Camera Input.
- [Dependent controls in User step](https://docs.novacura.com/flow-connect/reference/how-to-guides/dependent-controls-in-user-step.md)
- [Variable source](https://docs.novacura.com/flow-connect/reference/how-to-guides/dependent-controls-in-user-step/variable-source.md)
- [Expression source](https://docs.novacura.com/flow-connect/reference/how-to-guides/dependent-controls-in-user-step/expression-source.md): This is an example of how to use dependent fields and source show the the End-user different controls in the user step based on what has previously been selected.
- [Control visibility (condition to hide)](https://docs.novacura.com/flow-connect/reference/how-to-guides/dependent-controls-in-user-step/control-visibility-condition-to-hide.md): This is an example of how to use dependant fields and condition to hide in order show the the End-user different controls in the user step based on what has previously been selected.
- [Configure SSO for Microsoft Entra](https://docs.novacura.com/flow-connect/reference/how-to-guides/configure-sso-for-microsoft-entra.md)
- [Configure SSO for Okta](https://docs.novacura.com/flow-connect/reference/how-to-guides/configure-sso-for-okta.md)
- [Offline - Create and run an App](https://docs.novacura.com/flow-connect/reference/how-to-guides/offline-create-and-run-an-app.md)
- [Translate applications](https://docs.novacura.com/flow-connect/reference/how-to-guides/translate-applications.md)
- [Synchronize users and groups with SCIM 2.0](https://docs.novacura.com/flow-connect/reference/how-to-guides/synchronize-users-and-groups-with-scim-2.0.md)
- [Context files for LLMs](https://docs.novacura.com/flow-connect/reference/how-to-guides/context-files-for-llms.md): Inform your favorite LLM about specific areas within Flow Connect.
- [FlowScript](https://docs.novacura.com/flow-connect/reference/how-to-guides/context-files-for-llms/flowscript.md)


---

# 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/how-to-guides.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.
