Give your AI agent product knowledge by uploading documents it can reference during conversations.
Without a knowledge base, your Synaptiq AI agent can only have generic conversations. With one, it becomes a product expert that answers visitor questions with accurate, specific information pulled directly from your documents. This guide covers how to upload, manage, and test your knowledge base.
When a visitor asks "What integrations do you support?" or "How does your pricing work?", the AI agent searches your knowledge base for relevant content and uses it to construct a grounded, accurate response. Without uploaded documents, the agent either gives a vague answer or triggers its fallback behavior.
The knowledge base directly impacts three things:
/admin| Format | Extension | Max Size | Best For |
|--------|-----------|----------|----------|
| PDF | .pdf | 50 MB | Product guides, whitepapers, case studies, spec sheets |
| Word | .docx | 25 MB | Internal docs, sales playbooks, proposal templates |
| Plain Text | .txt | 10 MB | FAQ lists, scripts, structured data |
| Markdown | .md | 10 MB | Technical documentation, README files |
| CSV | .csv | 25 MB | Pricing tables, feature comparison matrices, structured data |
Note: Scanned PDFs (image-based) are supported — Synaptiq runs OCR to extract the text. However, OCR quality depends on scan clarity. Native (text-based) PDFs always produce better results.
Processing time depends on file size:
| File Size | Typical Processing Time | |-----------|------------------------| | Under 1 MB | 5-15 seconds | | 1-10 MB | 15-60 seconds | | 10-50 MB | 1-5 minutes |
You can see the processing status next to each file: Processing, Ready, or Failed. A file must reach Ready status before the agent can use it.
After uploading, click on any document to add tags. Tags help you organize your knowledge base and can be used to restrict which documents the agent references in specific contexts.
Common tagging strategies:
pricing, features, integrations, security, complianceenterprise, smb, technical, non-technicalcore-platform, add-ons, api, mobile-appcurrent, outdated, needs-reviewTo restrict the agent to specific tags, go to AI Agent > General > Knowledge Scope and select which tags the agent should reference. This is useful if you have documents for multiple products or audiences and want to keep conversations focused.
In addition to file uploads, you can point the agent at live web pages. Synaptiq crawls the page, extracts the content, and indexes it just like an uploaded document.
https://yourcompany.com/pricing)Web pages are automatically re-crawled every 7 days to stay current. You can trigger a manual re-crawl by clicking the refresh icon next to any URL.
| Use Web Pages When... | Use Documents When... | |----------------------|----------------------| | Content is on your public website | Content is internal or not published online | | Content changes frequently | Content is static (e.g., a PDF spec sheet) | | You want automatic updates | You want full control over what the agent sees | | You have a docs site or blog you want the agent to reference | You have sales collateral, case studies, or whitepapers |
If you are starting from scratch, prioritize these documents in order:
A document that explains what you do, who you serve, and what problems you solve. This gives the agent foundational context for every conversation.
Example content to include:
Visitors ask about pricing more than almost anything else. Upload a document that covers:
Tip: If your pricing is complex or negotiable, upload a document that explains the process rather than specific numbers. For example: "Our pricing is based on the number of seats and usage volume. Plans start at $49/month. For teams over 50, we offer custom enterprise pricing — our sales team will prepare a proposal within 24 hours."
Compile the 20-30 most common questions your sales team or support team fields. Structure it as a simple Q&A:
Q: Do you offer a free trial?
A: Yes, all plans include a 14-day free trial with full access to all features. No credit card required.
Q: What integrations do you support?
A: We integrate with HubSpot and Salesforce (CRM), Cal.com and Calendly (calendar booking), and any tool that supports webhooks. Pipedrive is coming soon. See our integrations page for the full list.
Q: How long does implementation take?
A: Most teams are up and running in under a day. Enterprise deployments with custom integrations typically take 1-2 weeks.
This format is highly effective because the chunking algorithm preserves Q&A pairs together, making retrieval extremely precise.
Detailed descriptions of your product's features and capabilities. For each feature, include:
If a visitor asks "Who else uses this?" or "Do you have experience in my industry?", the agent can reference case studies to provide social proof. Include customer name (if permitted), industry, problem, solution, and results.
After uploading documents, verify the agent can use them effectively.
This tool is invaluable for debugging. If the agent gives a wrong answer, the test tool shows you whether the problem is with retrieval (wrong chunks found) or generation (right chunks found but poorly synthesized).
Run these questions through the test tool and verify the answers are accurate:
For each question, check:
If the agent is not finding the right information:
Your knowledge base is not a set-it-and-forget-it asset. Keep it current:
| Plan | Max Documents | Max Storage | Max Web Pages | Re-crawl Frequency | |------|---------------|-------------|---------------|-------------------| | Starter | 25 | 100 MB | 10 | Weekly | | Growth | 100 | 500 MB | 50 | Daily | | Enterprise | Unlimited | 5 GB | Unlimited | Hourly |
Was this page helpful?