# Docs - [Introduction](/docs/introduction): The open-source infrastructure for production AI agents and knowledge bases. - [Install](/docs/install): Get OpenAgent running and send your first AI-powered message in under 5 minutes. - **Guides** - [Build a Chat Assistant](/docs/build-a-chat-assistant): Create a chat assistant backed by any LLM provider. - [Add a Knowledge Base](/docs/add-a-knowledge-base): Enable RAG so your assistant answers from your own documents. - [Tools & Automation](/docs/tools-and-automation): Give your assistant the ability to act — browse the web, call APIs, or delegate to sub-agents. - **References** - Chat - [Chat](/docs/chat): How conversation works in OpenAgent — request lifecycle, Message records, feedback, and suggestions. - [Agent Configuration](/docs/chat/agent-configuration): Store fields that control conversation behavior — prompt, memory, rate limiting, suggestions, and content filtering. - Basic - [Stores](/docs/basic/stores): Complete field reference for the Store — the central unit of AI orchestration in OpenAgent. - [Chats](/docs/basic/chats): Conversation sessions in OpenAgent and how they relate to Stores and Messages. - [Messages](/docs/basic/messages): Per-turn records inside a Chat, including the response, retrieval context, and tool activity. - Knowledge Base - [Files](/docs/knowledge-base/files): Uploading, managing, and troubleshooting document ingestion in a Store. - [Vectors](/docs/knowledge-base/vectors): How document chunks are embedded, stored, and searched for knowledge base retrieval. - [Resources](/docs/knowledge-base/resources): Supporting knowledge assets and related objects exposed alongside Files and Vectors. - Connectors - Providers - [Model Providers](/docs/connectors/providers/model-providers): Connect and orchestrate Large Language Models within the OpenAgent infrastructure. - [Embedding Providers](/docs/connectors/providers/embedding-providers): Vector embedding services for knowledge base retrieval — configuration, model selection, and consistency rules. - [Storage Providers](/docs/connectors/providers/storage-providers): Where uploaded file bytes are physically stored — local disk or OpenAI Files API. - Tools - [Built-in Tools](/docs/connectors/tools/builtin-tools): Tools that ship with OpenAgent and can be enabled per Store without any external server. - [MCP Servers](/docs/connectors/mcp-servers): Connect any MCP-compatible tool server to your OpenAgent agents. - Auditing Logs - [Logs](/docs/auditing-logs/logs): Audit records, conversation history, and token/cost tracking for operational visibility. - [Sessions](/docs/auditing-logs/sessions): User login sessions, active access, and operational session management. - Admin - [Settings](/docs/admin/settings): Configure the built-in site experience, branding, and navigation exposure. - [Resources](/docs/admin/resources): Manage files and documents in the knowledge base. - [AI Usage](/docs/admin/ai-usage): Token consumption, cost trends, and usage visibility across stores and providers. - [Visitors](/docs/admin/visitors): Recent system actions and operational activity across the platform. - [System Info](/docs/admin/system-info): Runtime and deployment-level information about the current OpenAgent instance. - [Swagger](/docs/admin/swagger): The API explorer for inspecting and testing OpenAgent endpoints. - [Enterprise SSO](/docs/admin/enterprise-sso): Accounts, roles, access control, and organization management in OpenAgent.