Get started

Quickstart.

Go from an empty account to a live front office on your site. Five steps, no code beyond one script tag.

Create a team#

In the dashboard, create a team from scratch or build one from a link. From scratch you get an Agent, a Router, and a Knowledge block on the canvas. From a link, Whizz Desk crawls your site and proposes a branded team you can apply and edit — see Build from a link.

Add knowledge#

Give your agents something to cite. Upload documents (PDF, DOCX, XLSX, PPTX, CSV, TXT, MD, HTML, images), crawl a website, or paste text. Whizz Desk indexes it for retrieval and attaches citations to answers. See Knowledge & memory.

Test in the simulator#

Open the simulator and chat with your team the way a customer would. The Router shows which agent answered, retrieval shows the sources it cited, and you can replay a message after editing a block. Nothing here spends credits against production traffic.

Publish#

Publish the team. Publishing versions the current canvas and mints a public widget key (wd_pub_…). Edits you make afterward stay in draft until you publish again, so live traffic never sees a half-finished change.

Embed the widget#

Drop one script tag before </body> on your site. Replace the key with your published widget key.

index.html
<script src="https://desk.whizztech.ai/embed.js" data-widget="wd_pub_..." defer></script>