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

# Getting Started

> Get up and running with Cotool in under 15 minutes

Welcome to Cotool! This guide will help you create your first AI agent and run it successfully.

## Quick Start Paths

In order to get started, do the following in order:

<CardGroup cols={3}>
  <Card title="Connect Integrations" icon="plug" href="/integrations/overview">
    Set up your security and productivity tools
  </Card>

  <Card title="Try Chat" icon="messages" href="/chat/using-chat">
    Explore capabilities with chat first
  </Card>

  <Card title="Create Your First Agent" icon="wand-magic-sparkles" href="/agents/creating-agents">
    Follow a step-by-step guide to build your first agent
  </Card>
</CardGroup>

## What You'll Learn

<Steps>
  <Step title="Understand Agents">
    Learn what agents are and how they work in Cotool
  </Step>

  <Step title="Connect Your Tools">
    Authenticate your security and productivity integrations
  </Step>

  <Step title="Build Your First Agent">
    Create an agent using the Builder interface
  </Step>

  <Step title="Set Up Triggers">
    Automate your agent with triggers from Jira, Slack, or cron
  </Step>

  <Step title="Monitor Performance">
    Track agent runs and iterate on your prompts
  </Step>
</Steps>
