Training AI with Knowledge Base
Training AI with Knowledge Base
How AI Training Works
Liqaa's AI reads your content and uses it to answer visitor questions. The more relevant content you provide, the more accurate the AI becomes.
Method 1: Auto-Crawl Your Website
The fastest way to train AI — let it crawl your website automatically.
- Go to Messenger > Knowledge Base > Sources
- Click Add Website
- Enter your verified domain URL
- Choose pages to include/exclude (optional)
- Click Start Crawl
The AI will extract text from your pages, process it, and make it searchable.
Crawl Frequency Options:
| Frequency | Best For |
|---|---|
| Daily | Frequently updated content (news, pricing) |
| Weekly | Regular updates (blog, docs) |
| Monthly | Static content (about, FAQ) |
| Manual | One-time or on-demand |
Method 2: Manual Articles
For content not on your website, add articles manually:
- Go to Knowledge Base > Articles
- Click Add Article
- Write a title and body (supports rich text)
- Publish the article
Tips for Better AI Accuracy
- Be specific — Write clear, concise answers to common questions
- Use Q&A format — Structure articles as questions and answers
- Update regularly — Remove outdated information
- Test after training — Use the Playground to ask test questions
Testing Your AI
- Go to Messenger > Playground
- Ask questions your visitors would ask
- Check if answers are accurate and reference the right source
- Adjust your content if needed
Static vs Dynamic Sites
- Static sites (HTML, WordPress, docs) — Crawled reliably
- Dynamic SPAs (React, Vue without SSR) — May need server-side rendering for crawling
- JavaScript-heavy pages — Content rendered only via JS may not be crawled; add it manually instead