Skip to main content

Step 6: Setting Up Knowledge Base

(See the Knowledge Base section for more details)

A Knowledge Base is a data source the AI agent uses to answer questions — including prices, specs, availability, etc.

Example of knowledge base

What's the difference between Fast Access KB and regular Knowledge Base?
FeatureFast Access KBRegular Knowledge Base
Size Limit~10,000 charactersNo strict limit
Search MethodEmbedded in promptVector search (RAG)
Tool RequiredNoYes (SingleSearchFAQ)
Use CaseFAQs, quick referenceLarge documents, dynamic content

Quick Setup Steps

  1. Go to Knowledge Bases → Create Knowledge Base
  2. In the Description field, enter a name (for example, “Price List”)
  3. Go to the Sources tab and click “Add +”
  4. Choose the type of source. For a quick start, uploading a file is enough. Flametree supports PDF, TXT, MD, JSON, Word, Excel formats.
  5. Click Build — your knowledge base is ready.
How to fix "Modified" status in Knowledge Base?

Click the Build button on the Knowledge Base card. This status indicates changes haven't been applied yet. After building, restart your agent to use the updated KB.

Supported File Formats

FormatUse CaseNotes
PDFDocuments, manuals, reportsFull text extraction
DOCXWord documentsFormatting preserved
TXTPlain text filesUTF-8 recommended
MDMarkdown documentationIdeal for structured content
XLSXSpreadsheets, data tablesData extraction supported
HTMLWeb pages, articlesClean HTML preferred
JSONLStructured dataJSON Lines format

The AI agent can now search and use data from this knowledge base.

For more, see the Knowledge Base section.