← All posts
Guides3 min read

[GUIDES] · Jun 14, 2026 · 09:00

How to add an AI chatbot to your website in one line

No SDK, no framework component, no build step. One script tag, and an AI agent that knows your product is live on your site.

Tm

The muro team

muro.chat

#ai#chatbot#install#guide

Most chatbot setups want an SDK, an account on three dashboards, and an afternoon. You just want a chat bubble that answers your customers. Here is the whole thing.

The one line

Paste the muro snippet into your <head>. It is about 6 KB, loads after your page so it never slows you down, and runs in a Shadow DOM so it cannot touch your CSS.

html<script>
  (function(w,d,s,o){w.MuroChat=o;w[o]=w[o]||function(){(w[o].q=w[o].q||[]).push(arguments)};
  var j=d.createElement(s);j.async=1;j.src="https://muro.chat/widget.js";
  d.getElementsByTagName("head")[0].appendChild(j)})(window,document,"script","muro");
  muro("init",{widgetId:"wgt_your_id"});
</script>

Make it smart

Turn on AI auto-reply and paste your docs URL. The agent now answers from your product. That is it. Try it free.

Tm

✎ Written by

The muro team

muro.chat