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

# Codebase Scan

> AI-powered codebase analysis for context building

Codebase Scan uses Claude to analyze your project's structure, architecture, and patterns. The analysis is saved as a context file that Claude can reference in future tasks.

## How It Works

<Steps>
  <Step title="Open Scan">
    Click the scan icon in the project header.
  </Step>

  <Step title="Claude analyzes">
    Claude explores your codebase — reading key files, understanding the architecture, identifying patterns and conventions.
  </Step>

  <Step title="Preview results">
    The scan results are shown in a preview panel before saving. Review the analysis to ensure accuracy.
  </Step>

  <Step title="Save">
    Save the analysis to your project. It becomes available as context for future task executions.
  </Step>
</Steps>

## What Gets Analyzed

* Project structure and file organization
* Key frameworks and libraries in use
* Architecture patterns (MVC, component-based, etc.)
* Database schema and data models
* API endpoints and routing
* Configuration and build setup
* Testing patterns

<Tip>Run a scan when you first set up a project, or after major architectural changes. The context helps Claude write more accurate, consistent code.</Tip>
