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

# Kashfy Docs

> The AI-powered clinic receptionist — automate appointment booking via WhatsApp and your website

<div className="max-w-7xl mx-auto px-6 py-16">
  <div className="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
    <div>
      <p className="text-sm font-semibold tracking-widest uppercase" style={{ color: "#2563eb" }}>
        AI Clinic Receptionist
      </p>

      # Book appointments on autopilot with Kashfy

      <p className="text-lg text-gray-600 dark:text-gray-300 mt-4">
        Kashfy is your AI-powered clinic receptionist that handles appointment booking 24/7 via WhatsApp and your website — in Egyptian Arabic, without any manual intervention.
      </p>
    </div>
  </div>

  <div className="mt-24">
    <h2 className="text-center text-3xl font-semibold mb-12">Explore Kashfy</h2>

    <CardGroup cols={3}>
      <Card title="AI Agent" icon="robot" href="/ai-agent/overview">
        Your 24/7 AI receptionist that understands Egyptian Arabic and books appointments automatically.
      </Card>

      <Card title="WhatsApp Booking" icon="message" href="/ai-agent/whatsapp-setup">
        Connect your clinic's WhatsApp number and let the AI handle all patient conversations.
      </Card>

      <Card title="Website Widget" icon="browser" href="/widget/overview">
        Embed a booking chat widget on your clinic website in minutes with a single line of code.
      </Card>

      <Card title="Appointments" icon="calendar" href="/appointments/overview">
        Manage all bookings in real time across multiple doctors and branches.
      </Card>

      <Card title="Doctors & Schedules" icon="stethoscope" href="/doctors/overview">
        Add doctors, set working hours, and let the AI book only into available slots.
      </Card>

      <Card title="Billing & Plans" icon="credit-card" href="/billing/plans">
        Flexible monthly and yearly plans with included bookings and transparent overage fees.
      </Card>
    </CardGroup>
  </div>

  <div className="mt-24">
    <h2 className="text-center text-3xl font-semibold mb-12">Get started</h2>

    <CardGroup cols={2}>
      <Card title="Quick Start" icon="rocket" href="/quickstart">
        Set up your clinic and go live with AI booking in under 10 minutes.
      </Card>

      <Card title="Plans & Pricing" icon="credit-card" href="/billing/plans">
        7-day free trial — no credit card required.
      </Card>

      <Card title="Connect WhatsApp" icon="smartphone" href="/ai-agent/whatsapp-setup">
        Step-by-step guide to linking your clinic's WhatsApp number.
      </Card>

      <Card title="Install the Widget" icon="code" href="/widget/installation">
        Add the booking widget to your website with one snippet.
      </Card>
    </CardGroup>
  </div>
</div>
