Knowledge sources: beyond crawling
Upload documents, import FAQs, and add or edit answers by hand when a crawl alone isn’t enough.
Table of Contents
Everything becomes a chunk
Whatever you add, a crawled page, an uploaded file, or a manual entry, ends up as one or more chunks in the same searchable knowledge base. The assistant doesn’t treat one source as more trustworthy than another; it just retrieves whichever chunk actually answers the question.
Uploading documents
The Documents page accepts PDF, DOCX, TXT, Markdown, and CSV files up to 10 MB each, uploaded one at a time. This is separate from crawling and is the right place for content that doesn’t live on a public page: internal policy documents, spec sheets, pricing tables you don’t want indexed by search engines. You can also filter your uploads by type and status, and re-index a file if processing fails.
Importing an FAQ
If you already maintain a list of frequently asked questions, the Documents page has an FAQ import that turns each question and answer into its own chunk. This tends to produce sharper answers than a crawled FAQ page, since the question-answer pairing is explicit rather than inferred from surrounding text.
Adding a manual entry
For a single fact you want the assistant to know right now, without uploading a file, the Knowledge Base page has an “Add knowledge” option: an optional heading plus a block of content. It’s indexed and answerable immediately, with no crawl or file involved.
Cloud connectors (Notion, GitHub, Drive, Confluence, Dropbox)
Under Integrations in your dashboard, connect cloud accounts with one-click OAuth authorization. SiteMind synchronizes your shared Notion pages, GitHub repository documentation, Confluence spaces, Google Drive files, and Dropbox folders directly into your knowledge base. All third-party access tokens are secured at rest with AES-256-GCM encryption. See Integrations & Connectors.
Editing and removing chunks
Every chunk, regardless of source, is listed on the Knowledge Base page and can be searched by heading or content, or filtered by source type. You can edit a chunk’s text directly or delete it. One thing worth knowing: if you edit a chunk that came from a crawled page, your edit will be overwritten the next time that page is recrawled, since recrawling rebuilds page chunks from the live page. For a correction you want to stick, add it as a manual entry or fix it on the source page itself.
Related Documentation
Adding a website and how crawling works
How SiteMind reads your site, what recrawling does, and the limits that apply per plan.
Integrations & Cloud Connectors
Sync knowledge automatically from Notion, GitHub, Confluence, Google Drive, and Dropbox with encrypted credentials.
Getting started
Sign up, add your website, and get a live chat widget in about the time it takes to crawl your homepage.
Developer API, Webhooks & AI Actions
Query your assistant programmatically via REST API, receive real-time webhook events, and configure AI Custom Function Calling tools.