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

# Conversational AI

> Build multi-agent AI conversations with Conversation Flows — visual canvas, automatic routing, all channels in one place.

CogniAgent builds conversational AI with **Conversation Flows** — a visual canvas where a team of AI agents work together, automatically routed by the platform based on what the user says.

<CardGroup cols={2}>
  <Card title="Conversation Flows overview" icon="diagram-project" href="/conversation-flows/overview">
    What it is, when to use it, the building blocks.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/conversation-flows/quickstart">
    Build your first multi-agent flow in 10 minutes.
  </Card>
</CardGroup>

## What you can build

* A web chat assistant that triages user intent and hands off to specialists.
* Email-based support that replies in-thread, escalates to humans when needed.
* Slack or Teams bots that live inside the channels your team already uses.
* Voice agents that answer inbound calls or place outbound ones.
* Outbound campaigns that initiate conversations on schedule.

All of this is built on the same multi-agent canvas, with the same routing, capabilities, and deployment model.

## Core features

<CardGroup cols={2}>
  <Card title="Multi-agent routing" icon="route" href="/conversation-flows/build/routing-edges">
    Connect agents with routing edges. The platform picks the right agent for each turn based on plain-language activation prompts.
  </Card>

  <Card title="Context inheritance" icon="share-from-square" href="/conversation-flows/concepts/context-and-inheritance">
    Write your company introduction once, every agent inherits it. No duplication.
  </Card>

  <Card title="Channels built in" icon="share-nodes" href="/conversation-flows/channels/overview">
    Widget, Gmail, Outlook, Slack, Teams, Phone — all in one configuration.
  </Card>

  <Card title="Test sandbox" icon="flask" href="/conversation-flows/operate/test-flow">
    Try the flow with live routing traces before deploying to real users.
  </Card>

  <Card title="Knowledge bases" icon="database" href="/conversation-flows/build/capabilities">
    Give agents search access to your indexed documents and policies.
  </Card>

  <Card title="Integration actions" icon="plug" href="/conversation-flows/build/capabilities">
    Agents can call any of 2,700+ apps as tools — send Slack messages, look up Shopify orders, etc.
  </Card>
</CardGroup>

## Next

<CardGroup cols={2}>
  <Card title="Concepts" icon="book" href="/conversation-flows/concepts/flows-and-actors">
    Flows, actors, edges, focus modes — the conceptual foundation.
  </Card>

  <Card title="Sales Triage walkthrough" icon="map" href="/conversation-flows/guides/sales-triage-walkthrough">
    A complete worked example.
  </Card>
</CardGroup>
