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

# Build your first Workflow in Cassidy

> Create a repeatable Cassidy Workflow by choosing a Trigger, adding Actions, connecting inputs and outputs, and testing the final result.

Turn a recurring process into a reliable automation that follows the same steps every time.

<Frame>
  <iframe className="w-full aspect-video rounded-xl" src="https://www.loom.com/embed/0cb2adea8d2e420bbd92564412b380d5" title="Build your first Workflow in Cassidy" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## What you'll learn

* How Workflow Copilot builds a first draft from a plain-language description
* How a Trigger starts a [Workflow](/workflows/overview) and Actions complete each step
* How variables pass information between the Trigger and Actions
* How to add approval, test results, publish, review runs, and restore previous versions

## Put it into practice

<Steps>
  <Step title="Create the Workflow">
    Describe a repeatable process to **Workflow Copilot**, start from a template, import a Workflow, or build from scratch.
  </Step>

  <Step title="Connect each step">
    Configure the Trigger and Actions. Insert variables wherever a later Action needs information from the Trigger or an earlier Action.
  </Step>

  <Step title="Test and publish">
    Add approval before consequential Actions, test with sample or past integration data, and review each result. Publish the Workflow and verify it in **Run history**.
  </Step>
</Steps>

## Related learning

<CardGroup cols={2}>
  <Card title="Build a Workflow" icon="hammer" href="/workflows/building">
    Learn how to configure Actions, variables, and logic.
  </Card>

  <Card title="Run and test Workflows" icon="flask-vial" href="/workflows/running-and-testing">
    Validate results and troubleshoot each step.
  </Card>

  <Card title="Request approval" icon="user-check" href="/reference/actions/request-approval">
    Pause a Workflow for review before it continues.
  </Card>

  <Card title="Set up the Meeting Recorder" icon="arrow-right" href="/university/set-up-meeting-recorder">
    Turn conversations into useful follow-up work.
  </Card>
</CardGroup>
