Skip to content

Knowledge Base Configuration Guide

This guide explains how to set up and manage your company's knowledge base, which provides the foundation for accurate and consistent agent responses.

Table of Contents

  1. Introduction
  2. Knowledge Base Structure
  3. Content Creation
  4. Content Management
  5. Integration with Agents
  6. Performance Monitoring
  7. Best Practices

Introduction

The knowledge base is the central repository of information that your agents access to provide accurate and consistent responses to customer inquiries. A well-configured knowledge base ensures your agents have access to the most up-to-date and relevant information about your company, products, services, and policies.

graph TD
    A[Knowledge Base] --> B[Company Information]
    A --> C[Products & Services]
    A --> D[Policies & Procedures]
    A --> E[FAQs]
    A --> F[Troubleshooting Guides]

    B --> B1[Contact Details]
    B --> B2[Business Hours]
    B --> B3[Locations]

    C --> C1[Product Catalog]
    C --> C2[Service Descriptions]
    C --> C3[Pricing]

    D --> D1[Terms & Conditions]
    D --> D2[Return Policy]
    D --> D3[Privacy Policy]

    E --> E1[Common Questions]
    E --> E2[Quick Answers]

    F --> F1[Common Issues]
    F --> F2[Resolution Steps]

Knowledge Base Structure

Categories and Organization

Organize your knowledge base into logical categories for easy navigation and management:

  1. Navigate to Knowledge Base > Structure
  2. Create main categories that align with your business areas
  3. Add subcategories for more specific topics
  4. Use tags to create cross-references between related content

Recommended categories include:

  • Company Information
  • Products
  • Services
  • Policies
  • Procedures
  • FAQs
  • Troubleshooting
flowchart TD
    A[Knowledge Base Structure] --> B[Main Categories]
    B --> C[Subcategories]
    C --> D[Articles]
    D --> E[Content Blocks]

    F[Tagging System] --> D
    G[Search Index] --> D
    H[Related Content Links] --> D

Access Control

Set appropriate access levels for different types of information:

  1. Navigate to Knowledge Base > Access Control
  2. Define who can view, edit, and approve content
  3. Set visibility rules for sensitive information
  4. Configure agent access permissions

Available access levels: - Public: Visible to agents and can be shared with customers - Agent-Only: Only accessible to agents, not to be shared verbatim - Restricted: Limited to specific agent roles - Internal: Administrative information not for customer interactions

Content Creation

Adding Articles

To create knowledge base articles:

  1. Navigate to Knowledge Base > Content
  2. Click "Add New Article"
  3. Select the appropriate category
  4. Complete the following fields:
  5. Title: Clear and descriptive
  6. Summary: Brief overview (1-2 sentences)
  7. Content: Detailed information
  8. Tags: Keywords for search and organization
  9. Related Articles: Link to connected information
  10. Set visibility and access rules
  11. Save as draft or publish immediately
sequenceDiagram
    participant Editor
    participant KB as Knowledge Base
    participant Review
    participant Published

    Editor->>KB: Create Article
    KB->>KB: Save as Draft
    Editor->>Review: Submit for Review

    alt Direct Publish
        Editor->>Published: Publish (if authorized)
    else Review Process
        Review->>Review: Review Content
        Review->>Review: Request Changes or Approve
        Review->>Published: Publish Approved Content
    end

Content Guidelines

Follow these principles for effective knowledge base content:

  1. Clarity: Use simple, straightforward language
  2. Accuracy: Verify all information before publishing
  3. Consistency: Maintain uniform terminology and formatting
  4. Conciseness: Keep content direct and to the point
  5. Actionable: Provide clear instructions when applicable

Multimedia Support

Enhance your knowledge base with various content types:

  1. Text articles (primary content type)
  2. Images and diagrams
  3. Tables for structured data
  4. Embedded videos (links or uploads)
  5. Downloadable documents

Content Management

Version Control

Track changes to knowledge base content:

  1. All content updates are automatically versioned
  2. View the revision history for any article
  3. Compare versions to see specific changes
  4. Restore previous versions if needed
flowchart LR
    A[Article] --> B[Version 1]
    A --> C[Version 2]
    A --> D[Version 3]
    A --> E[Current Version]

    F[View History] --> A
    G[Compare Versions] --> B
    G --> C
    H[Restore Version] --> C

