Documentation Index
Fetch the complete documentation index at: https://prismeai-docs-next.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

What You Can Do
Create Knowledge Bases
Build searchable document stores for specific topics or domains
Upload Documents
Add files, URLs, and web content to your knowledge bases
Crawl Websites
Discover and index website pages into a knowledge base
Connect Sources
Sync with SharePoint, Google Drive, and other platforms
Configure Retrieval
Fine-tune how documents are processed and searched
The Knowledges Workspace
When you open Knowledges, you’ll see:- Dashboard - Overview of your knowledge bases and statistics
- Knowledge Bases - List of all your document stores
- Connectors - External source connections
- Settings - Global defaults and configuration
How It Works
Create a knowledge base
Click Create Knowledge Base and give it a name. Choose an embedding model to determine how documents are vectorized.
Add documents
Upload files, add a single URL, or crawl a website to pull content automatically.
Documents are processed
Knowledges extracts text, splits it into chunks, and creates embeddings for semantic search.
Supported Content
File Uploads
| Format | Extensions |
|---|---|
| Documents | PDF, DOCX, DOC, TXT, RTF |
| Presentations | PPTX, PPT |
| Spreadsheets | XLSX, XLS, CSV |
| Web | HTML, Markdown |
| Code | Most programming languages |
Web Sources
- Single URLs - Add individual pages
- Web Crawling - Automatically discover and index pages from a website
- Sitemaps - Efficiently index large sites
Connectors
- SharePoint - Sync document libraries and sites
- Google Drive - Connect folders and files
- Confluence - Import wiki pages
- More connectors available based on your organization’s setup
Key Concepts
Embeddings
Documents are converted to embeddings - numerical representations that capture meaning. This allows semantic search: finding relevant content even when exact keywords don’t match.Chunking
Large documents are split into smaller chunks for better retrieval. You can configure:- Chunk size - How many tokens per chunk (default: 512)
- Overlap - How much consecutive chunks share
RAG (Retrieval Augmented Generation)
When an agent searches your knowledge base:- The query is converted to an embedding
- Similar document chunks are retrieved
- These chunks become context for the AI response
- The agent generates an answer grounded in your documents
Sharing Knowledge Bases
Knowledge bases can be shared like agents:| Level | Access |
|---|---|
| Private | Only you can use it |
| Organization | Anyone in your org can attach it to their agents |
| Public | Available to all platform users |
Use Cases
Internal documentation
Internal documentation
Upload HR policies, IT procedures, and company guidelines. Create an agent that helps employees find answers to common questions.
Product support
Product support
Add product manuals, FAQs, and troubleshooting guides. Build a support agent that provides accurate technical assistance.
Research library
Research library
Index papers, reports, and studies. Create a research assistant that helps find relevant sources and summarize findings.
Training materials
Training materials
Collect learning resources, course content, and reference materials. Build an onboarding agent for new employees.
Getting Started
Create your first knowledge base
Click Create Knowledge Base, name it, and select an embedding model.
Next Steps
Create knowledge bases
Learn how to set up and organize document stores
Manage documents
Upload, update, and organize your content
Crawl a website
Add and maintain web pages as searchable documents
Connect external sources
Sync with SharePoint, Google Drive, and more
Configure RAG settings
Optimize retrieval for your use case