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

# Beenos Solutions Knowledge Base: Organize Your Content

> A Beenos Solutions knowledge base indexes your content so AI agents can search it and deliver accurate, grounded answers in real time.

A knowledge base in Beenos Solutions is the foundation of every intelligent agent you build. It acts as a structured, searchable repository where you store your documents, web pages, and text content — all of which are automatically processed and indexed so your AI agents can retrieve precise, grounded answers at query time. Whether you're uploading internal documentation, product manuals, or support articles, the knowledge base ensures your agents always have access to the right information.

## Key Concepts

<CardGroup cols={2}>
  <Card title="Content Sources" icon="file-lines" href="/knowledge-base/adding-content">
    Add content from multiple input types — upload documents (PDF, DOCX, TXT, and more), provide web URLs for crawling, or paste plain text directly into the editor. Every piece of content you add becomes a **source** tracked individually within your knowledge base.
  </Card>

  <Card title="Indexing" icon="database" href="/knowledge-base/managing-sources">
    When you add a source, Beenos Solutions automatically parses, chunks, and embeds its content into a vector index. This process makes your content semantically searchable and keeps it ready for fast retrieval by connected AI agents.
  </Card>

  <Card title="Search" icon="magnifying-glass" href="/knowledge-base/search">
    Your knowledge base supports semantic search, keyword search, and a hybrid mode that combines both. Agents query the index in real time, and you can also run manual searches directly from the dashboard to verify what your agents can find.
  </Card>

  <Card title="Agent Connection" icon="robot" href="/ai-agents/overview">
    Link one or more knowledge bases to any agent you create. Connected agents draw exclusively from the sources you've indexed, ensuring responses stay grounded in your content rather than relying on general model knowledge alone.
  </Card>
</CardGroup>

## Knowledge Base Limits

Your plan determines how many sources you can add and how much total storage your knowledge bases can use. The table below summarizes the limits for each tier.

| Plan       | Max Sources       | Storage Limit |
| ---------- | ----------------- | ------------- |
| Free       | 5 sources         | 50 MB         |
| Pro        | Unlimited sources | 5 GB          |
| Enterprise | Custom            | Custom        |

If you reach your plan's storage limit, new sources will be rejected until you remove existing content or upgrade your plan. Enterprise customers can contact their account manager to configure custom limits.

<Note>
  Ready to start adding content? Head to the [Adding Content](/knowledge-base/adding-content) guide to upload documents, crawl URLs, or paste text into your knowledge base.
</Note>
