After creating and saving the bot, an auto-generated <script> tag will appear in the Embed Code section of the bot configuration page.Copy this code and paste it into your website HTML (typically before </body>). A chat bubble will appear at the bottom-right corner of the page, allowing visitors to chat with your bot.
Want to try the embed widget before wiring it into your own site? The LangBot
main repo ships a self-contained single-file demo page index.html under
examples/web-page-bot/:
open it in a browser, fill in your LangBot address and Page Bot UUID, and it
loads the live embed widget so you can chat with the bot just like a site
visitor — and generates the exact <script> snippet to paste into your own site.
# Serve the repo root statically, then open it in a browserpython3 -m http.server 8930# Visit http://localhost:8930/examples/web-page-bot/