Skip to main content

Overview

Uservox supports two kinds of agent knowledge, both managed from the same Knowledge settings page:
  • Document Knowledge — PDF files containing product documentation, policies, FAQs, or other unstructured reference material. Covered below.
  • CSV Lookup — structured, tabular data (e.g. a product catalog or pricing sheet) your agent can query. See CSV Lookups below.
Knowledge documents allow you to upload PDF files containing product documentation, policies, FAQs, or any other information that your AI agent should reference during conversations. This helps your agent provide accurate, context-aware responses based on your business’s specific knowledge base.

Accessing Knowledge Management

To manage knowledge documents for your agents:
  1. Navigate to Account Settings from your dashboard.
  2. In the Settings sidebar, click on Knowledge.
Account Settings - Knowledge This will take you to the Knowledge management interface where you can view, add, update, and delete knowledge documents.

Adding a New Knowledge Document

To add a new knowledge document to your account:
  1. Click the Add Knowledge or Add Document button.
  2. The “Add Document Knowledge” dialog will appear with the following fields:
Add Document Knowledge Dialog

Required Fields

Optional Fields

  1. Fill in the Knowledge Name (e.g., “Product Documentation”).
  2. Optionally add a Topic (e.g., “Insurance”) and Subtopic (e.g., “Health Insurance”) to help organize your knowledge documents.
  3. Click Click to select a PDF file to upload your document.
    • Only PDF files are supported
    • Ensure the PDF contains well-formatted, readable text
  4. Click Create Knowledge to upload and save the document.

Important Notes

  • File Format: Only PDF files are supported for knowledge documents.
  • API Endpoint Generation: The knowledge name you provide will be used to generate the API endpoint for accessing this knowledge.
  • Organization: Use Topic and Subtopic fields to organize multiple knowledge documents for easier management.
  • Agent Access: Once uploaded, you can reference these knowledge documents in your agent’s configuration to enable context-aware responses.

Updating a Knowledge Document

To update an existing knowledge document:
  1. Go to Account SettingsKnowledge.
  2. Find the knowledge document you want to update in the list.
  3. Click on the Edit or Update button next to the document.
  4. You can modify:
    • Knowledge Name
    • Topic
    • Subtopic
    • Upload a new PDF file to replace the existing one
  5. Click Save or Update Knowledge to apply your changes.

CSV Lookups

Use a CSV Lookup instead of a document when your agent needs to look up structured, row-based data — a product catalog, pricing table, or dealer list — rather than search unstructured text. From Account Settings → Knowledge, click Add CSV Lookup: Add CSV Lookup dialog — name, description, upload mode, and file upload
  1. Enter a Name and optional Description.
  2. Choose an Upload Mode:
    • Single CSV — one file with all data, matched by column position.
    • Multiple CSVs — several files combined by matching header names, useful when the same lookup is assembled from more than one source file.
  3. Upload the CSV file(s).
  4. Click Next: Configure Lookups to map which columns the agent can query and what it should return.

Testing a Knowledge Document

Every Knowledge item — PDF Document or CSV Lookup — has a Test button (the same feature is also available on FAQ Sets; see FAQ Sets). It opens a modal with two things:
  • The exact curl command for that item, ready to copy — useful for confirming what a real API call to it looks like.
  • A Live Test box — type a query (or fill in the CSV lookup’s input fields) and run it directly in the browser. No terminal needed.
Use this before wiring a document or lookup into an agent, to confirm it returns what you expect.

Best Practices

  • Descriptive Names: Use clear, descriptive names for your knowledge documents to make them easy to identify.
  • Organized Content: Ensure your PDF documents are well-structured with clear headings and sections.
  • Regular Updates: Keep your knowledge documents up to date with the latest product information, policies, or procedures.
  • Logical Categorization: Use Topics and Subtopics to create a logical hierarchy for your knowledge base.
  • File Size: While there’s no strict limit, keep PDF files reasonably sized for faster processing and retrieval.

Using Knowledge in Agent Conversations

Once you’ve uploaded knowledge documents, you can configure your agent to reference them during conversations. This enables your agent to:
  • Answer specific questions about your products or services
  • Provide accurate policy information
  • Reference detailed documentation
  • Maintain consistency across all customer interactions
For more information on configuring agents to use knowledge documents, see Creating and Editing an Agent.