Get started
Quickstart
From signup to a live agent answering questions on your site in under five minutes.
1. Create an account
Visit the home page and click Get started. Glozr uses Laravel Fortify for auth, so you'll get standard email + password registration, plus optional 2FA in your account settings later.
On signup the system auto-creates your first workspace and a draft agent named after your company domain. If a website URL was provided during signup, that domain gets added to the agent's allowed origins for seamless embed functionality.
2. Run the onboarding wizard
The /onboarding wizard guides you through:
- Confirm your website URL. The agent will learn from this site.
- Auto-discover crawlable pages. We probe your sitemap and a handful of common paths (
/about,/pricing,/faq,/docs, etc.). - Pick which pages to ingest. Each page becomes a knowledge source — text gets chunked and embedded into the vector store.
- Watch them flip to “indexed”. Polls every few seconds. Most sites finish in under a minute.
- Copy the embed snippet. One line of HTML.
3. Embed the widget
Paste this before </body> on any page where the agent should appear. Replace YOUR_AGENT_ID with the value from the onboarding wizard or the agent's Settings page.
<script
src="https://app.glozr.com/widget/widget.js"
data-agent-id="YOUR_AGENT_ID"
async></script>
Allowed origins matter. The widget only loads on origins listed in the agent's allowed_origins. Empty list means deny-everywhere. See Allowed origins.
4. Publish the agent
The widget also loads in draft mode locally so you can test, but it won't answer real visitors until the agent is published.
From the agent's overview page, click Publish to snapshot the current persona, prompt, theme, and behavior rules into a versioned agent_version row.
5. Open the inbox
Head to /app/inbox. Messages from visitors appear live. You can read transcripts, jump in as a human operator, and capture leads.
What's next?
- Tune the persona — System prompt, tone, starter prompts, theme.
- Add behavior rules — Trigger CTAs based on visitor actions or inquiries.
- Pick a plan — Free plan has monthly conversation limits.