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

# Workflows

> Build sophisticated voice automation with visual workflows

## Overview

Build and manage complex integrations with our visual workflow builder. Workflows consist of three main components: Flows, Runs, and Connections, each serving a specific purpose in your automation journey.

## Main Components

### Flows

<Frame>
  <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/flows.png" alt="Visual Workflow Builder" />
</Frame>

Build powerful automation flows using our visual workflow builder. With access to over 200+ integrations, you can create complex workflows by simply dragging and dropping components.

<CardGroup cols={2}>
  <Card title="Visual Builder" icon="diagram-project">
    Create workflows visually with an intuitive drag-and-drop interface
  </Card>

  <Card title="200+ Integrations" icon="puzzle-piece">
    Access our extensive library of [pre-built integrations](/workflow-integrations)
  </Card>

  <Card title="Organization" icon="folder-tree">
    Categorize flows into folders for better management and organization
  </Card>

  <Card title="Import/Export" icon="file-export">
    Easily share and reuse workflows across your organization
  </Card>
</CardGroup>

### Runs

<Frame>
  <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/runs.png" alt="Workflow Execution History" />
</Frame>

Monitor and track the execution of your workflows in real-time. The Runs section provides detailed insights into workflow performance and execution status.

<CardGroup cols={2}>
  <Card title="Execution History" icon="clock-rotate-left">
    View complete history of workflow executions
  </Card>

  <Card title="Status Tracking" icon="circle-check">
    Monitor success/failure status of each run
  </Card>

  <Card title="Debugging" icon="bug">
    Detailed logs and error messages for troubleshooting
  </Card>

  <Card title="Performance Metrics" icon="chart-line">
    Track execution time and resource usage
  </Card>
</CardGroup>

### Connections

<Frame>
  <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/connections.png" alt="Integration Connections" />
</Frame>

Manage your third-party service connections in one place. Create and reuse connections across multiple workflows without repetitive configuration.

<CardGroup cols={2}>
  <Card title="Centralized Management" icon="database">
    Manage all your integration connections in one place
  </Card>

  <Card title="Secure Storage" icon="lock">
    Safely store and manage authentication credentials
  </Card>

  <Card title="Reusability" icon="rotate">
    Use the same connection across multiple workflows
  </Card>

  <Card title="Easy Setup" icon="plug">
    Quick and simple connection configuration
  </Card>
</CardGroup>

## Templates & Examples

<CardGroup cols={2}>
  <Card title="Data Synchronization" icon="arrows-rotate">
    Automatically sync data between different systems
  </Card>

  <Card title="Event Processing" icon="bolt">
    Handle and process events in real-time
  </Card>

  <Card title="API Integration" icon="code">
    Connect and integrate with external APIs
  </Card>

  <Card title="Custom Solutions" icon="wand-magic-sparkles">
    Build custom workflows for unique requirements
  </Card>
</CardGroup>

<Note>
  Explore our complete list of integrations in the [Workflow Integrations](/workflow-integrations) section to discover all available possibilities for your automation needs.
</Note>
