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

# Introduction

> Vxplain is a VS Code extension that helps you understand any codebase in minutes by generating architecture diagrams, call graphs, and more.

<Frame>
  <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/smN2t7OcOM8?si=IDQa-tvQqDjs1q6v" title="Vxplain Demo Video" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Understand Any Codebase in Minutes, Not Weeks

Vxplain is a powerful VS Code extension that helps developers understand any codebase. It reduces onboarding time from weeks to minutes by automatically generating visual representations of your code architecture and logic flows.

With Vxplain, you can:

* Generate [architecture diagrams](/src/features/arch-diagrams) to visualize your codebase.
* Create [call graphs](/src/features/call-graphs) to understand the relationships between functions.
* View a [directory tree](/src/features/directory-tree) of your project.
* Generate [diagrams from code snippets](/src/features/code-to-diagram).
* Get multi-level [code summaries](/src/features/summaries).

Ready to get started? Check out the [Quickstart](/src/quickstart) guide to install Vxplain and generate your first diagram.
