> ## 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: AI Knowledge Base & Agent Platform

> Beenos Solutions turns your content into a searchable AI knowledge base and lets you deploy intelligent agents that answer questions from it in minutes.

Beenos Solutions is a SaaS platform that transforms your existing content — documents, websites, help articles, and more — into a structured, searchable knowledge base, then lets you deploy intelligent AI agents that draw on that knowledge to answer questions instantly. Whether you're building a customer support bot, an internal wiki assistant, or a product documentation agent, Beenos Solutions gives you the tools to go from raw content to a working AI-powered experience in minutes.

## Explore Beenos Solutions

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Go from zero to a working AI agent in 5 minutes. Add content, build your knowledge base, and deploy.
  </Card>

  <Card title="Knowledge Base" icon="database" href="/knowledge-base/overview">
    Learn how to ingest content, organize it into collections, and keep your knowledge base up to date.
  </Card>

  <Card title="AI Agents" icon="robot" href="/ai-agents/overview">
    Create agents, configure their personas and response styles, and connect them to your knowledge base.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Integrate Beenos Solutions programmatically. Manage knowledge bases and agents via REST API.
  </Card>
</CardGroup>

## How It Works

Beenos Solutions follows a simple four-step flow — from your raw content to a live AI agent ready to answer questions.

<Steps>
  <Step title="Add Your Content">
    Upload documents, paste URLs, or enter plain text directly in the dashboard. Beenos Solutions supports PDFs, Word files, Markdown, web pages, and more. Your source content is stored securely and kept separate from the processed knowledge base.
  </Step>

  <Step title="Build Your Knowledge Base">
    Beenos Solutions automatically processes and indexes your content — chunking it, generating embeddings, and making it semantically searchable. You can organise content into collections and refresh individual sources whenever your content changes.
  </Step>

  <Step title="Create an AI Agent">
    Set up an AI agent and connect it to your knowledge base. Configure a persona, define the tone and response style, and set boundaries for what your agent will and won't answer. No machine learning experience required.
  </Step>

  <Step title="Deploy and Share">
    Embed your agent on any website with a single script tag, share a hosted chat link, or call it programmatically via the REST API. Your agent starts answering questions immediately, citing the source content behind every response.
  </Step>
</Steps>