Review and Approval

Implement a review process for content quality:

  1. Configure approval workflows in Settings > Workflows
  2. Assign reviewers by category or content type
  3. Set up email notifications for pending reviews
  4. Track review status in the dashboard

Content Updates

Keep your knowledge base current:

  1. Schedule regular content reviews (monthly/quarterly)
  2. Set expiration dates for time-sensitive content
  3. Receive notifications for outdated articles
  4. Use the bulk update tool for global changes

Integration with Agents

Connecting Knowledge to Agents

Configure how agents access knowledge:

  1. Navigate to Agent Configuration > Knowledge Access
  2. Select which knowledge categories each agent role can access
  3. Set priority levels for different information sources
  4. Configure how the agent should cite information
  5. Enable "Not Found" reporting for knowledge gaps
graph TD
    A[Knowledge Base] -->|Accessible to| B[Agents]
    A --> C[Categories]
    C --> D[Access Control]
    D -->|Determines| E[Agent Permissions]

    B -->|Uses| F[Knowledge in Responses]
    B -->|Reports| G[Knowledge Gaps]

    H[Content Updates] -->|Refreshes| A
    G -->|Informs| H

Testing Knowledge Integration

Verify that agents can correctly access and use knowledge:

  1. Use the "Test Agent" feature
  2. Ask questions related to different knowledge categories
  3. Review responses for accuracy and comprehensiveness
  4. Check if proper citations are included when configured

Performance Monitoring

Knowledge Utilization

Track how your knowledge base is being used:

  1. Navigate to Analytics > Knowledge Metrics
  2. View most frequently accessed articles
  3. Identify knowledge gaps from "Not Found" reports
  4. Analyze search terms that led to successful and unsuccessful results
graph LR
    A[Knowledge Analytics] --> B[Usage Metrics]
    A --> C[Gap Analysis]
    A --> D[Search Performance]

    B --> B1[Most Viewed Articles]
    B --> B2[Citation Frequency]

    C --> C1[Missing Information]
    C --> C2[Improvement Opportunities]

    D --> D1[Successful Searches]
    D --> D2[Failed Searches]
    D --> D3[Search Term Analysis]

Impact on Agent Performance

Measure how knowledge quality affects agent performance:

  1. Compare resolution rates with knowledge base usage
  2. Track reduction in escalations after knowledge improvements
  3. Correlate customer satisfaction with knowledge accuracy
  4. Identify topics requiring knowledge enhancement

Best Practices

Content Quality Checklist

Ensure your knowledge base content meets these standards:

✅ Accurate and fact-checked
✅ Clear and concise language
✅ Properly categorized and tagged
✅ Includes relevant examples
✅ Updated regularly
✅ Consistent formatting and terminology
✅ Accessible to appropriate agents

Knowledge Maintenance Strategy

Implement these practices for long-term knowledge management:

  1. Regular Audits: Schedule quarterly reviews of all content
  2. Feedback Loop: Create mechanisms for agents to report issues
  3. Content Lifecycle: Define review cycles for different information types
  4. Sunset Process: Archive outdated information appropriately
  5. Knowledge Owners: Assign responsibility for different content areas
flowchart TD
    A[Knowledge Maintenance] --> B[Regular Audits]
    A --> C[Feedback Collection]
    A --> D[Update Cycles]
    A --> E[Content Ownership]

    B --> B1[Quarterly Reviews]
    B --> B2[Accuracy Checks]

    C --> C1[Agent Reports]
    C --> C2[Customer Feedback]
    C --> C3[Analytics Insights]

    D --> D1[Scheduled Updates]
    D --> D2[Emergency Updates]

    E --> E1[Subject Matter Experts]
    E --> E2[Content Stewards]

Scaling Your Knowledge Base

As your business grows, scale your knowledge base effectively:

  1. Maintain consistent structure as you expand categories
  2. Develop style guides for new content creators
  3. Implement workflow automation for larger review volumes
  4. Consider knowledge federation for multi-department organizations
  5. Establish regular knowledge sharing sessions among teams

By following these guidelines, you'll create a robust knowledge base that provides your agents with the information they need to deliver exceptional customer experiences.