# Workflow Inputs

- [Text Input](https://docs.agenticflow.ai/workflows/workflow-inputs/text-input.md): The Text Input control allows a user to provide a short line of text when running a workflow.
- [Long Text Input](https://docs.agenticflow.ai/workflows/workflow-inputs/long-text-input.md): The Long Text Input control allows a user to provide a large block of text when running a workflow.
- [Number Input](https://docs.agenticflow.ai/workflows/workflow-inputs/number-input.md): The Number Input control allows a user to provide a numeric value when running a workflow.
- [Checkbox](https://docs.agenticflow.ai/workflows/workflow-inputs/checkbox.md): The Checkbox control allows a user to provide a simple true/false or on/off input.
- [Select Dropdown](https://docs.agenticflow.ai/workflows/workflow-inputs/select-dropdown.md): The Select control allows a user to choose a single option from a predefined list in a dropdown menu.
- [Multi-Select](https://docs.agenticflow.ai/workflows/workflow-inputs/multi-select.md): The Multi Select control allows a user to choose multiple options from a predefined list.
- [Image Select](https://docs.agenticflow.ai/workflows/workflow-inputs/image-select.md): The Image Select control allows a user to choose an option from a visually-driven list of items, each with an image.
- [Upload Image](https://docs.agenticflow.ai/workflows/workflow-inputs/upload-image.md): The Upload Image control allows a user to upload an image file when running a workflow.
- [Upload Video](https://docs.agenticflow.ai/workflows/workflow-inputs/upload-video.md): The Upload Video control allows a user to upload a video file when running a workflow.
- [Upload Audio](https://docs.agenticflow.ai/workflows/workflow-inputs/upload-audio.md): The Upload Audio control allows a user to upload an audio file when running a workflow.
- [Multiple Media](https://docs.agenticflow.ai/workflows/workflow-inputs/multiple-media.md): The Multiple Media control allows a user to upload several image or video files at once.
- [File to URL](https://docs.agenticflow.ai/workflows/workflow-inputs/file-to-url.md): The File to URL control allows a user to upload any type of file and get a temporary URL for it.


---

# 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.agenticflow.ai/workflows/workflow-inputs.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.
