> ## 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 Agent in Cassidy

> Create your first Cassidy Agent with a clear purpose, useful instructions, company knowledge, and the right capabilities for your team.

Create an AI teammate that understands its role, follows your instructions, and uses the right company context.

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

## What you'll learn

* How Agent Copilot turns a plain-language description into a first draft
* How instructions and model choice shape an [Agent's](/agents/overview) responses
* How knowledge, Connectors, Capabilities, Workflows, and Skills extend an Agent
* How to test and refine the Agent before sharing or deploying it

## Put it into practice

<Steps>
  <Step title="Choose a starting point">
    Open **Agents** and create a blank Agent, start from a template, or import one. For a guided start, open **Agent Copilot** and describe your use case in plain language.
  </Step>

  <Step title="Review the configuration">
    Check the name, description, model, and instructions. Add [Knowledge Base](/knowledge-base/overview) content, Connectors, or Capabilities only where the use case needs them.
  </Step>

  <Step title="Test and prepare to share">
    Preview realistic requests and refine the instructions. Add conversation starters that help teammates understand what to ask.
  </Step>
</Steps>

## Related learning

<CardGroup cols={2}>
  <Card title="Build and configure an Agent" icon="wrench" href="/agents/build-and-configure">
    Follow the complete setup guide for Agent settings.
  </Card>

  <Card title="Choose Agent knowledge" icon="book-open" href="/agents/knowledge">
    Control which company context your Agent can use.
  </Card>

  <Card title="Overview of Connectors" icon="plug" href="/agents/connectors/overview">
    Let your Agent read and update information in business tools.
  </Card>

  <Card title="Build your first Workflow" icon="arrow-right" href="/university/build-your-first-workflow">
    Automate a repeatable process.
  </Card>
</CardGroup>
