Using the Playground
1
Navigate to Playground
Go to Test → Playground in your dashboard.
2
Select an Agent
Choose which agent you want to test from the dropdown.
3
Start Chatting
Type messages as if you were a customer and press Enter.
4
Review Responses
Read the agent’s responses and check quality.
5
View Execution Details
Click on any response to see how the agent processed it.
Viewing Execution Details
The execution panel shows everything that happened:Steps Executed
See the sequence of actions:- Message received
- Guardrails checked
- Knowledge searched
- Runbook/workflow executed
- Response generated
Knowledge Retrieved
See what the agent found:- Which articles matched
- Relevance scores
- Content used in response
Tool Calls
See what actions were taken:- Tool name
- Input parameters
- Output/result
- Success or failure
Reasoning
Understand why the agent made decisions:- How it interpreted the question
- Why it chose certain knowledge
- How it formulated the response
Testing Scenarios
Happy Path Testing
Test common questions with clear answers:Edge Case Testing
Test unusual or difficult scenarios:Guardrail Testing
Test messages that should trigger escalation:Knowledge Testing
Test for knowledge gaps:Saving Tests
Convert useful playground conversations to batch tests:1
Have a Conversation
Test a specific scenario in the playground.
2
Click Save as Test
Click the Save as Test button.
3
Define Expectations
Specify what the expected outcome should be.
4
Save
Save to your test suite for batch testing.
Rating Responses
Provide feedback on response quality:- 👍 Good response
- 👎 Needs improvement
- Add comments for context
Starting a New Conversation
To start fresh:- Click New Conversation or the refresh icon
- Previous conversation is cleared
- Context is reset
Tips for Effective Testing
Test Like a Customer
Write messages the way customers actually write:- Incomplete sentences
- Typos and informal language
- Multiple questions at once
- Vague descriptions
Test Conversation Flow
Don’t just test single messages — test multi-turn conversations:- Customer asks question
- Agent responds
- Customer asks follow-up
- Agent maintains context
Document Issues
When you find problems:- Note what you asked
- Note what the agent did wrong
- Check execution details for root cause
- Update configuration to fix
Test After Changes
After updating agent configuration:- Re-test affected scenarios
- Verify the fix works
- Check for regressions
Playground vs Production
| Aspect | Playground | Production |
|---|---|---|
| Messages | You send manually | Real customers |
| Context | Fresh each conversation | Full history |
| Actions | May be simulated | Real execution |
| Visibility | Only you | Customers see |
Playground is for validation. Always follow up with shadow mode on real traffic before going live.