Prerequisites
- Claude Code (or another supported platform)
- A project directory you want to understand
Steps
Install the plugin
In Claude Code, run:For other platforms (Codex, OpenCode, Cursor, OpenClaw, Antigravity), see the Installation guide.
Analyze your codebase
Open a terminal in your project directory and run:A multi-agent pipeline starts immediately. It runs 5 specialized agents in sequence:
- project-scanner — discovers all files, detects languages and frameworks
- file-analyzer — extracts functions, classes, and imports from each file (up to 3 in parallel)
- architecture-analyzer — groups files into logical layers (API, Service, Data, UI, etc.)
- tour-builder — generates a guided tour ordered by dependency
- graph-reviewer — validates graph completeness and referential integrity
.understand-anything/knowledge-graph.json in your project.On subsequent runs, Understand Anything only re-analyzes files that changed since the last run. Large codebases stay fast after the first analysis.
Open the dashboard
Once analysis completes, the dashboard opens automatically. You can also open it manually:The interactive web UI shows your codebase as a graph — color-coded by architectural layer, with every node labelled and searchable.What you’ll see:
- Nodes for each file, function, class, and module
- Edges showing imports, calls, inheritance, and other relationships
- A layer legend in the top-left (click to filter)
- A search bar at the top
- A sidebar showing project overview on the right
What’s next
Command Reference
Full documentation for every command and option.
Dashboard Guide
Learn how to navigate the interactive knowledge graph.
Core Concepts
Understand the knowledge graph structure and how it’s built.
Platform Guides
Install on your preferred AI coding platform.