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

# Overview

> Understand how the Entire CLI and Entire.io work together.

Entire has two main surfaces: the CLI and Entire.io.

The CLI runs locally in your development environment. It captures agent sessions, creates checkpoints, connects work to Git commits, and gives agents a way to search, review, and reuse prior context.

Entire.io is the web app for reviewing and sharing that history. Use it to browse repositories, inspect checkpoints and sessions, search past work, and understand what happened across a team.

Most workflows use both. The CLI records the work as it happens. Entire.io makes that work easier to review, search, and collaborate on.

## Choose a platform

<CardGroup cols={2}>
  <Card title="CLI" icon="terminal" href="/platforms/cli">
    Install Entire, enable capture, create checkpoints, search from your terminal, inspect sessions, generate dispatches, and automate workflows.
  </Card>

  <Card title="Entire.io" icon="globe" href="/platforms/entire-io">
    Review checkpoints visually, browse sessions, search history, inspect repositories, create dispatches, and share context with your team.
  </Card>
</CardGroup>

## Keep going

<CardGroup cols={2}>
  <Card title="Install Entire" icon="download" href="/installation">
    Set up the CLI locally.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Capture your first agent session and checkpoint.
  </Card>

  <Card title="Guides" icon="book-open" href="/guides/checkpoints/overview">
    Learn the core concepts behind checkpoints, sessions, repositories, search, and dispatches.
  </Card>

  <Card title="CLI Reference" icon="terminal" href="/cli-reference">
    Find exact command syntax and flags.
  </Card>
</CardGroup>
