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

# Welcome to CogniAgent

> The cognitive AI platform for building AI-powered workflow automation and conversational agents

CogniAgent is a cognitive AI platform that enables you to build AI-powered workflow automation and conversational agents — without writing code. Get working automation in days, not months.

## Who is CogniAgent for?

CogniAgent is built for **managers and operations leaders** who know exactly what they want to automate but lack engineering bandwidth to build it.

<CardGroup cols={3}>
  <Card title="Operations Managers" icon="gears">
    Automate repetitive processes across your business
  </Card>

  <Card title="Marketing Teams" icon="bullhorn">
    Capture leads, run campaigns, and nurture prospects automatically
  </Card>

  <Card title="Business Owners" icon="store">
    Handle customer inquiries, orders, and support
  </Card>
</CardGroup>

## What makes CogniAgent different?

### One platform for everything

* **Workflow automation** that dynamically responds to business processes
* **AI capabilities** for intelligent processing and decision-making
* **Conversational AI** with chat and voice built-in
* **Human-in-the-loop** for when decisions need human judgment

### Event-driven, not rigid flowcharts

Unlike traditional workflow builders that break when business conditions change, CogniAgent uses event-driven architecture. Your automations respond to real triggers — inventory changes, customer requests, system updates — and adapt when conditions change.

### Automation and humans working together

When situations require judgment, creativity, or relationship management, workflows hand off seamlessly to your team. After human resolution, automation resumes automatically. No awkward breaks, no separate systems.

## What can you build?

<AccordionGroup>
  <Accordion title="Customer Support Automation" icon="headset">
    Handle routine inquiries automatically while routing complex issues to your team. AI understands context and takes action — not just conversation.
  </Accordion>

  <Accordion title="Order and Returns Management" icon="boxes-stacked">
    Process orders, verify returns eligibility, track shipments, and update customers automatically across all your systems.
  </Accordion>

  <Accordion title="Lead Capture and Nurturing" icon="magnet">
    Capture leads from any channel, enrich with data, route to the right team member, and nurture with automated follow-ups.
  </Accordion>

  <Accordion title="Appointment Scheduling" icon="calendar-check">
    Let customers book meetings, showings, or consultations through chat or voice — synced with your calendar automatically.
  </Accordion>
</AccordionGroup>

## How it works

<Steps>
  <Step title="Create an Application">
    [Applications](/features/applications) group related workflows together. Create one for each business function you're automating.
  </Step>

  <Step title="Build your workflow">
    Connect nodes visually — triggers that start your workflow, actions that do the work, and logic that controls the flow.
  </Step>

  <Step title="Add AI where it helps">
    Drop in AI nodes to analyze text, make decisions, generate responses, or call autonomous agents. No prompting expertise required.
  </Step>

  <Step title="Test and go live">
    Run your workflow, verify it works as expected, then deploy. Monitor executions in real-time.
  </Step>
</Steps>

## Explore the documentation

<Tabs>
  <Tab title="New to CogniAgent">
    Start here if you're just getting started.

    <CardGroup cols={2}>
      <Card title="Quick Start Guide" icon="rocket" href="/quick-start">
        Build your first automation in 5 minutes.
      </Card>

      <Card title="Create an Application" icon="folder-plus" href="/applications/create-application">
        Set up your first project.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Building Workflows">
    Learn the building blocks of powerful automations.

    <CardGroup cols={2}>
      <Card title="Understanding Workflows" icon="diagram-project" href="/applications/define-workflow">
        Learn about triggers, actions, and logic.
      </Card>

      <Card title="Browse All Nodes" icon="cubes" href="/nodes/overview">
        See everything you can do with CogniAgent.
      </Card>

      <Card title="Conversation Flows" icon="diagram-project" href="/conversation-flows/overview">
        Build multi-agent AI conversations on a visual canvas.
      </Card>

      <Card title="Communication Channels" icon="share-nodes" href="/features/channels">
        Reach users via email, Slack, SMS, and more.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Reference">
    Jump straight to what you need.

    <CardGroup cols={2}>
      <Card title="Trigger Nodes" icon="bolt" href="/nodes/triggers/overview">
        Events that start your workflows.
      </Card>

      <Card title="Action Nodes" icon="play" href="/nodes/actions/overview">
        Tasks your workflows perform.
      </Card>

      <Card title="Logic Nodes" icon="code-branch" href="/nodes/logic/overview">
        Control flow and branching.
      </Card>

      <Card title="Glossary" icon="book" href="/glossary">
        Key terms explained simply.
      </Card>
    </CardGroup>
  </Tab>
</Tabs>
