Quick start
Sign up, build your first assistant, and paste the snippet on your site — typical first pass takes about five minutes.
Last updated 2026-05-23
Five steps from a fresh account to a working widget. If you already have an assistant, skip to step 5.
Create your account
Go to /auth/register, enter your email and a password (or use “Continue with Google”), and check your inbox for the verification link. Full walkthrough: Account.
Create an assistant
From the Dashboard, click New assistant, give it a name (visitors see this in the chat header) and an internal description, then save. Details: Dashboard.
Add at least one source
Open the assistant's Sources tab and drop in a PDF, Word doc, Markdown file, or paste a URL to crawl. The build pipeline starts automatically: parsing → chunking → embedding → publishing. You can watch the progress bar on the overview tab. Details: Sources.
Curate scenarios and publish
Open Scenarios. Type the questions visitors really ask; the app auto-generates each answer from your sources and a few rewording variants. When you're happy, hit Publish. Details: Scenarios.
Paste the snippet
Open the Embed tab to copy your assistant's snippet (it carries your
data-assistant-id). The generic form looks like this:<script src="https://github.com/pavelsima/zupport-embed/releases/latest/download/embed.js" data-assistant-id="YOUR_ASSISTANT_ID" defer ></script>Drop it just before
</body>on any page. Platform-specific walkthroughs (Shopify, WordPress, Webflow) are on Embed (per-assistant) and Frameworks.
Next
- Brand it: Configure.
- Tune behaviour: Configuration.
- Hook up events: Events.