# Welcome to Knowbase

Knowbase is an AI-powered document intelligence platform. Upload your documents, videos, and audio — then chat with them to find answers instantly.

## What can you do with Knowbase?

* **Chat with your documents** — Ask questions about a single file or search across your entire library
* **Upload anything** — PDFs, Word docs, presentations, audio, video, YouTube links, and websites
* **Deploy AI Assistants** — Create chatbots powered by your knowledge base and embed them on your website
* **Connect your tools** — Search Google Drive, Notion, and Dropbox alongside your uploaded files
* **Share knowledge** — Generate share links so anyone can chat with your documents

## Quick links

| I want to...             | Go to                                                                                           |
| ------------------------ | ----------------------------------------------------------------------------------------------- |
| Get started from scratch | [Creating Your Account](https://docs.knowbase.ai/getting-started/creating-your-account)         |
| Upload my first file     | [Uploading Your First File](https://docs.knowbase.ai/getting-started/uploading-your-first-file) |
| Chat with my documents   | [Chat with a File](https://docs.knowbase.ai/chat/chat-with-a-file)                              |
| Search my entire library | [Chat All](https://docs.knowbase.ai/chat/chat-all)                                              |
| Build a website chatbot  | [AI Assistants](https://docs.knowbase.ai/ai-assistants/ai-assistants)                           |
| Use the API              | [API Reference](https://docs.knowbase.ai/api-reference/api)                                     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.knowbase.ai/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
