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

# Welcome to Cordage

> The Design Intelligence Platform

Cordage is a node-based collaborative platform for building visual AI workflows. Connect AI models, image tools, and data sources in an intuitive canvas interface to create powerful automation pipelines.

## What You Can Build

<CardGroup cols={2}>
  <Card title="Image Generation Pipelines" icon="image">
    Chain multiple AI models together to generate, enhance, and transform images automatically.
  </Card>

  <Card title="Batch Processing Workflows" icon="layer-group">
    Process hundreds of images or prompts using iterators for efficient batch operations.
  </Card>

  <Card title="API-Triggered Automation" icon="webhook">
    Expose workflows via webhooks and trigger them programmatically from any application.
  </Card>

  <Card title="Custom Image Processing" icon="wand-magic-sparkles">
    Combine AI generation with traditional tools like crop, resize, blur, and compositing.
  </Card>
</CardGroup>

## Get Started

<Card title="Quick Start Guide" icon="rocket" href="/quickstart" horizontal>
  Create your first workflow in under 5 minutes.
</Card>

## Core Concepts

<Columns cols={2}>
  <Card title="Understanding Nodes" icon="circle-nodes" href="/tutorials/nodes">
    Learn about the different node types and how they work together.
  </Card>

  <Card title="Connecting Nodes" icon="link" href="/tutorials/connections">
    Master data flow and edge connections between nodes.
  </Card>

  <Card title="AI Models" icon="brain" href="/tutorials/models">
    Use models for image generation, upscaling, and more.
  </Card>

  <Card title="Tool Nodes" icon="screwdriver-wrench" href="/tutorials/tools">
    Apply crop, resize, blur, filters, and export operations.
  </Card>
</Columns>

## Advanced Features

<Columns cols={2}>
  <Card title="Iterators & Batch Processing" icon="repeat" href="/tutorials/iterators">
    Process multiple inputs efficiently with text and media iterators.
  </Card>

  <Card title="Webhooks & API" icon="code" href="/tutorials/webhooks">
    Trigger workflows programmatically and integrate with external systems.
  </Card>
</Columns>

## API Reference

<Card title="Webhook API" icon="terminal" href="/api-reference/introduction">
  Full API documentation for programmatic workflow execution.
</Card>
