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

# Welcome

> Snowie.ai Documentation

import { Card, CardGroup } from '@mintlify/mdx';

<div className="flex flex-col items-center justify-center text-center py-10">
  <img className="block dark:hidden" src="https://mintcdn.com/ravanai-63bcda11/kAfVdhzDDdNgqKHe/logo/light.png?fit=max&auto=format&n=kAfVdhzDDdNgqKHe&q=85&s=60dc300a2bb0c28f4c28852d88c95a48" alt="Snowie Hero Light" width="300" data-path="logo/light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/ravanai-63bcda11/kAfVdhzDDdNgqKHe/logo/dark.png?fit=max&auto=format&n=kAfVdhzDDdNgqKHe&q=85&s=006e03eb4037e50efe8e34903cf3b31a" alt="Snowie Hero Dark" width="300" data-path="logo/dark.png" />

  <p className="mt-4 text-gray-600 dark:text-gray-400 max-w-2xl">
    Build, manage, and deploy intelligent voice and chat agents with ease.
  </p>
</div>

## Build with Snowie

Select a guide below to explore our features and start building your AI infrastructure.

<CardGroup cols={2}>
  <Card title="User Guide" icon="book-open" href="/getting-started/introduction">
    Learn how to create agents, manage your dashboard, and view performance metrics.
  </Card>

  <Card title="Agency Guide" icon="briefcase" href="/agency/dashboard">
    Explore white-label tools, client management, and custom subscription plans.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/leadconnector">
    Connect Snowie to GHL, HubSpot, Twilio, and more via webhooks.
  </Card>

  <Card title="Profile & Billing" icon="user" href="/profile/my-profile">
    Manage your account settings, credit plans, and billing profile.
  </Card>

  <Card title="Platform" icon="square-arrow-up-right" href="https://app.snowie.ai">
    Launch the Snowie.ai platform to manage agents, calls, conversations, and analytics.
  </Card>
</CardGroup>
