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

# Welcome to the Help Center

> Use this page as a starting point to find the right section for your task.

## Start with onboarding

If you are setting up CostCare AI for the first time, start with onboarding.

<Card title="Onboarding" icon="rocket" href="/quickstart">
  The onboarding section will help you understand the basic setup flow and complete the first steps before moving to platform settings, AI agents, integrations, or channels.
</Card>

***

## Structure

This documentation helps you set up CostCare AI, understand the platform, create and manage AI agents, connect integrations, add communication channels, and follow product updates.

<CardGroup cols={2}>
  <Card title="Platform" icon="desktop" href="/platform-overview">
    Learn how to use the CostCare AI platform and manage platform-level settings.
  </Card>

  <Card title="AI Agents" icon="robot" href="/ai-agents">
    Explore how to create, configure, test, and improve Chat AI Agents and Voice AI Agents.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations-overview">
    Integrate CostCare AI with external systems and tools that your business already uses.
  </Card>

  <Card title="Channels" icon="message" href="/channels-overview">
    Connect and manage communication channels where your AI agents interact with customers.
  </Card>

  <Card title="Analytics" icon="chart-line" href="/analytics-overview">
    Track performance, monitor conversations, and understand how your AI agents and channels are working.
  </Card>

  <Card title="Product Updates" icon="bullhorn" href="/product-updates">
    Follow monthly release notes, new features, improvements, and system updates.
  </Card>
</CardGroup>

***

<div
  style={{
marginTop: "64px",
borderRadius: "24px",
padding: "58px 32px 52px 32px",
textAlign: "center",
background: "linear-gradient(90deg, #E0C3FC 0%, #75A6F6 100%)",
display: "flex",
flexDirection: "column",
alignItems: "center",
justifyContent: "center",
gap: "16px"
}}
>
  <h2
    style={{
color: "black",
fontSize: "28px",
fontWeight: "700",
margin: "0",
textAlign: "center"
}}
  >
    Need help finding the answer? 🔎
  </h2>

  <p
    style={{
color: "black",
fontSize: "16px",
fontWeight: "400",
maxWidth: "720px",
margin: "0",
lineHeight: "1.6",
textAlign: "center"
}}
  >
    If you can’t find the information you need, contact the CostCare AI team.

    <br />

    We’ll help you navigate the platform or find the right documentation.
  </p>

  <a
    href="mailto:support@costcare.ai"
    style={{
display: "inline-flex",
alignItems: "center",
justifyContent: "center",
background: "#2563EB",
color: "white",
padding: "12px 24px",
borderRadius: "8px",
textDecoration: "none",
fontSize: "16px",
fontWeight: "700",
textAlign: "center",
marginTop: "16px"
}}
  >
    Contact Support
  </a>
</div>
