Docs

Go live in four steps

Sign up, train your agent, make it yours, then paste one snippet. No build step, no backend - it works on any website.

1

Create an account

Sign up and a fresh agent is provisioned for your workspace automatically.

2

Train it

Add text, crawl your website, import products, or upload documents on the Training page.

3

Make it yours

Set your color, avatar, welcome message and AI disclosure under Appearance.

4

Embed the snippet

Copy your embed code from the dashboard and paste it before </body> on any page.

One snippet, two placements

Swap the mode value to change how the agent appears. Grab your real snippet - with your agent ID prefilled - from the dashboard.

Floating widget (corner bubble)
<script src="https://d22elm9me8mcsa.cloudfront.net/widget.js"></script>
<script>
  Selraiz.init({
    agentId: "YOUR_AGENT_ID",
    mode: "widget",
    agentName: "Victoria",
    primaryColor: "#1a1b4b"
  });
</script>
AI nav bar (full-width bar that expands to a chat)
<script src="https://d22elm9me8mcsa.cloudfront.net/widget.js"></script>
<script>
  Selraiz.init({
    agentId: "YOUR_AGENT_ID",
    mode: "ainav",
    agentName: "Victoria",
    primaryColor: "#1a1b4b"
  });
</script>

Try before you install

This whole site runs the widget you just saw configured. Chat with Victoria in the corner.

Tap the assistant in the corner ↘

Ready to go live?

Create your agent, train it, and paste one snippet.