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

# Create a Workflow

> Build a custom workflow in Lindy using triggers, actions, and conditions.

## What is a Workflow?

Workflows are how you tell a custom agent what to do. In the flow editor, you define the trigger, steps, logic, and integrations that run the job from start to finish.

Use workflows when you want Lindy to handle a repeatable process with your own rules, like lead enrichment, support routing, document processing, or follow-up logic.

## How to Create a Workflow

<Steps>
  <Step title="Open the New Workflow menu">
    In the **top left** of your Lindy dashboard, click the chevron (▾) next to **+ New chat** to open the dropdown. Select **New workflow**.

    <Frame>
      <img src="https://mintcdn.com/lindyai/wvnbVQwzTUagv6u2/lindy-brand-assets/new-workflow-dropdown.jpg?fit=max&auto=format&n=wvnbVQwzTUagv6u2&q=85&s=e75e31bdf16f3d9a7e0ee63c53612a99" alt="Click the chevron next to New chat and select New workflow" width="1200" height="916" data-path="lindy-brand-assets/new-workflow-dropdown.jpg" />
    </Frame>
  </Step>

  <Step title="Choose a template or start from scratch">
    You'll see a modal with popular templates like Meeting Notetaker, Lead Generator, and Email Responder. Pick one to get started quickly, or click **Start from scratch** to build your own from a blank canvas.

    <Frame>
      <img src="https://mintcdn.com/lindyai/wvnbVQwzTUagv6u2/lindy-brand-assets/new-workflow-modal.jpg?fit=max&auto=format&n=wvnbVQwzTUagv6u2&q=85&s=a7a0fb81cd53146daa1026428dab398e" alt="Choose from templates or start from scratch" width="1200" height="773" data-path="lindy-brand-assets/new-workflow-modal.jpg" />
    </Frame>

    <Tip>
      Click **Explore templates** to browse the full template gallery.
    </Tip>

    <Frame>
      <img src="https://mintcdn.com/lindyai/wvnbVQwzTUagv6u2/lindy-brand-assets/new-workflow-templates.jpg?fit=max&auto=format&n=wvnbVQwzTUagv6u2&q=85&s=93175660f5f613f2ddffa900bd410cf9" alt="Template gallery with popular agents filtered by role and use case" width="1200" height="794" data-path="lindy-brand-assets/new-workflow-templates.jpg" />
    </Frame>
  </Step>

  <Step title="Add a trigger">
    You're now in the **flow editor**. Start by adding a [trigger](/fundamentals/lindy-101/triggers): the event that wakes up your agent and kicks off the workflow. Click the plus sign or right-click on the canvas and select "Add Trigger."

    Common triggers: new email received, new calendar event, scheduled time, chat message, webhook, and more.
  </Step>

  <Step title="Add actions and configure your workflow">
    After your trigger, add [actions](/fundamentals/lindy-101/actions): the steps your workflow takes after it starts. Connect integrations, add [conditions](/fundamentals/lindy-101/conditions) for branching logic, or use [agent steps](/fundamentals/lindy-101/ai-agents) when the next step depends on AI reasoning.
  </Step>

  <Step title="Activate your workflow">
    Once your workflow is ready, toggle it on. It will start running automatically whenever the trigger fires. You can monitor task runs in the [Tasks view](/testing/monitoring-your-agents).
  </Step>
</Steps>

## What's Next

<CardGroup cols={2}>
  <Card title="Triggers" href="/fundamentals/lindy-101/triggers" icon="bolt">
    Learn about all the events that can start a workflow
  </Card>

  <Card title="Actions" href="/fundamentals/lindy-101/actions" icon="arrow-pointer">
    Explore what actions can do in a workflow
  </Card>

  <Card title="Conditions" href="/fundamentals/lindy-101/conditions" icon="network-wired">
    Add branching logic to your workflows
  </Card>

  <Card title="Templates" href="/fundamentals/lindy-101/templates" icon="clone">
    Browse pre-built agent templates
  </Card>
</CardGroup>
