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

# Entire.io

> Learn what Entire.io is for and where to go next.

Entire.io is the web app for reviewing, searching, and sharing the history captured by Entire.

Use Entire.io when you want a visual way to understand agent work: what changed, which prompt or session produced it, how a checkpoint relates to a commit, and what happened across a repository or team.

Entire.io does not replace the CLI. The CLI captures the work locally. Entire.io helps you browse and collaborate on that captured history.

<Frame>
  <video autoPlay loop muted playsInline style={{ borderRadius: '0.5rem', width: '100%' }}>
    <source src="https://mintcdn.com/entire/fgG56b7zcMZgFdOf/images/hero-walkthrough.mp4?fit=max&auto=format&n=fgG56b7zcMZgFdOf&q=85&s=f2c5c52b6faf7d8dd02b49f5f169dfbc" type="video/mp4" data-path="images/hero-walkthrough.mp4" />
  </video>
</Frame>

## What Entire.io is for

* Browse repositories connected to Entire.
* Review checkpoints by repository and branch.
* Inspect the sessions behind a checkpoint.
* Search checkpoints, sessions, and commits visually.
* Review dispatches and share summarized work.
* Understand agent activity without reconstructing it from Git alone.

## Activity overview

After you sign in, Entire.io shows activity across connected repositories, including recent commits, repository activity, and captured checkpoint history.

<Frame>
  <img src="https://mintcdn.com/entire/fgG56b7zcMZgFdOf/images/dashboard-repos-dark.png?fit=max&auto=format&n=fgG56b7zcMZgFdOf&q=85&s=96de0c2e6afed24444d677ce7d5fab64" alt="Entire.io activity overview" style={{ borderRadius: '0.5rem' }} width="1280" height="742" data-path="images/dashboard-repos-dark.png" />
</Frame>

## Keep going

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

  <Card title="Sessions in Entire.io" icon="message" href="/guides/sessions/sessions-in-entire-io">
    Browse the prompt, transcript, and activity behind agent work.
  </Card>

  <Card title="Search in Entire.io" icon="search" href="/guides/search/semantic-search/search-in-entire-io">
    Search past work and open the result in context.
  </Card>

  <Card title="Dispatches in Entire.io" icon="newspaper" href="/guides/dispatches/dispatches-in-entire-io">
    Create readable summaries from repository history.
  </Card>
</CardGroup>
