> ## 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.

# Review Checkpoints

> Choose how to review checkpoint context in Entire.io or the Entire CLI.

Use this page when you want to inspect what happened behind a checkpoint: the commit, prompt, transcript, sessions, files, token usage, and attribution.

## Choose a review surface

| Use this                                                 | When you want to                                                                                                         |
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| [**Entire.io**](/guides/checkpoints/review-in-entire-io) | Browse checkpoints by repository and branch, inspect sessions visually, review file diffs, or share context with a team. |
| [**Entire CLI**](/guides/checkpoints/review-in-cli)      | Review from a terminal, explain a checkpoint or commit, inspect transcript output, or export JSON.                       |

## What to look for

When you review a checkpoint, check:

* the original prompt or task
* the transcript and tool calls
* files changed by the agent
* file diffs and line attribution
* token usage and session metadata
* whether the checkpoint is linked to the commit you expected

## Continue with

<CardGroup cols={2}>
  <Card title="Review in Entire.io" icon="browser" href="/guides/checkpoints/review-in-entire-io">
    Browse checkpoint details, sessions, and file diffs visually.
  </Card>

  <Card title="Review in the CLI" icon="terminal" href="/guides/checkpoints/review-in-cli">
    Use checkpoint commands to list, explain, summarize, and inspect locally.
  </Card>

  <Card title="Sessions in Entire.io" icon="message" href="/guides/sessions/sessions-in-entire-io">
    See the transcript and tool calls behind a checkpoint.
  </Card>

  <Card title="Search Past Agent Work" icon="magnifying-glass" href="/learn/search-past-agent-work">
    Find previous checkpoints, sessions, and commits by meaning.
  </Card>
</CardGroup>
