> ## Documentation Index > Fetch the complete documentation index at: https://docs.sourcebot.dev/llms.txt > Use this file to discover all available pages before exploring further. # Overview [Sourcebot](https://github.com/sourcebot-dev/sourcebot) is a platform that helps humans and agents understand your codebase: * [Code search](/docs/features/search/overview): Search and navigate across all your repos and branches, no matter where they’re hosted * [Ask Sourcebot](/docs/features/ask): Ask questions about your codebase and have Sourcebot provide detailed answers grounded with inline citations * [MCP](/docs/features/mcp-server): Enrich agent context windows with code across your organization Learn how to self-host Sourcebot in a few simple steps. * **Full-featured search:** Fast indexed-based search with regex support, filters, branch search, boolean logic, and more. * **Self-hosted:** Deploy it in minutes using our official [docker container](https://github.com/sourcebot-dev/sourcebot/pkgs/container/sourcebot). All of your data stays on your machine. * **Modern design:** Light/Dark mode, vim keybindings, keyboard shortcuts, syntax highlighting, etc. * **Scalable:** Scales to millions of lines of code. * **Fair-source:** Core features are [FSL licensed](https://github.com/sourcebot-dev/sourcebot/blob/main/LICENSE.md#functional-source-license-version-11-alv2-future-license). ## Features *** Find an overview of all Sourcebot features below. For details, see the individual documentation pages. ### Ask Sourcebot [Ask Sourcebot](/docs/features/ask) gives you the ability to ask complex questions about your codebase, and have Sourcebot provide detailed answers with inline citations. * **Bring your own model:** [Configure](/docs/configuration/language-model-providers) to any language model you'd like * **Inline citations:** Every answer Sourcebot provides is grounded with inline citations directly into your codebase * **Multi-repo:** Ask questions about any repository you have indexed on Sourcebot