> ## 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.

# Choose Agents, Workflows, and Skills

> Learn when to use Agents, Workflows, or Skills in Cassidy and how to combine them into reliable solutions for different kinds of work.

Match each business problem with the Cassidy feature best suited to solve it, then combine features when one solution needs both flexibility and consistency.

<Frame>
  <iframe className="w-full aspect-video rounded-xl" src="https://www.loom.com/embed/1d92044677874f5e9acfd95102cc0bfb" title="When to use Agents, Workflows, and Skills" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## What you'll learn

* Use an [Agent](/agents/overview) for flexible conversations, research, and tasks where the path can change
* Use a [Workflow](/workflows/overview) for a predictable process with defined inputs, Actions, and outputs
* Use a [Skill](/skills/overview) to capture a reusable process or standard across people, Agents, and Workflow Actions
* Combine features so an Agent can run a Workflow, a Workflow can use an Agent, or either can follow a shared Skill

## A quick decision guide

<CardGroup cols={3}>
  <Card title="Agent" icon="robot">
    Choose an Agent when people need to ask questions, explore information, or adapt the task through conversation.
  </Card>

  <Card title="Workflow" icon="diagram-project">
    Choose a Workflow when the same steps should run reliably for every input.
  </Card>

  <Card title="Skill" icon="puzzle-piece">
    Choose a Skill when the same playbook, tone, approved phrasing, or process should be reused across your organization.
  </Card>
</CardGroup>

<Tip>If you are unsure, start with an Agent. Turn repeated requests into a Workflow, and capture company-wide standards in a Skill.</Tip>

## Related learning

<CardGroup cols={2}>
  <Card title="Overview of Agents" icon="robot" href="/agents/overview">
    Understand flexible, conversational AI teammates.
  </Card>

  <Card title="Overview of Workflows" icon="diagram-project" href="/workflows/overview">
    Understand repeatable, multi-step automations.
  </Card>

  <Card title="Overview of Skills" icon="puzzle-piece" href="/skills/overview">
    Learn how reusable expertise works in Cassidy.
  </Card>

  <Card title="Improve your prompts" icon="arrow-right" href="/university/prompt-engineering-explained">
    Finish the learning path by improving your prompts.
  </Card>
</CardGroup>
