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

# Migrate Workflows

> Duplicate a Workflow into an AI Agent draft.

Turn an existing Workflow into an AI Agent draft with Ask Torben.

## Migrate a Workflow

<Steps>
  <Step title="Open Workflows">Go to [Workflows](https://armin.cx/app/_/workflows).</Step>

  <Step title="Choose the Workflow">
    Open the three-dot menu next to the Workflow and select **Duplicate to AI Agent**.
  </Step>

  <Step title="Continue with Ask Torben">
    Ask Torben loads the Workflow's triggers, actions, routing branches, reply instructions, and
    approval behavior. A focused Workflow becomes a specialist draft behind the First Level router.
    A broad multi-topic or human-routing Workflow may be consolidated into the First Level router
    instead.
  </Step>

  <Step title="Review and test">
    Check the generated instructions, actions, trigger scope, and approvals. Test the agent with
    cases that followed different Workflow branches.
  </Step>

  <Step title="Remove overlap">
    After a controlled rollout succeeds, disable the old Workflow for the migrated scope.
  </Step>
</Steps>

<Tip>
  The migration creates a draft. It does not activate the AI Agent or disable the original Workflow
  automatically.
</Tip>

## Choose the fleet role

Most Workflows represent one focused job and should become specialists. Ask Torben creates the specialist, then proposes the exact branch to add to your existing First Level router.

Only use the router role when the Workflow already routes distinct support topics or paths to human agents. If a First Level router exists, consolidate into it. Do not create a second router.

For the architecture, see [Router and specialists](/ai-agents/router-and-specialists). For Classic AI, use [Migrate from Classic AI](/ai-agents/migrate-from-classic-ai).
