> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orisu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Text prompt

> Collect a text string from the user to feed downstream nodes.

The Text Prompt node collects a text string. In Studio you enter the text directly; in App mode it becomes a form input field.

## When to use

* Providing a creative brief
* Setting a product description
* Configuring instructions for AI nodes

Common patterns: `text_prompt → generate_image`, `text_prompt → generate_text`.

## Outputs

<ParamField body="Text" type="text">
  The text string entered by the user.
</ParamField>

## Configuration

<ParamField body="label" type="string" default="Text Prompt">
  The label shown for this input, including as the field label in App mode.
</ParamField>

<ParamField body="placeholder" type="string" default="Enter text...">
  Placeholder text shown in the empty input.
</ParamField>

<ParamField body="isRequired" type="boolean" default={true}>
  Whether a value must be provided before the graph runs.
</ParamField>
