Crafter.ai

Troubleshooting

Ultimo aggiornamento: 11/4/2025

โ“ FAQ and Troubleshooting - Crafter.ai This guide contains frequently asked questions, solutions to common problems, and best practices for optimizing the...

troubleshooting crafter.aiTroubleshooting chatbot crafter.aiguide Troubleshooting crafter.ai chatbotguide Troubleshooting crafter.ai

โ“ FAQ and Troubleshooting - Crafter.ai

This guide contains frequently asked questions, solutions to common problems, and best practices for optimizing the use of Crafter.ai.

๐ŸŽฏ Frequently Asked Questions (FAQ)

๐Ÿš€ Introduction and Setup

Q: How long does it take to create the first chatbot?

A: For a basic functioning chatbot:

  • Quick Setup: 15-30 minutes
  • Complete Setup: 2-4 hours
  • Advanced Setup: 1-2 days

The time depends on the complexity of the knowledge base and the number of customized Q&A.

Q: Can I create multiple chatbots with the same account?

A: Yes, the number depends on the plan, see the pricing page at this link

Q: What languages does Crafter.ai support?

A: Fully supported languages:

  • ๐Ÿ‡ฎ๐Ÿ‡น Italian
  • ๐Ÿ‡ฌ๐Ÿ‡ง English
  • ๐Ÿ‡ง๐Ÿ‡ท Portuguese (Brazil)
  • ๐Ÿ‡ช๐Ÿ‡ธ Spanish
  • ๐Ÿ‡ซ๐Ÿ‡ท French
  • ๐Ÿ‡ฉ๐Ÿ‡ช German

Q: Can I change the language of the chatbot after creating it?

No

๐ŸŽ“ Teaching and Knowledge Base

Q: How many Q&A can I create?

A: You can create unlimited Q&As.

Q: What file formats can I upload?

A: Supported formats:

  • Documents: PDF, DOCX, DOC, TXT, RTF, Excel, CSV, JSON
  • Max size: 10MB per file

Q: Can the chatbot learn automatically from conversations?

A: No, Crafter.ai does not have automatic self-learning for safety and quality control. However:

  • โœ… You can analyze "misses" (unresolved conversations)
  • โœ… Receive suggestions for new Q&A
  • โœ… Dashboard analytics to identify gaps in the knowledge base

Q: How can I improve the accuracy of responses?

A: Best practices:

  1. More utterances: Add variants of each question
  2. Natural language: Write as your customers speak
  3. Clear context: Complete and specific responses
  4. Regular training: Retrain after modifications
  5. Analyze misses: Review unresolved conversations

๐ŸŽจ Customization and Preview

Q: Can I use my logo as the chatbot avatar?

A: Yes! Supported formats:

  • PNG, JPG, SVG
  • Sizes: Minimum 64x64px, optimal 256x256px
  • Weight: Max 500KB
  • Shape: Automatically rendered circular

Q: Is the chatbot responsive on mobile?

A: Yes, fully responsive with:

  • โœ… Mobile-first design
  • โœ… Touch-friendly interface
  • โœ… Automatic font/size optimization
  • โœ… Testing on all major devices

Q: Can I test the chatbot before publishing it?

A: Absolutely! In the Preview step you have:

  • Integrated test widget: Interactive testing
  • Demo page: Temporary URL for testing
  • Team sharing: Share with colleagues for feedback

๐Ÿš€ Deploy and Integration

Q: On which sites can I integrate the chatbot?

A: The chatbot works on:

  • โœ… Any website (WordPress, Shopify, custom)
  • โœ… Landing pages
  • โœ… Web apps (React, Vue, Angular)
  • โœ… E-commerce (Magento, WooCommerce, Prestashop)

Only requirement: JavaScript support.

Q: Does the chatbot slow down the website loading?

A: Yes.

Q: What happens if the chatbot server goes offline?

  • Fallback message: Customizable service unavailable message
  • Auto-recovery: Automatic reconnection

๐Ÿ’ฐ Plans and Billing

Q: What happens if I exceed the message limit?

  • You can purchase additional messaging packages or upgrade to the next plan. This way, you avoid service interruptions and ensure conversation continuity.

Q: Can I change plans at any time?

A: Yes:

Q: Do you offer discounts for non-profits or educational institutions?

A: Please, contact us on info@athics.ai

๐Ÿ‘ฅ Team and Collaboration

Q: How do I add team members?

A: Only Owners and Admins can:

  1. Team Settings โ†’ Invite Member
  2. Enter email of the new member
  3. Select role (Admin, Member)
  4. Send invite โ†’ The user receives an email

