Knowledge

Knowledge gives your agent information to reference during conversations.


Overview

Knowledge is the information your agent can access and use to answer questions, provide details, and make decisions. This includes:

  • Product catalogs

  • FAQ content

  • Policy documents

  • Pricing information

  • Process documentation


Adding Knowledge

Navigate to Agent Config > Knowledge and click Add Knowledge.

Knowledge Sources:

Source
Best For

Documents

PDFs, Word docs, text files

URLs

Web pages, help articles

Structured Data

CSVs, JSON, databases

Manual Entry

Specific facts and answers


Knowledge Processing

When you add knowledge, the system:

  1. Extracts content from your source

  2. Chunks it into searchable segments

  3. Creates embeddings for semantic search

  4. Indexes for fast retrieval

Your agent can then find relevant information based on conversation context.


Best Practices

  • Keep knowledge current and accurate

  • Remove outdated information

  • Organize by topic or category

  • Test retrieval with sample questions


  • Problem Spaces - Scope for knowledge

  • Reasoning - How knowledge is used

Last updated