> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brainstormer.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Brainstormer

> Build, deploy, and manage AI-powered agents grounded in your own knowledge.

## What is Brainstormer?

Brainstormer is an AI agent platform that lets you create intelligent conversational agents backed by your own content. Whether you are a creator sharing expertise, a business automating support, or a team building internal tools, Brainstormer gives you everything you need to go from idea to deployed agent in minutes.

Your agents can draw on knowledge bases you build from documents, websites, social media, and more — so every response is grounded in real information, not generic AI output.

<Frame caption="The Brainstormer dashboard after logging in">
  <img src="https://mintcdn.com/brainstormerinnovationsinc/W4SthX7HiYMp2Bca/images/screenshots/dashboard.png?fit=max&auto=format&n=W4SthX7HiYMp2Bca&q=85&s=de3a8fd014312f9a4b8ceec214b4f702" alt="Brainstormer dashboard overview" width="1440" height="900" data-path="images/screenshots/dashboard.png" />
</Frame>

## Key Capabilities

<Columns>
  <Card title="AI Agents" icon="robot">
    Create conversational agents with custom personalities, system prompts, and behavior. Choose from 300+ AI models via OpenRouter, including GPT-4, Claude, Gemini, and Llama.
  </Card>

  <Card title="Knowledge Bases" icon="book-open">
    Upload documents, connect websites, sync social media, and build rich knowledge bases. Your agents use RAG (Retrieval-Augmented Generation) to ground every answer in your content.
  </Card>

  <Card title="Multi-Model Selection" icon="microchip">
    Pick the right model for the job. Filter by provider, capability, and price. A built-in recommendation engine helps you find the best fit for your use case.
  </Card>

  <Card title="Credit-Based Billing" icon="credit-card">
    Transparent usage-based pricing. Every AI call, embedding, and vector operation is tracked and charged in credits so you always know what you are spending.
  </Card>
</Columns>

## What Can You Build?

Brainstormer is designed for a wide range of use cases:

* **Creator agents** — Turn your blog posts, podcasts, and social content into an AI that speaks in your voice and shares your expertise.
* **Customer support bots** — Upload product documentation and FAQs to build agents that answer customer questions accurately with source citations.
* **Internal knowledge assistants** — Connect company wikis, policies, and procedures so your team can get instant answers.
* **Sales and onboarding agents** — Guide prospects through your product with agents grounded in your marketing and technical content.
* **Research assistants** — Load research papers and datasets, then chat with an agent that can find and cite relevant findings.

## Who Is It For?

<AccordionGroup>
  <Accordion title="Creators and Experts">
    Use the Creator Wizard to turn your public content into a knowledge-grounded agent in minutes. Connect your URLs, let Brainstormer analyze your voice and expertise, and launch an agent that represents you.
  </Accordion>

  <Accordion title="Teams and Organizations">
    Invite team members, assign roles, and manage access with fine-grained permissions. Organization-level billing keeps costs transparent across your team.
  </Accordion>

  <Accordion title="Developers">
    Access agents via API, publish them as public agent pages, or integrate them into your existing tools. Dynamic variables and signed context tokens let you personalize every session.
  </Accordion>

  <Accordion title="Platform Administrators">
    Manage platform-wide settings, configure API keys, set system prompt defaults, and monitor billing across all organizations from the superadmin dashboard.
  </Accordion>
</AccordionGroup>

## Platform Architecture at a Glance

Brainstormer runs as a set of microservices working together:

| Component             | What It Does                                                           |
| --------------------- | ---------------------------------------------------------------------- |
| **Web App**           | The frontend you interact with — built with Next.js                    |
| **API Gateway**       | Routes all requests, handles rate limiting and CORS                    |
| **Auth Service**      | User accounts, JWT authentication, organization management             |
| **Agent Service**     | Agent CRUD, AI chat via LangChain and OpenRouter, prompt configuration |
| **Knowledge Service** | Document processing, vector embeddings, RAG search, knowledge graphs   |

All services communicate through the API Gateway, so your data flows securely between components.

## Next Steps

<Card title="Quick Start" icon="rocket" href="/platform-guide/getting-started/quick-start">
  Create your first agent in under five minutes.
</Card>
