Agent Training

The Knowledge Base is what makes your agent intelligent. It's the content library the agent draws from to answer questions and make recommendations. The more relevant, high-quality content you add, the better your agent performs.


Indexing Pipeline

Content goes through an indexing pipeline after being added: text is extracted, chunked into segments, converted to embeddings, and stored in a vector database for fast retrieval. You'll see the index status for each source:

Status
Meaning

Pending

Queued for indexing.

Indexing

Currently being processed.

Indexed

Ready for the agent to use.

Failed

Indexing encountered an error. Try re-indexing.

All Knowledge Base tabs support bulk operations: select multiple sources to reindex or remove them at once. You can also reindex stale content that may be outdated.


Content Types

Demos

Use this tab to add interactive Supademo demos from your workspace. These are the agent's primary asset -- when a visitor asks about a feature, the agent can recommend and present the relevant demo directly in the chat. This allows users to click and explore different demos at their own pace and learn by doing.

After clicking Add, easily search, filter, and multi-select demos and folders to add to your Agent's knowledge base. You can also add optional hints next to these demos to ensure they're referenced/pulled up at the right context within the conversation.

Tips:

  • Add demos that show complete workflows, not isolated clicks.

  • Name demos descriptively so the agent can match them to visitor questions.

  • Cover your most common use cases and feature areas.

  • Build demos specific to the agent use case (i.e. top-of-funnel sales, marketing) instead of reusing demos you've already created for other purposes (i.e. support docs)

  • Start with a focused set of interactive demos (i.e. 10-15 core demos) instead of demos that are too granular or enablement/CS/training-focused.

Videos

Add video walkthroughs and tutorials. The agent recommends relevant videos when visitors want to see your product in action. These complement interactive demos by providing narrated context. For videos, you can add links from:

  • Your Supademo workspace (previously recorded screen recordings)

  • Youtube (by entering in a URL)

  • Loom (by entering in a URL)

Documents

Upload PDFs, slide decks, case studies, and other documents. The agent uses these to answer pricing, feature comparison, and technical questions accurately. Supported types include PDF and other document formats.

Websites

Crawl your website, documentation site, or help center. Supademo uses Firecrawl to automatically crawl pages and index their content. This keeps your agent current with your latest pricing, features, and FAQs.

After adding a website URL, the crawler discovers and indexes individual pages as child sources. You can drill into a website source to see all discovered pages, their index status, and manage them individually (reindex or remove specific pages).

Tips:

  • Crawl only specific pages on your marketing site to avoid outdated content or hallucinations

  • Re-crawl periodically to pick up important content updates

  • Keep the content here focused on the Agent's use case (i.e. don't add all of your docs pages for a high-level sales use case for the AI Agent)

Text

Add custom knowledge snippets -- FAQs, talking points, objection handling scripts, or any information that doesn't live in a document or on your website. Useful for filling specific knowledge gaps identified in the Knowledge Gaps section.


Agent Readiness Check

Before publishing, check your agent's Readiness Score to evaluate whether it has enough source material to answer common prospect questions.

Click Check readiness in the right-side panel (or via the readiness card). The evaluation takes 15-30 seconds and grades your agent across categories of common questions.

Score Interpretation

Score
Rating
Meaning

80-100%

Strong

Strong source coverage. Your agent is well-prepared.

50-79%

Moderate

Some source gaps remain. Consider adding more content for uncovered topics.

Below 50%

Needs work

Significant gaps. The agent will struggle with many visitor questions.

What's Evaluated

The readiness check tests whether your knowledge base can answer typical prospect questions across multiple categories. Each question is graded as:

  • Full -- The agent has strong content to answer this.

  • Partial -- The agent has some relevant content but may not fully answer.

  • Fail -- No relevant content found.

Use the detailed breakdown to identify exactly what content to add. Each failed or partial question includes an explanation and, where applicable, whether a recommendable asset exists.

Last updated

Was this helpful?