Getting started (5 minutes)
Astroworld Chat is an AI chatbot that answers only from your own business content. Here is the fastest path to a working widget.
1. Create a chatbot
Go to Chatbots and click Create. Start blank or pick a ready-made template (Support, Sales, FAQ, and more).
2. Add knowledge
Open Knowledge and upload a PDF/DOCX/TXT, scrape a website URL, or add FAQs. The bot only answers from what you add.
3. Embed the widget
Open Embed, copy the script tag, and paste it before the closing body tag of your site.
<script>
window.AstroworldChat = { botId: 'YOUR_BOT_ID' };
</script>
<script src="https://chat.astroworldmc.com/embed.js" async></script>Was this helpful?