Skip to main content

Folder Management

Folders are the foundation of Hippo’s RAG system - they organize your documents into isolated, searchable knowledge bases.

What are Folders?

Think of folders as knowledge base containers:
  • Each folder holds a collection of related documents
  • Documents are automatically indexed for semantic search
  • Chats are linked to folders to access their documents
  • Folders provide logical separation of knowledge domains
Best practice: Create separate folders for different knowledge domains (e.g., “Product Docs”, “HR Policies”, “Customer Support”)

Core Operations

Create a Folder

Response fields:
  • id: Unique folder identifier
  • name: Folder name
  • description: Folder description
  • created_at: Creation timestamp
  • file_count: Number of files in folder

List All Folders

Get Folder Details

Update Folder

Delete Folder

Deleting a folder is permanent and removes all files, chats, and Q&A history within it!

Folder Organization Strategies

Create folders for each department or team:
  • “Engineering Docs”
  • “Sales Playbooks”
  • “HR Policies”
  • “Customer Support”
Benefit: Easy access control and logical separation
Organize by product lines:
  • “Product A Documentation”
  • “Product B User Guides”
  • “Service X Training Materials”
Benefit: Clear product-specific knowledge bases
Useful for financial or periodic documents:
  • “Q1 2025 Reports”
  • “2024 Annual Filings”
  • “Monthly Updates - March 2025”
Benefit: Easy to archive and reference historical data
For client-specific or project-based work:
  • “Client: Acme Corp”
  • “Project: Website Redesign”
  • “Customer: TechStartup Inc”
Benefit: Isolated knowledge per client/project

Folder Limits & Quotas

Files per Folder

Free tier: Up to 100 files Pro tier: Up to 10,000 files Enterprise: UnlimitedContact sales for custom limits

Folder Count

Free tier: Up to 10 folders Pro tier: Up to 100 folders Enterprise: UnlimitedSee pricing

Best Practices

Good: “Product API Documentation v2.0” Bad: “Docs”, “Folder1”, “Misc”Descriptive names make it easier to manage multiple folders and understand their purpose at a glance.
Descriptions help team members understand folder contents without exploring files.
Clean up empty or outdated folders to keep your workspace organized.
Don’t: Create 50 folders with 2-3 files each Do: Create fewer folders with more related documentsFolders with more documents generally yield better search results.
Start with broad categories and refine as your knowledge base grows:
  1. Start: “Product Documentation”
  2. As it grows → Split into “Product A Docs”, “Product B Docs”
  3. As it grows more → Split by version or feature
Avoid premature over-organization.

Complete Example: Manage Product Docs

Next Steps

File Operations

Learn to upload and manage files

Chat Sessions

Create chats linked to folders

Best Practices

Optimize folder organization