Getting SpideyChat live takes four steps and about two minutes. You'll create a bot, teach it your business, customize the widget, then paste one line of code onto your site.
- 1Create a bot in the SpideyChat dashboard.
- 2Teach it your business — describe it in plain language, point the crawler at your website, or upload documents (PDF, DOCX, TXT, CSV, Markdown).
- 3Customize the widget — set the name, welcome message, brand color, and quick-reply pills.
- 4Copy your embed snippet and paste it into your site, just before the closing </body> tag.
<script src="https://spideychat.com/widget.js" data-bot-id="YOUR_BOT_ID"></script>Swap YOUR_BOT_ID for your real Bot ID from the dashboard. That's the only value you need to change.