Q: Can I restrict access to certain chatbots?

A: Currently, permissions are at the team level, not per individual chatbot. Solutions:

  • Separate teams for different projects.

๐Ÿ”ง Technical Issues

Q: The chatbot does not respond to the questions I entered

A: Debug checklist:

  1. โœ… Training completed? Check status "Trained"
  2. โœ… Q&A Check information in the Q&A
  3. โœ… Sufficient utterances? Add variants of the question
  4. โœ… Consistent language? Same language for chatbot/questions
  5. โœ… Test with exact phrases: Try with the exact utterances entered

Q: Error "Can't deploy - survey incomplete"

A: Step-by-step solution:

  1. Go to the Teaching Step
  2. Check Survey section: All questions must have answers
  3. Save everything: Click save after each modification
  4. Retry deploy: Go back to the Deploy step

Q: The widget does not appear on my site

A: Troubleshooting:

// 1. Check code in <head>
// 2. Open Developer Tools (F12)
// 3. Check Console for errors
// 4. Verify Network tab for 404/500 errors
// 5. Test on a simple page (test.html)

Common causes:

  • Incorrect Bot ID in the code
  • Unauthorized domain
  • Content Security Policy too restrictive
  • Ad-blocker blocking the widget

๐Ÿ› ๏ธ Detailed Troubleshooting

๐Ÿ” Problem Diagnostics

Chatbot Not Responding Correctly

Symptoms:

  • Responds "I didn't understand" to questions present in the Q&A
  • Irrelevant or confused responses
  • Inconsistent understanding

Diagnosis:

Step 1: Check Training Status
โ”œโ”€โ”€ Dashboard โ†’ Bot Status  
โ”œโ”€โ”€ Must be "Trained" (green)
โ””โ”€โ”€ If "Needs Training": retrain

Step 2: Analyze Utterances
โ”œโ”€โ”€ Review Q&A with issues
โ”œโ”€โ”€ Add more variants (min 3-5 per Q&A)
โ””โ”€โ”€ Use natural language of customers

Step 3: Check Conflicts
โ”œโ”€โ”€ Teaching โ†’ Improve โ†’ Conflicts
โ”œโ”€โ”€ Resolve semantic overlaps
โ””โ”€โ”€ Clarify ambiguous Q&A

Step 4: Systematic Testing
โ”œโ”€โ”€ Test exact phrases of the utterances
โ”œโ”€โ”€ Test progressive variants
โ””โ”€โ”€ Document failure patterns

Solutions:

โœ… Utterances Expansion:
   Question: "How much does shipping cost?"
   Utterances:
   - "Shipping cost"
   - "Delivery price" 
   - "Shipping rates"
   - "Transport charges"
   - "What do I pay for delivery?"

โœ… Context Addition:
   Improved response:
   "Shipping costs โ‚ฌ4.90 (standard 3-5 days) 
   or โ‚ฌ9.90 (express 1-2 days). 
   FREE for orders over โ‚ฌ50!"

Deployment Issues

Error: "Upgrade chatbot plan"

Cause: Insufficient plan for deployment
Solutions:
1. Check current plan: Dashboard โ†’ Billing
2. Check usage: % messages used
3. Upgrade plan if necessary
4. Contact admin team if you are not the owner

Error: "Deploy failed - server error"

Diagnosis:
1. Retry after 5-10 minutes

Infinite deploy (>15 minutes)

Possible causes:
โ”œโ”€โ”€ Very large knowledge base
โ”œโ”€โ”€ Many Q&A (>500)
โ”œโ”€โ”€ Server overload
โ””โ”€โ”€ Network issues

Solutions:
โ”œโ”€โ”€ Optimize KB (remove duplicates)
โ”œโ”€โ”€ Deploy during off-peak hours
โ”œโ”€โ”€ Contact support if it persists
โ””โ”€โ”€ Check internet connection

Widget Integration Issues

Widget not visible

Debug Checklist:
โ–ก Bot status = "Deployed"
โ–ก Code in <head>, not in <body>
โ–ก Correct Bot ID (no extra spaces)
โ–ก No JavaScript errors in console
โ–ก Test in incognito mode
โ–ก Temporarily disable ad-blocker

Widget visible but not functioning

Diagnosis:
1. Test on official demo page
2. Compare behavior
3. Test cross-browser (Chrome, Firefox, Safari)

๐Ÿšจ Urgent Problem Resolution

Chatbot Offline During High Traffic

Immediate Action:

1. Check Dashboard Status (2 min)
2. Verify system status page (1 min)
3. Contact support if confirmed outage (immediate)
4. Activate fallback message if configured
5. Notify team/stakeholder

