Fix a wrong answer
Diagnose and fix incorrect bot answers by tracing them back to the source content.
Find the conversation
Go to Conversations in the sidebar. Search for a keyword from the wrong answer, or filter by date to find recent conversations.
Open Conversations in adminUse the search bar to find conversations containing a specific topic or phrase.
Click the conversation to read the full exchange. Note the exact question the visitor asked and the answer the bot gave.
The full conversation thread. The bot's message shows which question triggered the wrong answer.
Identify the root cause
Wrong answers have three common causes:
Wrong content in the knowledge base. The bot found the right chunk but the content itself is incorrect or outdated. Fix: update the source content and retrain.
Missing content. The bot couldn't find relevant content and either hallucinated an answer or gave a generic response. Fix: add content that answers the question explicitly.
Ambiguous content. Multiple chunks contradict each other (e.g., two pages say different return windows). Fix: consolidate or remove the conflicting source.
Fix strategies
For outdated content:
1. Find the source that contains the wrong information (search your knowledge base or check your website)
2. Update the source content to be accurate
3. Retrain the source (or re-upload the file) in Sources
For missing content:
1. Write a clear answer to the question
2. Add it to your FAQ file and re-upload, or add it to a relevant page on your website and retrain
3. For very specific questions, a dedicated FAQ entry produces the most reliable results
For contradictory content:
1. Find all sources containing the conflicting information
2. Delete the outdated source or update it to be consistent
3. Retrain all modified sources
Use Self-learn
After every human handoff, DGbot analyses the conversation and suggests knowledge base improvements. If the agent provided the correct answer during the handoff, DGbot proposes adding that information to your knowledge base.
Review these suggestions weekly in the Self-learn section. Approving good suggestions is often faster than manually identifying and fixing wrong answers.
Open Self-learn in admin