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

# What is SiteGPT

> Train a chatbot on your own content. It answers your visitors, captures leads, and hands off to your team when needed.

SiteGPT turns your website, help docs, and files into a chatbot that answers
your visitors' questions instantly, in your brand's voice. When the AI cannot
help, it collects the visitor's details or hands the conversation to a human
on your team.

You do not need to write flows, decision trees, or code. Point SiteGPT at your
content, put one script tag on your site, and you have a working assistant.

## What it can do

<CardGroup cols={2}>
  <Card title="Answer from your content" icon="book-open">
    Train on your website, sitemaps, files, Notion, Google Drive, and more.
    Answers cite their sources so visitors can read further.
  </Card>

  <Card title="Capture leads" icon="address-book">
    Ask for a name, email, or any custom fields at the right moment, and send
    every lead to your inbox, webhook, or CRM.
  </Card>

  <Card title="Hand off to humans" icon="user-headset">
    Visitors can escalate to your team at any time. Reply from the SiteGPT
    inbox or from tools like Slack, Zendesk, or Crisp.
  </Card>

  <Card title="Meet visitors anywhere" icon="comments">
    The same chatbot works on your website, in Slack, Facebook Messenger,
    Google Chat, Zendesk, Zoho SalesIQ, Freshdesk, and Crisp.
  </Card>

  <Card title="Stay up to date" icon="arrows-rotate">
    Auto-sync re-crawls your links on a schedule so answers track your latest
    content. Retrain anything manually with one click.
  </Card>

  <Card title="Automate with agents" icon="robot">
    A full API, CLI, and MCP server let AI agents create and manage chatbots
    for you, end to end.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Add your content">
    Give SiteGPT your website URL, a sitemap, files, or a connected app like
    Notion or Google Drive. SiteGPT reads the content and trains the chatbot
    on it. See [Add your content](/docs/content/overview).
  </Step>

  <Step title="Make it yours">
    Set the tone with instructions and a persona, match your brand with the
    appearance editor, and add conversation starters. See
    [Appearance](/docs/features/appearance).
  </Step>

  <Step title="Put it on your site">
    Paste one script tag, or use the WordPress plugin. See
    [Install on your website](/docs/setup/integrating-with-your-website).
  </Step>

  <Step title="Let it work">
    Watch conversations in Chat History, collect leads, and jump in as a human
    agent whenever you want. See [Human support](/docs/features/human-support).
  </Step>
</Steps>

## Where to go next

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/setup/quickstart">
    Create your first chatbot in about ten minutes.
  </Card>

  <Card title="Try the live demo" icon="message-bot" href="/docs/introduction/live-demo">
    Talk to a SiteGPT chatbot trained on these docs.
  </Card>

  <Card title="Use cases" icon="lightbulb" href="/docs/introduction/our-use-cases">
    See how teams use SiteGPT for support, lead generation, and more.
  </Card>

  <Card title="Developers" icon="code" href="/docs/developers/overview">
    Widget SDK, tracking events, webhooks, API, and CLI.
  </Card>
</CardGroup>
