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

# Split Text

## Summary

The Split Text Node allows you to divide a single text input into multiple separate outputs. It's ideal for projects that require breaking down large content into smaller, manageable pieces for further processing or analysis.

<Frame caption="Split Text Node interface">
  <img src="https://mintcdn.com/imagineart/2i1lxqk1SMoBGaWs/images/image-(2)-2.png?fit=max&auto=format&n=2i1lxqk1SMoBGaWs&q=85&s=aec60a5d62b4d747f83fb755a2696071" alt="Image (2) 2" width="1574" height="1146" data-path="images/image-(2)-2.png" />
</Frame>

## How to Use

<Steps>
  <Step title="Add the Node">
    Click the Add (+) button and select Split Text from the Text Utilities node category.
  </Step>

  <Step title="Connect Input">
    Connect a text input (such as a document, paragraph, or content block) into the node.
  </Step>

  <Step title="Configure Split Settings">
    Set your split parameters (by delimiter, line breaks, or character count) to divide the text as needed.
  </Step>

  <Step title="Retrieve Outputs">
    The node will automatically split the input into separate text outputs ready for downstream processing.
  </Step>
</Steps>

## Sample Use Cases

<AccordionGroup>
  <Accordion title="Breaking down video scripts for scene by scene generation" defaultOpen>
    When generating video content from a script, break the script down into smaller sections or scenes. Each section can be processed to generate specific video content (e.g., background, animations, or characters) to later be stitched together.

    <Frame>
      <img src="https://mintcdn.com/imagineart/huXhyGkpwvkcae5E/images/image-(3)-1.png?fit=max&auto=format&n=huXhyGkpwvkcae5E&q=85&s=ad7d6eff1e6fd493c7177bf5fb95a305" alt="Image (3) 1" width="2304" height="1669" data-path="images/image-(3)-1.png" />
    </Frame>
  </Accordion>

  <Accordion title="Generating Voice over script for audio and video" defaultOpen>
    For video or multimedia projects, break down the voiceover script into manageable sections. Each part can be converted into audio clips to be later synced with video content or used for interactive experiences.

    <Frame>
      <img src="https://mintcdn.com/imagineart/huXhyGkpwvkcae5E/images/image-(5)-1.png?fit=max&auto=format&n=huXhyGkpwvkcae5E&q=85&s=c11fc0f2db9a5fb0cf3aaeb0d3c65c66" alt="Image (5) 1" width="2272" height="1890" data-path="images/image-(5)-1.png" />
    </Frame>
  </Accordion>
</AccordionGroup>

## When to Use

1. **Content Segmentation for AI Models:** Split descriptive text into smaller sections for targeted image, video, and audio generation.
2. **Interactive Media:** Break scripts into manageable sections to generate interactive elements for AI-powered applications.
3. **Voiceover Creation:** Divide long voiceover scripts into parts for easy audio generation and syncing with visual content.
4. **Scene Structuring:** Organize complex scenes or stories into segments to simplify content generation for animation, effects, and video.
