Knowledge & Training
Knowledge & Training
Learn how to build your agent's knowledge base with website content, files, Q&A pairs, and Notion pages.
Building Your Knowledge Base
Your agent's knowledge base is the foundation of its intelligence. The better your knowledge base, the more accurate and helpful your agent's responses will be.
Fetchply supports four types of knowledge sources:
Website Sources
Crawl your website and automatically index all pages
File Uploads
Upload PDFs, CSVs, text files, and JSON documents
Q&A Pairs
Add manual question-answer pairs for precision responses
Notion
Connect your Notion workspace and sync pages
How It Works
When you add a knowledge source, Fetchply processes it through a training pipeline:
- Content extraction — text is pulled from your source (web pages, files, etc.)
- Chunking — content is split into segments of up to 512 tokens
- Embedding — each chunk is converted into a vector using Voyage AI
- Indexing — vectors are stored in the knowledge base for fast retrieval
When a visitor asks a question, Fetchply searches the knowledge base for the most relevant chunks and uses them to generate an accurate answer.
Storage Limits
| Plan | Storage Limit |
|---|---|
| Free | 5 MB |
| Starter | 20 MB |
| Pro | 50 MB |
| Business | 100 MB |