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

# Datasources

> Learn about the various knowledge datasources for your agents.

<img src="https://mintcdn.com/droxy/HOdum5UyXwRG-ShM/images/documentation/knowledge/datasources/datasources.png?fit=max&auto=format&n=HOdum5UyXwRG-ShM&q=85&s=8210eee8cf23434385946ee376502624" alt="Datasources" width="1630" height="840" data-path="images/documentation/knowledge/datasources/datasources.png" />

## Overview

Business knowledge is typically distributed across numerous different sources. That's why we've developed multiple integrations and support various file formats, enabling you to import as much knowledge as possible into Droxy for use with your agents.

## Adding Knowledge Sources

To import a knowledge item:

1. Navigate to the **Knowledge** tab in your Droxy dashboard
2. Click the **+Add** button in the top right corner

<Frame>
  <img src="https://mintcdn.com/droxy/HOdum5UyXwRG-ShM/images/documentation/knowledge/datasources/add.png?fit=max&auto=format&n=HOdum5UyXwRG-ShM&q=85&s=9674a21092bf857d27bd95390a60ad43" alt="Add Knowledge Modal" width="1728" height="955" data-path="images/documentation/knowledge/datasources/add.png" />
</Frame>

3. A modal will appear allowing you to select your knowledge source type and upload it:

<Note>
  Note that you don't have to add one knowledge item at a time. You can add multiple items at once.
</Note>

<Frame>
  <img src="https://mintcdn.com/droxy/HOdum5UyXwRG-ShM/images/documentation/knowledge/datasources/modal.png?fit=max&auto=format&n=HOdum5UyXwRG-ShM&q=85&s=e3417242c4b3183b438c872929ef2fc2" alt="Add Knowledge Modal" width="1722" height="953" data-path="images/documentation/knowledge/datasources/modal.png" />
</Frame>

## Supported Datasources

### PDF

PDF documents are a common source of business knowledge. Our PDF processor extracts text content from your PDF files while maintaining the original structure and formatting.

Upload Requirements:

* Upload up to 5 PDF files simultaneously
* Maximum total upload size: 1000MB per batch

<Note>
  Important requirements for PDF processing:

  * PDFs must contain selectable text (you should be able to highlight and copy text)
  * Images within PDFs are not processed or extracted
  * Scanned PDFs without text recognition cannot be processed
</Note>

### YouTube

You can add YouTube content in two ways:

1. Paste a direct video link
2. Search for videos directly in the modal and then select the ones you want to add

<Frame>
  <img src="https://mintcdn.com/droxy/sNefvRHzfDi8uyrj/images/documentation/knowledge/datasources/youtube.png?fit=max&auto=format&n=sNefvRHzfDi8uyrj&q=85&s=938a4605e93701a86da43b970b21f2b3" alt="YouTube Knowledge Import" width="3444" height="1916" data-path="images/documentation/knowledge/datasources/youtube.png" />
</Frame>

### Google Drive

1. Connect your Google Drive account
2. Select individual files or entire folders to import
3. Content will be automatically processed and added to your knowledge base

### Website

Import knowledge from websites in two ways:

<Frame>
  <img src="https://mintcdn.com/droxy/HOdum5UyXwRG-ShM/images/documentation/knowledge/datasources/website.png?fit=max&auto=format&n=HOdum5UyXwRG-ShM&q=85&s=87028d6bb81e3282dd4e454596a216aa" alt="Website Knowledge Import" width="3444" height="1908" data-path="images/documentation/knowledge/datasources/website.png" />
</Frame>

1. **Single Link**: Add a specific URL and click **Add single Link**
2. **Crawl Website**: Extract content from multiple pages
   * Enter the root URL (e.g., `https://www.droxy.ai`)
   * Click **Fetch sub-links** to discover all available pages
   * For sites with a sitemap, links will be automatically fetched

<Frame>
  <img src="https://mintcdn.com/droxy/HOdum5UyXwRG-ShM/images/documentation/knowledge/datasources/website-sublinks-result.png?fit=max&auto=format&n=HOdum5UyXwRG-ShM&q=85&s=27aa76df705f2705622c59ecaa1b4db9" alt="Website Sublinks Selection" width="1721" height="955" data-path="images/documentation/knowledge/datasources/website-sublinks-result.png" />
</Frame>

After fetching, you can:

* Select specific URLs or use **Select All**
* Click **Add website** followed by **Upload** to import content

<Frame>
  <img src="https://mintcdn.com/droxy/HOdum5UyXwRG-ShM/images/documentation/knowledge/datasources/website-sublinks-finalize.png?fit=max&auto=format&n=HOdum5UyXwRG-ShM&q=85&s=7d93e7419e240df58f03e8f04615d926" alt="Website Upload" width="1725" height="955" data-path="images/documentation/knowledge/datasources/website-sublinks-finalize.png" />
</Frame>

### Text

For content not available in other formats, use direct text input:

* Paste raw text directly into the interface
* Perfect for custom or unique knowledge sources

<Frame>
  <img src="https://mintcdn.com/droxy/HOdum5UyXwRG-ShM/images/documentation/knowledge/datasources/text.png?fit=max&auto=format&n=HOdum5UyXwRG-ShM&q=85&s=140869f68f42bbe27c684b516088fc01" alt="Text Knowledge Input" width="3440" height="1906" data-path="images/documentation/knowledge/datasources/text.png" />
</Frame>

### MP4

Upload video files directly to add them as knowledge sources. Droxy automatically extracts audio from the video, transcribes it, and converts it into usable knowledge for your agent:

Upload Requirements:

* Maximum duration: 120 minutes
* Maximum file size: 1000MB
* Supported format: MP4 only

<Note>
  For best results:

  * Use clear audio with minimal background noise
  * Record with a high-quality microphone
  * Avoid multiple speakers talking at once
</Note>
