# OpenGround ## Docs - [Embedding Backends](https://mintlify.wiki/poweroutlet2/openground/advanced/embedding-backends.md): Understanding sentence-transformers vs fastembed backends - [GPU Acceleration](https://mintlify.wiki/poweroutlet2/openground/advanced/gpu-acceleration.md): Configuring GPU support for faster embedding generation - [Hybrid Search](https://mintlify.wiki/poweroutlet2/openground/advanced/hybrid-search.md): Combining vector search with BM25 for optimal retrieval - [openground add](https://mintlify.wiki/poweroutlet2/openground/cli/add.md): Extract and ingest documentation from various sources - [Advanced Commands](https://mintlify.wiki/poweroutlet2/openground/cli/advanced-commands.md): Low-level commands for debugging and advanced workflows - [openground config](https://mintlify.wiki/poweroutlet2/openground/cli/config.md): Manage OpenGround configuration - [Configuration Reference](https://mintlify.wiki/poweroutlet2/openground/cli/config-reference.md): Complete reference for OpenGround configuration options - [openground install-mcp](https://mintlify.wiki/poweroutlet2/openground/cli/install-mcp.md): Install OpenGround as an MCP server for AI agents - [openground list](https://mintlify.wiki/poweroutlet2/openground/cli/list.md): List available libraries and their versions - [openground nuke](https://mintlify.wiki/poweroutlet2/openground/cli/nuke.md): Delete data from OpenGround - [openground query](https://mintlify.wiki/poweroutlet2/openground/cli/query.md): Search documentation using hybrid semantic and keyword search - [openground remove](https://mintlify.wiki/poweroutlet2/openground/cli/remove.md): Remove a library version from the database - [openground stats](https://mintlify.wiki/poweroutlet2/openground/cli/stats.md): View and manage OpenGround usage statistics - [openground update](https://mintlify.wiki/poweroutlet2/openground/cli/update.md): Update an existing library with changes from the source - [Architecture](https://mintlify.wiki/poweroutlet2/openground/concepts/architecture.md): Understanding OpenGround's on-device RAG architecture and component interactions - [Embeddings](https://mintlify.wiki/poweroutlet2/openground/concepts/embeddings.md): Understanding embedding backends, models, dimensions, and how OpenGround converts text to vectors - [Search](https://mintlify.wiki/poweroutlet2/openground/concepts/search.md): Understanding hybrid search, vector similarity, BM25 full-text search, and query flow in OpenGround - [Sources](https://mintlify.wiki/poweroutlet2/openground/concepts/sources.md): How OpenGround extracts documentation from git repositories, sitemaps, and local directories - [Adding Documentation from Git Repositories](https://mintlify.wiki/poweroutlet2/openground/guides/add-from-git.md): Learn how to add and manage documentation from git repositories in OpenGround - [Adding Documentation from Local Directories](https://mintlify.wiki/poweroutlet2/openground/guides/add-from-local.md): Learn how to add and manage documentation from local file systems in OpenGround - [Adding Documentation from Sitemaps](https://mintlify.wiki/poweroutlet2/openground/guides/add-from-sitemap.md): Learn how to add and manage documentation from XML sitemaps in OpenGround - [Managing sources.json Files](https://mintlify.wiki/poweroutlet2/openground/guides/sources-files.md): Understanding OpenGround's source configuration system and priority order - [Installation](https://mintlify.wiki/poweroutlet2/openground/installation.md): Install OpenGround with the right backend for your system - [Claude Code Integration](https://mintlify.wiki/poweroutlet2/openground/integration/claude-code.md): Install OpenGround MCP server for Claude Code using the claude CLI - [Cursor Integration](https://mintlify.wiki/poweroutlet2/openground/integration/cursor.md): Configure OpenGround MCP server in Cursor by modifying mcp.json - [Custom Agent Integration](https://mintlify.wiki/poweroutlet2/openground/integration/custom-agents.md): Configure OpenGround MCP server for other AI agents and custom clients - [MCP Server Overview](https://mintlify.wiki/poweroutlet2/openground/integration/mcp-overview.md): Learn how OpenGround integrates with AI agents through the Model Context Protocol (MCP) - [OpenCode Integration](https://mintlify.wiki/poweroutlet2/openground/integration/opencode.md): Configure OpenGround MCP server in OpenCode by modifying opencode.json - [Introduction](https://mintlify.wiki/poweroutlet2/openground/introduction.md): On-device RAG system for AI-powered documentation search - [Configuration](https://mintlify.wiki/poweroutlet2/openground/mcp/configuration.md): Configure the OpenGround MCP server for optimal performance - [get_full_content_tool](https://mintlify.wiki/poweroutlet2/openground/mcp/get-full-content.md): Retrieve complete documentation page content by URL and version - [Installation](https://mintlify.wiki/poweroutlet2/openground/mcp/installation.md): Install and configure the OpenGround MCP server for your AI agent - [list_libraries_tool](https://mintlify.wiki/poweroutlet2/openground/mcp/list-libraries.md): Retrieve available documentation libraries and their versions - [search_documents_tool](https://mintlify.wiki/poweroutlet2/openground/mcp/search-documents.md): Search official documentation across multiple libraries and versions - [Quickstart](https://mintlify.wiki/poweroutlet2/openground/quickstart.md): Get started with OpenGround in 5 minutes - [Configuration](https://mintlify.wiki/poweroutlet2/openground/usage/configuration.md): Customize OpenGround settings, paths, and embedding parameters - [Managing Libraries](https://mintlify.wiki/poweroutlet2/openground/usage/managing-libraries.md): List, remove, and view statistics for your documentation libraries - [Querying Documentation](https://mintlify.wiki/poweroutlet2/openground/usage/querying.md): Learn how to search your documentation libraries using OpenGround's hybrid search - [Updating Libraries](https://mintlify.wiki/poweroutlet2/openground/usage/updating.md): Keep your documentation up-to-date with incremental updates