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

> Browse, search, and review captured agent history at entire.io

Entire.io is the web interface for the history captured by the [Entire CLI](/cli/overview). The CLI stores agent session context on a shadow branch in your repo; entire.io makes that history easy to browse, search, and review across repositories.

<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 you can do here

<AccordionGroup>
  <Accordion title="Connect a repository">
    Authorize the Entire GitHub App and choose which repos to read. See [Connect a repository](/web/connect-repository).
  </Accordion>

  <Accordion title="Browse your activity">
    Land on your dashboard for stats, recent commits, and a contributions graph. See [Dashboard](/web/dashboard).
  </Accordion>

  <Accordion title="Review checkpoints">
    Open any checkpoint to see file diffs, the agent that produced it, and the sessions behind it. See [Review a Checkpoint](/web/review-checkpoint).
  </Accordion>

  <Accordion title="Inspect sessions">
    Drill into a session to see the transcript, tool calls, file diffs, and AI attribution. See [Inspect a Session](/web/inspect-session).
  </Accordion>

  <Accordion title="Generate dispatches">
    Produce markdown summaries of recent agent work across one or more repositories. See [Dispatches](/web/dispatches). Feature-flagged.
  </Accordion>

  <Accordion title="Resolve issues">
    Fix `Unknown author` errors, missing checkpoints, and GitHub App permission problems. See [Troubleshooting](/web/troubleshooting).
  </Accordion>
</AccordionGroup>

## Get started

1. Visit [entire.io](https://entire.io)
2. Click **Sign in** → **Sign in with GitHub**
3. Authorize the Entire GitHub App for your account or organization
4. Open a connected repository to see its checkpoints

<Note>
  The web app reads checkpoint data from the `entire/checkpoints/v1` branch in your repository, where the [Entire CLI](/cli/overview) stored it. The GitHub App requests write access to contents and pull requests to support upcoming features — see [Connect a repository](/web/connect-repository#permissions) and [Security & Privacy](/security) for details.
</Note>

## Continue with

Start by authorizing the GitHub App, then come back to browse history.

<CardGroup cols={2}>
  <Card title="Connect a repository" icon="github" href="/web/connect-repository">
    GitHub App auth and permissions — start here.
  </Card>

  <Card title="Dashboard" icon="chart-line" href="/web/dashboard">
    Personal overview, stats, and recent activity.
  </Card>

  <Card title="Review a Checkpoint" icon="flag" href="/web/review-checkpoint">
    Branch view, checkpoint detail, commit linking.
  </Card>

  <Card title="Inspect a Session" icon="message" href="/web/inspect-session">
    Transcripts, tool calls, AI attribution.
  </Card>

  <Card title="Dispatches" icon="paper-plane" href="/web/dispatches">
    Markdown summaries of recent agent work (feature-flagged).
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/web/troubleshooting">
    `Unknown author`, sync, and permissions issues.
  </Card>
</CardGroup>
