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

# Create New Knowledge Base

> Upload documents or crawl websites to build a knowledge base for your agents

A knowledge base is a collection of files that your agents can access during conversations to find answers. When a customer asks a question, the agent retrieves the most relevant content and responds naturally.

***

## Creating a Knowledge Base

From the Knowledge page, click **Upload** to get started.

<img src="https://mintcdn.com/strada/GkV62aW0giJoOJmI/knowledge-base/kb1.png?fit=max&auto=format&n=GkV62aW0giJoOJmI&q=85&s=b8a5e42b1fe4a4193f4123726f369c17" alt="Knowledge Base Step 1" width="1534" height="736" data-path="knowledge-base/kb1.png" />

Enter a name for your knowledge base and click **Create knowledge base**.

<img src="https://mintcdn.com/strada/xViLvfIZB-KLJvtU/knowledge-base/kb2.png?fit=max&auto=format&n=xViLvfIZB-KLJvtU&q=85&s=16becdd4f097426ff7c96f8043f92aa5" alt="Knowledge Base Step 2" width="956" height="392" data-path="knowledge-base/kb2.png" />

After creation, you'll be taken to the content view where you can start adding files.

***

## Uploading Files

From the content view, use the **Upload** tab to drag and drop files or click **Choose Files** to browse.

<img src="https://mintcdn.com/strada/xViLvfIZB-KLJvtU/knowledge-base/kb3.png?fit=max&auto=format&n=xViLvfIZB-KLJvtU&q=85&s=d2f5d2c6b2f1291a3787a6a6d3c8e7cc" alt="Knowledge Base Step 3" width="1024" height="669" data-path="knowledge-base/kb3.png" />

### Supported File Types

| Format        | Extension |
| ------------- | --------- |
| Markdown      | `.md`     |
| Plain text    | `.txt`    |
| PDF           | `.pdf`    |
| CSV           | `.csv`    |
| HTML          | `.html`   |
| Word document | `.docx`   |

Each file can be up to **10MB**.

### File Conversion

Non-text files like PDF and DOCX are automatically converted to Markdown before being added. You'll see a conversion preview where you can review and edit the converted content before confirming the upload.

Text-based files (`.md`, `.txt`, `.csv`) are uploaded directly without conversion.

***

## Crawling Websites

Instead of uploading files manually, you can pull content directly from websites. Strada crawls the pages you point it to, extracts the text, and converts it into knowledge base files automatically.

Switch to the **Website** tab within your knowledge base to get started.

<img src="https://mintcdn.com/strada/xViLvfIZB-KLJvtU/knowledge-base/kb-crawl-website.png?fit=max&auto=format&n=xViLvfIZB-KLJvtU&q=85&s=048199c86f69cc564a65439f4b7e73e3" alt="Website Crawling" width="1024" height="846" data-path="knowledge-base/kb-crawl-website.png" />

### Adding Specific URLs

If you already know the exact pages you want, use the **Add Specific URLs** section. Enter URLs directly and click **Add to Import List** to include them without crawling.

### Importing

Once you've selected your pages, click **Import Selected Pages** to start ingestion. Each page is processed individually with a status indicator so you can track progress. After ingestion completes, the crawled content appears as files in your knowledge base, ready to be reviewed and edited.

***

## Editing Content

Click any file to open the Markdown editor. Your input appears on the left with a formatted preview on the right.

<Note>
  We support Markdown editing with a live preview - you'll see your input on the left and the formatted output
  on the right.
</Note>

<Frame>
  <img src="https://mintcdn.com/strada/GkV62aW0giJoOJmI/knowledge-base/kb5.png?fit=max&auto=format&n=GkV62aW0giJoOJmI&q=85&s=d6f9bc1392cfc8c9569714851d456ca7" width="2702" height="1522" data-path="knowledge-base/kb5.png" />
</Frame>
