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

# RetroFix Documentation

> Learn how to automate anything with RetroFix, the AI-powered automation platform

Welcome to RetroFix documentation. Learn how to build powerful automations without code.

## Get Started

<Card title="What is RetroFix?" icon="magnifying-glass" href="/guides/what-is-retrofix" horizontal>
  Discover how RetroFix and Reggie can help you automate repetitive work.
</Card>

## Learn the Basics

Master the core concepts of RetroFix workflows.

<Columns cols={2}>
  <Card title="Core Concepts" icon="lightbulb" href="/guides/core-concepts">
    Understand workflows, triggers, actions, and meet Reggie, your AI assistant.
  </Card>

  <Card title="Triggers" icon="radar" href="/guides/triggers">
    Configure when your workflows run—manually, on a schedule, or on external events.
  </Card>

  <Card title="Actions" icon="mouse-pointer" href="/guides/actions">
    Connect 2,800+ applications and build powerful workflow steps.
  </Card>

  <Card title="Loops & Conditionals" icon="repeat" href="/guides/loops-conditionals">
    Control workflow execution with loops and conditional branching.
  </Card>
</Columns>

## Advanced Features

Take your automations to the next level.

<Columns cols={2}>
  <Card title="Browser Automation" icon="computer" href="/guides/browser-automation">
    Automate web-based tasks with hosted browser agents.
  </Card>

  <Card title="Agents" icon="laptop" href="/guides/custom-agents">
    Create AI agents with access to tools and knowledge.
  </Card>

  <Card title="Custom Code" icon="file-code" href="/guides/custom-code">
    Use code steps for data transformation and API integration.
  </Card>

  <Card title="Knowledge Bases" icon="database" href="/guides/knowledge-bases">
    Connect your internal knowledge to workflows.
  </Card>
</Columns>

## Operations

Manage your workflows and monitor usage.

<Columns cols={2}>
  <Card title="Version Control" icon="code-branch" href="/guides/version-control">
    Manage workflow versions and safely test changes.
  </Card>

  <Card title="Credits" icon="coins" href="/guides/credits">
    Understand usage-based pricing and monitor costs.
  </Card>

  <Card title="Runs & Monitoring" icon="history" href="/guides/runs">
    View, debug, and replay workflow executions.
  </Card>
</Columns>
