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

# Founding Agent overview

> A voice AI agent for your website that answers visitors, qualifies buyers, and books meetings.

A voice AI agent for your website. Answer every website visitor. Talk only to the ones ready to buy. Founding Agent learns from your product, pricing, documentation, and case studies, then answers questions, qualifies leads, books demos, and hands off to a human, 24/7.

## How a call works

<Steps>
  <Step title="A visitor clicks to talk">
    The embedded widget opens a live voice connection directly in the browser.
  </Step>

  <Step title="The agent answers from your knowledge">
    It draws on your indexed product, pricing, and documentation to respond accurately.
  </Step>

  <Step title="It books a demo or hands off when the visitor is ready">
    If intent is high, the agent schedules a meeting or transfers the call to a live teammate.
  </Step>

  <Step title="You get the lead and the transcript">
    The portal logs the conversation, a summary, intent label, and any contact details the visitor shared.
  </Step>
</Steps>

## What you get

<CardGroup cols={2}>
  <Card title="Knowledge-grounded answers" icon="brain" href="/docs/founding-agent/portal/teach">
    Every response is grounded in the content you add to your knowledge base, so the agent never makes things up.
  </Card>

  <Card title="Lead capture and intent" icon="user-check" href="/docs/founding-agent/portal/leads-and-conversations">
    Conversations are captured as leads with automatic intent labels and lead scores.
  </Card>

  <Card title="Demo booking" icon="calendar" href="/docs/founding-agent/embed/booking">
    Visitors can schedule a meeting by voice, backed by your calendar.
  </Card>

  <Card title="Human handoff" icon="headset" href="/docs/founding-agent/portal/live-calls-and-handoff">
    The agent transfers high-intent visitors to a live teammate without dropping the call.
  </Card>
</CardGroup>

## Founding Agent and the Moss engine

Founding Agent is the packaged product you configure in the portal and embed on your site. Under the hood it relies on the [Moss retrieval engine](/docs/start/what-is-moss), a real-time semantic search runtime, to look up relevant knowledge during every conversation. You do not need to interact with the engine directly; Founding Agent manages it for you.

## Next steps

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/docs/founding-agent/quickstart">
    Publish your first agent in about 15 minutes.
  </Card>

  <Card title="Build in the portal" icon="sliders" href="/docs/founding-agent/portal/create-and-configure">
    Configure your agent, knowledge base, and settings.
  </Card>

  <Card title="Embed on your site" icon="code" href="/docs/founding-agent/embed/install-and-keys">
    Add the React widget to any webpage.
  </Card>
</CardGroup>
