Troubleshooting
Common issues and how to fix them
Common issues and how to resolve them. If your issue isn't listed here, contact us.
Agent not responding to tickets
Check these in order:
Is the trigger enabled? Go to Settings > Triggers and verify the trigger is active.
Is the integration connected? Check that your helpdesk integration shows as connected in the Integrations panel.
Are webhooks configured? Some integrations require webhooks to be set up in your helpdesk. Check the integration-specific docs.
Is the agent active? Make sure your subscription is active and the agent isn't paused.
Agent giving wrong answers
Check your knowledge sources. Test in the chat and see which sources it's pulling from. If it's using outdated content, update the source and re-sync.
Refine instructions. Add specific rules for the scenarios where it's getting things wrong. See Writing Instructions.
Add more relevant knowledge. If the agent can't find the right answer, it may need additional knowledge sources covering that topic.
Train on past tickets. If the agent's tone is off, training on your team's past tickets helps it match your style.
Agent not using the right tone
Update instructions. Explicitly describe the tone you want: formal vs. casual, concise vs. detailed, etc.
Train on past tickets. This is the most effective way to get the agent to sound like your team.
Provide examples. Include example responses in your instructions to show exactly what you expect.
Knowledge not syncing
Check the sync status. Look at the sidebar — it shows sync indicators for each integration.
Trigger a manual re-sync. Go to the integration settings and click re-sync.
Verify permissions. Make sure the connected account has access to the content you're trying to sync.
Check connection status. Ensure the integration is still connected (OAuth tokens can expire).
OAuth connection failing
Check permissions. You typically need admin access in the connected tool.
Clear browser cache. Sometimes stale sessions interfere with OAuth flows.
Try a different browser. If the OAuth popup isn't loading, try a different browser.
Disconnect and reconnect. Remove the existing connection and set it up again.
Chat widget not appearing on website
Check the embed code. Make sure the snippet is placed before the
</body>tag.Clear your browser cache. The widget may be cached from before you added it.
Check for JavaScript errors. Open your browser console and look for errors related to the widget.
Verify the channel is active. Make sure the channel is configured and active in your agent workspace.
Website crawler missing pages
Check robots.txt. The crawler respects
robots.txt— make sure it's not blocking pages.Verify pages are linked. The crawler follows links from your starting URL. Orphan pages won't be found.
Check crawl limits. Trial accounts are limited to 100 pages, paid plans to 500. Use path filters to prioritize.
Check path filters. If you've set include/exclude filters, make sure they're not accidentally excluding the pages you want.
Slack agent not responding
Check the trigger. Go to Settings > Triggers and verify the @eesel trigger is enabled.
Verify channel access. Make sure the agent has been added to the channel you're trying to use.
Use the correct @mention. Make sure you're mentioning
@eeselexactly.Check knowledge sources. The agent needs connected knowledge sources to answer questions.
Still stuck?
If none of the above solutions work, contact our support team. Include:
What you're trying to do
What's happening instead
Your agent name or workspace
Any error messages you're seeing
Last updated