Health Check Routine

Daily (5 minutes):

โ–ก Bot status check
โ–ก Error rate review
โ–ก New conversations scan
โ–ก Usage metrics check

Weekly (30 minutes):

โ–ก Performance trends analysis
โ–ก Misses review and resolution
โ–ก Knowledge base accuracy audit
โ–ก User feedback analysis

Monthly (2 hours):

โ–ก Full performance review
โ–ก Strategic content optimization
โ–ก Team training needs assessment
โ–ก Technology stack review

๐Ÿ’ก Best Practices and Tips

๐ŸŽฏ Performance Optimization

Content Optimization

โœ… Q&A Quality:
โ”œโ”€โ”€ 1 concept per Q&A (no multiple questions)
โ”œโ”€โ”€ Complete but concise answers (<200 words)
โ”œโ”€โ”€ Clear call-to-action when appropriate
โ””โ”€โ”€ Brand-consistent language

โœ… Knowledge Base:
โ”œโ”€โ”€ Updated and relevant documents
โ”œโ”€โ”€ Removal of obsolete content
โ”œโ”€โ”€ Logical and navigable structure
โ””โ”€โ”€ Format consistency

๐ŸŽจ UX Best Practices

Conversational Design

โœ… Natural Language:
โ”œโ”€โ”€ Write as you speak
โ”œโ”€โ”€ Avoid technical jargon
โ”œโ”€โ”€ Use emojis sparingly ๐Ÿ˜Š
โ””โ”€โ”€ Tone consistent with brand

โœ… User Journey:
โ”œโ”€โ”€ Clear onboarding for new users
โ”œโ”€โ”€ Help easily accessible
โ”œโ”€โ”€ Progress indication for long flows
โ””โ”€โ”€ Clear exit points

Error Handling

โœ… Graceful Degradation:
โ”œโ”€โ”€ Informative but friendly error messages
โ”œโ”€โ”€ Alternative paths when possible
โ”œโ”€โ”€ Human handover when necessary
โ””โ”€โ”€ Concrete recovery suggestions

๐Ÿ“ˆ Growth and Scaling

Content Scaling Strategy

Phase 1: Core Q&A (0-50 Q&A)
โ”œโ”€โ”€ Focus on most frequent questions
โ”œโ”€โ”€ Perfect core user journeys
โ””โ”€โ”€ Establish baseline metrics

Phase 2: Expansion (50-200 Q&A)  
โ”œโ”€โ”€ Add edge cases
โ”œโ”€โ”€ Implement advanced flows
โ””โ”€โ”€ Optimize performance

Phase 3: Advanced (200+ Q&A)
โ”œโ”€โ”€ Specialization for user segments
โ”œโ”€โ”€ Advanced integrations
โ””โ”€โ”€ Predictive capabilities

Team Scaling

Small Team (1-3 people):
โ”œโ”€โ”€ 1 person: All-in-one (content + tech)
โ”œโ”€โ”€ 2 people: Content specialist + Tech lead
โ””โ”€โ”€ 3 people: + Analytics/optimization specialist

Medium Team (4-10 people):
โ”œโ”€โ”€ Content Manager
โ”œโ”€โ”€ Bot Trainer/Optimizer  
โ”œโ”€โ”€ Technical Lead
โ”œโ”€โ”€ Analytics Specialist
โ””โ”€โ”€ QA/Testing specialist

Large Team (10+ people):
โ”œโ”€โ”€ Specialized teams per function
โ”œโ”€โ”€ Dedicated DevOps
โ”œโ”€โ”€ User research specialist
โ””โ”€โ”€ Customer success integration

๐Ÿ†˜ When to Contact Support

๐Ÿ”ด Immediate Support Needed

  • Chatbot completely offline >30 minutes
  • Data loss or corrupted knowledge base
  • Suspected security incidents

๐ŸŸก Support Within 24 Hours

  • Recurring deploy failures
  • Significant performance degradation
  • Integration issues with critical services
  • Billing/account problems

๐ŸŸข Standard Support (2-5 days)

  • Feature requests
  • Training and best practices
  • General optimization advice
  • Non-critical technical questions

๐Ÿ“ž How to Contact

Email: support@athics.ai Chat: Chatbot

Information to include:

  • Account ID and team name
  • Bot ID if specific issue
  • Detailed description + screenshots
  • Steps to reproduce
  • Browser/device info
  • Urgency level (Critical/High/Medium/Low)

๐Ÿ’ก Remember: Most issues have simple solutions. Always follow the systematic debugging process before contacting support.