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

# Search in Entire.io

> Use Semantic Search in Entire.io to browse checkpoints, sessions, and commits visually.

Use Entire.io when you want to search visually and then open the checkpoint, session, or commit behind a result.

## Open Search

Go to [entire.io](https://entire.io), sign in, then open **Search** from the sidebar.

You can also press `/` to open search.

## Run a Query

Use a phrase, feature name, bug, file, error text, or question:

```text theme={null}
auth token refresh
```

```text theme={null}
how did we decide whether a mission is ready to launch?
```

Search can return related checkpoints, sessions, and commits. Exact words can help, but the query can also describe the meaning of the work.

## Open a Result

Open a result when you want to inspect:

* the checkpoint connected to the work
* the session prompt and transcript
* tool activity and metadata
* changed files
* the linked commit

For deeper checkpoint review, see [Review Checkpoints in Entire.io](/guides/checkpoints/review-in-entire-io).

## Continue with

<CardGroup cols={2}>
  <Card title="Search in the CLI" icon="terminal" href="/guides/search/semantic-search/search-in-cli">
    Run semantic search from your terminal.
  </Card>

  <Card title="Search Past Agent Work" icon="route" href="/learn/search-past-agent-work">
    Practice with a guided search tutorial.
  </Card>
</CardGroup>
