> ## Documentation Index
> Fetch the complete documentation index at: https://graphite-58cc94ce.mintlify.site/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Learn how to create, review, and merge stacked pull requests with Graphite.

<CardGroup cols={2}>
  <Card href="/cli-quick-start" icon="rocket" title="CLI quick start">
    Get acquainted with the Graphite workflow in 5 steps.
  </Card>

  <Card href="/install-the-cli" icon="download" title="Install the CLI">
    Split large tasks into small, incremental code changes.
  </Card>

  <Card href="/ai-reviews" icon="sparkles" title="AI Reviews">
    Get immediate, actionable feedback with Graphite's codebase-aware AI code review agent.
  </Card>

  <Card href="/authenticate-with-github-app" icon="github" title="Authenticate with GitHub">
    Grant Graphite access to your GitHub organization(s).
  </Card>
</CardGroup>

***

## Key features

<CardGroup cols={2}>
  <Card href="/cli-overview" icon="terminal" title="CLI">
    Simple commands that help you spend less time wrangling with git.
  </Card>

  <Card href="/vs-code-extension" icon="code" title="VS Code extension">
    A GUI designed to make stacking visual and simple, right from your IDE.
  </Card>

  <Card href="/use-pr-inbox" icon="inbox" title="PR inbox">
    Stay up-to-date with PRs across many repos using custom filters and rules.
  </Card>

  <Card href="/insights" icon="chart-column-big" title="Insights">
    Insights

    Measure and optimize your team's developer productivity.
  </Card>
</CardGroup>

## Take a tour of Graphite

See a demo of creating, reviewing, and merging a stack of pull requests using the Graphite CLI and dashboard, as well as Graphite's interoperability with GitHub.

<Frame>
  <iframe width="750" height="360" src="https://www.youtube.com/embed/sBcd9uopLOY?si=uOngw8W4RGjl_E9p" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</Frame>

<Info>
  This video references the old names for the Graphite CLI's commands. The naming scheme has changed as of V1.0.0, which was released on 2023-09-13. The legacy commands will still be functional, but the CLI will prompt you to use the new command names. We will eventually deprecate the legacy names in future versions.

  The rest of our documentation has been updated accordingly—we'll update the product tour soon!
</Info>
