Getting Started with conspect.ai
Set up your conspect.ai account and launch your first AI dialogue in minutes without coding.
Before starting, ensure you have:
- A free conspect.ai account (sign up at
https://go.conspect.ai/signup) - Access to your website or app where you'll embed the dialogue
- Basic familiarity with your dashboard (no coding required)
Create Your Account
Sign up for conspect.ai in under 2 minutes. No credit card needed for the free tier.
Sign Up
Visit https://go.conspect.ai/signup and enter your email and password.
Choose your workspace name to organize playbooks.
Verify Email
Check your inbox for the verification link from conspect.ai.
Click to activate your account.
Access Dashboard
Log in at https://dashboard.conspect.ai.
You'll land on the playbooks overview.
Set Up Your First Playbook
Playbooks define your AI dialogue flows. Start with a simple high-intent lead capture.
Create New Playbook
In the dashboard, click New Playbook.
Name it "Lead Qualifier" and select High-Intent Lead Intake template.
Customize Questions
Edit the first question: "Worum geht's dir gerade wirklich?" (What are you really looking for right now?)
Add options: Compare, Recommendation, Quote, Inform.
Add Follow-Up
Branch to second question: "What matters more: Price, Quality, Speed, or Security?"
Set tags based on responses (e.g., Qualität, Schnell).
Configure Dialogue Flow
Use smart branching for adaptive conversations. conspect.ai handles the logic automatically.
Focus on intent detection.
Qualify leads with context.
Enable auto-summary: "Nutzer sucht schnelle Lösung mit Fokus auf Qualität."
Provide personalized recommendations.
Integrate next steps like "Book a call."
Test and Deploy Your Dialogue
Preview and go live instantly.
Preview
Click Preview in the playbook editor.
Test the full flow and verify outputs.
Get Embed Code
Go to Deploy tab and copy the widget code.
Embed on Site
Paste into your HTML. Here's how:
<script src="https://cdn.conspect.ai/widget.js"></script>
<div id="conspect-widget" data-playbook="lead-qualifier"></div>
<script>
Conspect.init({ playbookId: 'your-playbook-id' });
</script>
import { ConspectWidget } from '@conspect/widget';
function App() {
return (
<ConspectWidget playbookId="your-playbook-id" />
);
}
Your first dialogue is now live! Leads will flow into your dashboard with intent scores and next actions.
Next Steps
Explore more features to supercharge your setup.
Advanced Playbooks
Build complex flows with integrations.
Integrations
Connect to your CRM or calendar.
Analytics
Track conversation performance.
Last updated today