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

# Text Input

> Hold one or more text entries to use as prompts or context.

A Text Input node holds the words you bring to a workflow—prompts, product names, descriptions, or context for a generator to build on.

## Add text

Type directly into the node, or paste in a larger block. A Text Input can hold a **single entry or many**.

## Split a block into items

Paste a list and split it into separate items, so each one flows downstream on its own. Sprello can split by:

* Numbered list
* Bulleted list
* Paragraphs (blank lines)
* A JSON array
* A custom delimiter you choose

Empty segments are skipped by default. Splitting is what turns "ten product names" into ten separate generations.

<Frame caption="Splitting a block of text into separate items">
  <img src="https://mintcdn.com/sprello/GqYVZzX2z4AZokUD/images/screenshots/text_splitter.gif?s=1dd79948019dcb3387aa564be0ae775f" alt="Splitting a block of text in a Text Input node into separate items" width="1202" height="762" data-path="images/screenshots/text_splitter.gif" />
</Frame>

## Each or All

Use the [Each / All toggle](/concepts/variations) to decide how multiple entries behave: **Each** runs a generation per entry, **All** sends them together.

## Connect it

Connect a Text Input to a generator and it becomes part of that generator's **prompt**, shown as a reference badge like `@Product names`. Write your own wording around the badge to shape the result.

<Frame caption="A Text Input feeding a generator's prompt">
  <img src="https://mintcdn.com/sprello/pUGKvjktIKYEsKH5/images/screenshots/connect_prompt.gif?s=0e15ff4bac1269cd17dc4f515207c595" alt="A Text Input node connected to a Generate Image node's prompt" width="1038" height="730" data-path="images/screenshots/connect_prompt.gif" />
</Frame>

<Tip>
  Paste a season's product list, split by line, and connect it to Generate Image to get one image per product in a single run.
</Tip>
