Validate your Synaptiq setup by running a complete test conversation and reviewing the results.
You have configured your AI agent, uploaded your knowledge base, and embedded the widget. Now it is time to run a real conversation and verify that leads are captured, scored, and displayed correctly in the dashboard. This guide walks you through a structured test so you can go live with confidence.
Make sure you have completed these steps:
You do not need all of these to run a test, but the more you have configured, the more realistic the test will be.
The fastest way to test is the built-in preview, which does not require the widget to be embedded on a live site.
/admin and click AI Agent > Preview in the left sidebarAdvantages of Preview Mode:
Limitations:
For a production-realistic test, use the widget as an actual visitor would:
Tip: If you want to test multiple conversations without them merging into one session, open a new incognito window for each test. Synaptiq identifies returning visitors by browser fingerprint and session cookies.
Use this script to exercise every important behavior of your AI agent. Play the role of a potential customer and follow these steps:
You say: "Hi, I'm interested in learning more about what you offer."
What to verify:
You say: "Can you tell me about your pricing?"
What to verify:
Follow up with: "What integrations do you support?"
What to verify:
Now let the agent guide you through qualification. Respond naturally when it asks questions. Provide this test data:
| Field | Test Value | |-------|-----------| | Name | Alex Johnson | | Email | alex.johnson@testcorp.com | | Company | TestCorp | | Job Title | VP of Sales | | Company Size | 200 employees | | Budget | $5,000-10,000/month | | Timeline | Within 30 days | | Use Case | Automating inbound lead qualification |
What to verify:
Start a new conversation and this time, push back:
You say: "I'm just browsing, not ready to share any info yet."
What to verify:
Then say: "Actually, can you tell me about your security practices?"
What to verify:
You say: "How do you compare to [a competitor in your space]?"
What to verify:
Then say: "What's the weather like today?"
What to verify:
You say: "This sounds great, what's the next step?"
What to verify:
After completing the test conversation, go to the Synaptiq dashboard to verify the data was captured correctly.
/admin/leads| Field | Expected | |-------|----------| | Name | Alex Johnson | | Email | alex.johnson@testcorp.com | | Company | TestCorp | | Status | Qualified (if all required fields were collected) | | Score | A number between 0-100, reflecting the fields collected and their weights |
If the score seems too low or too high, review your weight configuration under AI Agent > Qualification > Scoring Rules.
The Qualification tab on the lead detail page shows a timeline of when each field was captured:
[0:00] Conversation started
[0:12] Greeting sent
[0:34] Visitor asked about pricing
[0:35] Knowledge base referenced: pricing-guide.pdf (relevance: 0.89)
[1:02] Field extracted: name = "Alex Johnson" (confidence: 0.97)
[1:15] Field extracted: email = "alex.johnson@testcorp.com" (confidence: 0.99)
[1:28] Field extracted: company = "TestCorp" (confidence: 0.95)
[2:10] Field extracted: company_size = "200" (confidence: 0.91)
[2:45] Field extracted: budget = "$5,000-10,000/month" (confidence: 0.88)
[3:02] Field extracted: timeline = "Within 30 days" (confidence: 0.93)
[3:15] Lead qualified — Score: 87
[3:16] Notification sent: email, Slack
This timeline is invaluable for understanding how the agent collects information and where the conversation could be improved.
If you configured notifications in the Quick Start Guide, verify they fire correctly:
{
"event": "lead.qualified",
"timestamp": "2026-04-05T14:32:00Z",
"lead": {
"id": "lead_abc123",
"name": "Alex Johnson",
"email": "alex.johnson@testcorp.com",
"company": "TestCorp",
"score": 87,
"fields": {
"job_title": "VP of Sales",
"company_size": "200",
"budget": "$5,000-10,000/month",
"timeline": "Within 30 days",
"use_case": "Automating inbound lead qualification"
},
"conversation_url": "https://synaptiqintel.com/admin/conversations/conv_xyz789"
}
}
Tip: If you do not have a webhook endpoint set up, use a free service like webhook.site to capture and inspect the payload during testing.
The agent collected fields but they were not mapped to your qualification criteria. Go to AI Agent > Qualification and verify that your field keys match. For example, if the agent extracts "company_name" but your field key is "company," the data will not map.
Check that your qualification fields are set to Required under AI Agent > Qualification. If all fields are optional, the agent will prioritize answering questions over collecting data.
Go to Knowledge Base > Documents and check the Last Updated date on relevant files. If a document is outdated, re-upload the current version. Use the Knowledge Base Test tool to verify the correct chunks are being retrieved.
/admin/conversations with a "Test" tag. Make sure you are not filtering them out.data-tenant attribute in your script tag matches your active tenant ID. Check the browser console for errors.Adjust the tone under AI Agent > Personality. If the tone preset is not enough, use the Custom Instructions field to give specific guidance. For example: "Use contractions (you're, we'll, it's). Avoid corporate jargon. Keep sentences short."
The score is not just a number — it maps to lead quality tiers that you can customize:
| Score Range | Default Tier | What It Means | Typical Action | |-------------|-------------|---------------|----------------| | 80-100 | Hot Lead | All required fields collected, strong buying signals (budget fits, short timeline) | Immediate sales follow-up or auto-book a meeting | | 50-79 | Warm Lead | Most fields collected, but missing budget or timeline | Add to nurture sequence, follow up within 48 hours | | 25-49 | Cool Lead | Basic contact info collected, no strong buying signals | Add to marketing list, send educational content | | 0-24 | Cold Lead | Minimal info collected, visitor disengaged early | Log for reference, no active follow-up |
You can customize these tiers and their associated automation triggers under AI Agent > Qualification > Scoring Rules.
Before going live with real visitors, run through this complete checklist:
Your Synaptiq setup is validated and ready for real visitors. Here is what to do next:
You are live. Start driving traffic to your site and watch the leads come in.
Was this page helpful?