# Input and Output Overview

# Input and Output

Input and Output components handle how data enters and leaves your pipeline in the product, for example uploading generated files so they can be downloaded from a run.

Use this section when you need stable file references, handoffs between the worker and the platform, or other boundary components that connect pipeline execution to Playground, jobs, or integrated apps.

## Available Components

<ul>
  {useCurrentSidebarCategory().items.map((item) => (
    <li key={item.href ?? item.label}>
      {'href' in item ? <Link to={item.href}>{item.label}</Link> : item.label}
    </li>
  ))}
</ul>
