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

# Dealer Funnel Documentation

> Everything you need to set up, automate, and grow your dealership's customer engagement with Dealer Funnel.

<div data-product-guide-index className="flex w-full flex-col gap-8 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <div className="flex max-w-[540px] flex-col gap-2 self-center text-center">
    <h1 className="text-[30px] font-medium leading-9 tracking-tight text-gray-900 dark:text-gray-50">
      Dealer Funnel
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      The multi-channel CRM and customer engagement platform built for automotive dealerships. Capture leads, automate follow-up, and close more deals.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title={<span className="product-guide-feature-card-title">Get Started</span>} icon="rocket" href="/introduction" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Set up your account, invite your team, and start working leads in minutes.</span>
    </Card>

    <a href="/conversations/overview" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="message-square" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Conversations</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Work every lead from a single inbox — SMS, email, voice, Facebook, and live chat.
        </span>
      </div>
    </a>

    <a href="/integrations/overview" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="plug" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Integrations</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Connect your CRM, DMS, and communication channels to keep everything in sync.
        </span>
      </div>
    </a>
  </div>

  <hr className="border-0 border-t border-border" />

  <div className="flex flex-col gap-4">
    <h2 className="font-serif text-xl font-medium leading-normal text-gray-900 dark:text-gray-50">Common tasks</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <a href="/leads/importing" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="upload" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Import leads</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Upload a CSV or connect your DMS to pull leads directly into your inbox.
          </span>
        </div>
      </a>

      <a href="/automation/funnels" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="git-branch" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Set up a funnel</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Create automated SMS follow-up sequences that engage leads without manual effort.
          </span>
        </div>
      </a>

      <a href="/automation/blasts" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="send" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Send a blast</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Broadcast a targeted SMS campaign to a segment of your leads in one click.
          </span>
        </div>
      </a>

      <a href="/appointments/scheduling" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="calendar-check" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Schedule an appointment</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Book showroom visits with automatic confirmation and reminder messages.
          </span>
        </div>
      </a>

      <a href="/configuration/sms-widget" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="code" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Add the SMS widget</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Embed a text-us button on your website to capture leads directly into your inbox.
          </span>
        </div>
      </a>

      <a href="/reports/overview" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="bar-chart-2" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">View reports</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Track SMS activity, lead sources, agent performance, and appointment outcomes.
          </span>
        </div>
      </a>
    </div>
  </div>
</div>
