Three steps from a blank bot to a live, source-grounded chat widget on your site.
Add knowledge three ways:
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.
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.