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

# Quickstart

> Get from signup to your first booked meeting in under 30 minutes

export const HeroCard = ({filename, title, description, href}) => {
  return <a className="group cursor-pointer pb-8" href={href}>
      <div>
        <img src={`/images/hero/${filename}.png`} className="block dark:hidden pointer-events-none group-hover:scale-105 transition-all duration-100" />
        <img src={`/images/hero/${filename}-dark.png`} className="pointer-events-none group-hover:scale-105 transition-all duration-100 hidden dark:block" />
      </div>
      <h3 className="mt-5 text-gray-900 dark:text-zinc-50 font-medium">
        {title}
      </h3>
      <span className="mt-1.5">{description}</span>
    </a>;
};

<div className="relative">
  <div className="absolute top-0 left-0 right-0">
    <img src="https://mintcdn.com/komo/wfe2bx7SA8bCUHhJ/images/hero/background-light.png?fit=max&auto=format&n=wfe2bx7SA8bCUHhJ&q=85&s=9c3027ae8bb376d66897bd2f4a48d80c" className="block dark:hidden pointer-events-none" alt="Decorative background image." width="2304" height="682" data-path="images/hero/background-light.png" />

    <img src="https://mintcdn.com/komo/wfe2bx7SA8bCUHhJ/images/hero/background-dark.png?fit=max&auto=format&n=wfe2bx7SA8bCUHhJ&q=85&s=81f59a93c75ea66a5850ce2a638eadc8" className="hidden dark:block pointer-events-none" alt="Decorative background image." width="2304" height="682" data-path="images/hero/background-dark.png" />
  </div>

  <div className="relative z-10 px-4 py-16 lg:py-48 lg:pb-24 max-w-3xl mx-auto">
    <h1 className="block text-4xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight">
      Welcome to Komo AI
    </h1>

    <div className="max-w-xl mx-auto px-4 mt-4 text-lg text-center text-gray-500 dark:text-zinc-500">
      The AI Revenue Engine. From buyer signal to close — automated. Build your first list, launch your first campaign, and book your first meeting in under 30 minutes.
    </div>

    <div className="px-6 lg:px-0 mt-12 lg:mt-24 grid sm:grid-cols-2 gap-x-6 gap-y-4">
      <HeroCard filename="rocket" title="Build a prospect list" description="Six prospecting paths — Sales Nav, people search, CSV, manual, AI, or Signal Agents" href="/product/lists" />

      <HeroCard filename="cli" title="Set up a Signal Agent" description="Monitor LinkedIn engagement 24/7 and auto-add in-market buyers to your list" href="/product/signals" />

      <HeroCard filename="editor" title="Launch your first campaign" description="AI drafts a multi-step email + LinkedIn sequence from a one-line brief" href="/product/campaigns" />

      <HeroCard filename="components" title="Connect your inbox" description="Gmail or Outlook — Komo categorizes replies and routes them to an agent or a teammate" href="/product/inbox" />
    </div>

    <div className="mt-12 text-center">
      <span className="text-gray-600 dark:text-zinc-400">
        Start your 7-day free trial at{" "}

        <a href="https://komo.ai" className="text-primary font-medium hover:underline">
          komo.ai
        </a>
      </span>
    </div>
  </div>
</div>

<div className="relative z-10 px-4 pb-16 max-w-3xl mx-auto">
  ## Your first 30 minutes

  The left sidebar has **History**, **New Task**, and **Sales CRM** (Dashboard, Accounts, Contacts, Lists, Campaigns, Signals, Inbox). Fastest path from cold workspace to working pipeline:

  <Steps>
    <Step title="Connect your inbox">
      **Inbox → Settings** → connect Gmail or Outlook. Required for sending campaigns and triaging replies. [→](/product/inbox)
    </Step>

    <Step title="Build your first list">
      **Lists → New list** → pick a source (Sales Nav URL, People Search, CSV, manual, Find with AI, or Signal Monitoring). [→](/product/lists)
    </Step>

    <Step title="Set up a Signal Agent">
      **Signals → New agent** → add keywords, competitor pages, or influencer profiles. Komo auto-adds matched LinkedIn engagers to a list. [→](/product/signals)
    </Step>

    <Step title="Launch a campaign">
      **Campaigns → New campaign → Create with AI** → describe target, offer, goal in one sentence. Review the drafted sequence and save. [→](/product/campaigns)
    </Step>

    <Step title="Ask an agent">
      **New Task** → pick **Assistant** for quick CRM-grounded answers, **Task** for multi-step work in a cloud sandbox. [→](/product/new-task)
    </Step>
  </Steps>
</div>
