Skip to main content

Diagnostic Workflow

When your knowledge agent isn’t working as expected, follow this systematic approach:

Quick Diagnostic Checklist

Before diving deep, check these common issues:
80% of issues come from forgetting to save or not starting a fresh conversation.

Configuration Issues

Agent Not Responding or Acting Generically

Symptoms:
  • Agent gives generic chatbot responses
  • Ignores system instructions
  • Doesn’t use its personality
Possible Causes:
  1. System instructions not saved
  2. Testing in old conversation (has cached behavior)
  3. System instructions too vague
  4. Conflicting instructions
How to Fix: Step 1: Verify save
Step 2: Test fresh
Step 3: Simplify to test
Step 4: Review prompt quality
  • Are instructions specific enough?
  • Any contradictions?
  • See Configuration guide for writing better prompts

Welcome Message or Sample Questions Not Showing

Symptoms:
  • Old welcome message appears
  • Sample questions missing or outdated
Possible Causes:
  1. Changes not saved
  2. Cached in browser
  3. Testing in existing conversation
How to Fix:

Agent Ignoring Boundaries or Prompt Filtering

Symptoms:
  • Agent responds to off-topic requests
  • Doesn’t follow content guidelines
  • Hallucinating information
Possible Causes:
  1. Boundary instructions too soft
  2. Conflicting instructions (be helpful vs. stay on topic)
  3. AI interpreting edge cases differently than expected
How to Fix: Strengthen boundaries:
Add explicit do-not-hallucinate instructions:

Knowledge Base Issues

Agent Says “I Don’t Have Information” About Uploaded Content

Symptoms:
  • You uploaded knowledge but agent doesn’t use it
  • Agent says it doesn’t know things clearly in your documents
Possible Causes:
  1. File still processing
  2. File failed to process
  3. Search query doesn’t match content semantically
  4. Too much noise in knowledge base
Diagnostic Steps: Step 1: Check processing status
Step 2: Test knowledge directly
Step 3: Improve retrieval
Step 4: Check knowledge base size

Knowledge Retrieval is Slow

Symptoms:
  • Long delays before agent responds
  • Timeout errors
Possible Causes:
  1. Knowledge base too large
  2. Files are very large (many MB each)
  3. Too many sources
How to Fix:

Wrong Knowledge Retrieved

Symptoms:
  • Agent cites sources but they’re not relevant
  • Retrieves outdated version of information
Possible Causes:
  1. Multiple conflicting sources
  2. Poor document structure
  3. Outdated content not removed
How to Fix:

Tool Integration Issues

Workflow Agent Not Being Called

Symptoms:
  • Agent talks about the task but doesn’t call the workflow
  • Responds conversationally instead of taking action
Diagnostic Steps: Step 1: Verify enabled
Step 2: Test directly
Step 3: Check system instructions
Step 4: Verify workflow name clarity
Step 5: Test workflow independently

Workflow Returns Errors

Symptoms:
  • Agent calls workflow but gets error response
  • “Tool failed” messages
How to Fix:

Composio Integration Not Working

Symptoms:
  • “Authentication failed” errors
  • Integration shows disconnected
  • Actions don’t execute
How to Fix: Step 1: Re-authenticate
Step 2: Check permissions
Step 3: Test integration directly
Step 4: Check service status

MCP Server Not Connecting

Symptoms:
  • MCP tools not available
  • Connection errors
How to Fix:

Conversation & Chat Issues

Conversations Not Saving

Symptoms:
  • Conversation history disappears
  • Can’t find past conversations
Possible Causes:
  1. Not logged in (guest mode)
  2. Browser privacy mode
  3. Cookies/storage disabled
How to Fix:

Agent Losing Context Mid-Conversation

Symptoms:
  • Agent forgets what was discussed earlier
  • Doesn’t remember previous tool results
Possible Causes:
  1. Conversation too long (token limit)
  2. Technical glitch
How to Fix:
Symptoms:
  • “Not found” or error when opening shared link
  • Link shows different content
How to Fix:

Can’t Start New Conversation

Symptoms:
  • “New Chat” button not working
  • Stuck in existing conversation
How to Fix:

Performance Issues

Agent Responses Are Slow

Symptoms:
  • Long wait times (>30 seconds) for responses
  • Timeouts
Diagnostic:
Fixes Based on Bottleneck:

Agent Making Too Many Tool Calls

Symptoms:
  • Calls 5+ tools for simple requests
  • Over-complicates tasks
How to Fix: Add efficiency guidelines:

High API Costs or Rate Limits

Symptoms:
  • Hitting rate limits frequently
  • Unexpected costs
How to Fix:

Advanced Debugging

Enable Verbose Logging (Builder Testing)

When testing, ask the agent to explain its thinking:

Isolation Testing

Test components separately: Test knowledge only:
Test tools only:
Test system instructions only:

A/B Testing for Debugging

Create two versions of your agent:

Check Browser Console

For technical issues:

When to Contact Support

Contact support if:
  • Issue persists after trying all troubleshooting steps
  • Technical errors appear consistently
  • Platform features aren’t working (can’t save, can’t upload, etc.)
  • Integrations fail repeatedly
  • Performance degraded significantly
  • Data appears corrupted or lost
What to include in support request:

Issue Prevention

Pre-Launch Checklist

Before making your agent public:

Ongoing Maintenance

Weekly:
Monthly:
After Major Changes:

Common Error Messages

Meaning: Workflow agent or integration returned an errorFix:
  1. Test the tool independently
  2. Check tool configuration (API keys, auth)
  3. Review what data was passed to tool
  4. Check tool error logs if available
  5. Add error handling to system instructions
Meaning: Knowledge base search took too longFix:
  1. Knowledge base too large → reduce size
  2. Large files → split into smaller docs
  3. Temporary platform issue → try again
  4. Persistent → contact support
Meaning: Too many requests to an API/toolFix:
  1. Wait before retrying (usually 1-5 minutes)
  2. Add rate limit handling to system instructions
  3. Reduce tool call frequency
  4. Implement caching for common requests
  5. Consider upgrading API tier if consistently hitting limits
Meaning: Can’t connect to integration or toolFix:
  1. Re-authenticate the integration
  2. Check credentials/API keys
  3. Verify permissions granted
  4. Check if service credentials changed
  5. Ensure service is accessible (not behind firewall)
Meaning: Something in agent setup is wrongFix:
  1. Review all configuration tabs
  2. Ensure required fields filled
  3. Check for special characters in names
  4. Try simplifying configuration
  5. Contact support with details

Getting Help

Documentation Resources

Configuration Guide

Review how to write system instructions

Knowledge Base

Troubleshoot knowledge retrieval issues

Tools Integration

Debug workflow and integration problems

Best Practices

Learn patterns that prevent common issues

Community & Support

Remember: Most issues have simple solutions. Work through the diagnostic checklist systematically, isolate the problem component, and apply targeted fixes. The knowledge agent community is also a great resource for troubleshooting uncommon issues.