> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hellotars.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Explore different ways of creating a new Knowledge Base

> Create a new knowledge base by importing data from various sources such as websites, PDF documents, and CSV files.

Create intelligent knowledge bases from various data sources to power your AI Agents. Each source type has specific steps and configuration options.

<Frame>
  <img src="https://mintcdn.com/tars-c52ebe98/pzfXZlbe5u4r3EET/images/dashboard/agent/knowledge/create-kb-options.png?fit=max&auto=format&n=pzfXZlbe5u4r3EET&q=85&s=db269fb44f10bf52ba78fc61565014cd" alt="Create Knowledge Base options showing available data sources and coming soon integrations" width="1968" height="981" data-path="images/dashboard/agent/knowledge/create-kb-options.png" />
</Frame>

## Available Data Sources

<CardGroup cols={2}>
  <Card title="From Website" icon="globe" href="/platform-fundamentals/platform-tour/knowledge-bases/create-from-website">
    Scrape and index content from websites
  </Card>

  <Card title="From PDF Documents" icon="file-pdf" href="/platform-fundamentals/platform-tour/knowledge-bases/create-from-pdf">
    Upload and process PDF files
  </Card>

  <Card title="From CSV Files" icon="file-csv" href="/platform-fundamentals/platform-tour/knowledge-bases/create-from-csv">
    Import structured data from CSV files
  </Card>

  <Card title="Other Sources" icon="ellipsis" href="/platform-fundamentals/platform-tour/knowledge-bases/create-from-other-sources">
    Connect additional data sources (coming soon)
  </Card>
</CardGroup>
