MySiteGPT Assistant

How it works

Three steps from a blank bot to a live, source-grounded chat widget on your site.

1

Create a bot

From your dashboard, hit New bot and give it a name. That’s it — you’ll land on the Learn & Test screen.
2

Train it on your content

Add knowledge three ways:

  • Website URL. We fetch the page, strip the noise, detect FAQs, and crawl a few same-site links it points to.
  • Paste text. Drop in any content — policies, docs, product details — and we embed it.
  • Q&A pairs. Add an exact question/answer for high-precision responses.

Everything is chunked, embedded with OpenAI, and stored as vectors. Test answers right away in the playground — they stream back with citations and fall back gracefully when the answer isn’t in your content.

3

Embed the widget

On the Widget tab, style your bot (color, welcome message, starter questions) then copy the one-line snippet:

<script src="{your-domain}/widget.js" data-bot-id="YOUR_BOT_ID" async></script>

It loads in an isolated Shadow DOM, so it won’t clash with your site’s styles.

4

Capture leads & follow up

Turn on lead capture and the widget asks visitors for their email after the first reply. You’ll get an instant email alert (with the conversation), and you can email any transcript to yourself from the Conversations page.
Ready to build yours?Go to dashboard →