Sign up, train your agent, make it yours, then paste one snippet. No build step, no backend - it works on any website.
Sign up and a fresh agent is provisioned for your workspace automatically.
Add text, crawl your website, import products, or upload documents on the Training page.
Set your color, avatar, welcome message and AI disclosure under Appearance.
Copy your embed code from the dashboard and paste it before </body> on any page.
Swap the mode value to change how the agent appears. Grab your real snippet - with your agent ID prefilled - from the dashboard.
<script src="https://selraiz.com/widget.js"></script> <script> Selraiz.init({ agentId: "YOUR_AGENT_ID", mode: "widget", agentName: "Victoria", primaryColor: "#1a1b4b" }); </script>
<script src="https://selraiz.com/widget.js"></script> <script> Selraiz.init({ agentId: "YOUR_AGENT_ID", mode: "ainav", agentName: "Victoria", primaryColor: "#1a1b4b" }); </script>
<script src="https://selraiz.com/widget.js"></script> <script> Selraiz.init({ agentId: "YOUR_AGENT_ID", mode: "consultant", agentName: "Victoria", primaryColor: "#1a1b4b", consultant: { goal: "meeting", // "meeting" | "purchase" | "auto" startPath: "/", // page the tour opens on launcherLabel: "Take a guided tour", greeting: "Hi, I'm Victoria - shall I show you around?" } }); </script>
In consultant mode the agent opens a full-screen stage: your site renders in a frame on the left, the conversation docks on the right, and a live voice call runs the whole time.
?sp_tour=1, and the widget refuses to mount inside its own frame - so there's no recursion to guard against.goal - meeting drives towards a booking, purchase towards a checkout, auto picks based on whether you've imported products.startPath - the page the tour opens on. Defaults to /.launcherLabel / launcherSub / greeting - the text on the launcher pill and the opening line. All optional.commerce - for shops: how to add to the basket and which page counts as your order confirmation, so it knows when a sale completed.Create your agent, train it, and paste one snippet.