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

# labs

> Explore experimental Entire workflows.

Explore experimental Entire workflows.

```bash theme={null}
entire labs
```

This command lists newer Entire workflows that are available to try while they are still being refined, including [`entire review`](/cli-reference/review).

Use it to discover experimental commands and see where to find their command-specific help.

```bash theme={null}
# List experimental workflows
entire labs

# Open help for the currently listed review workflow
entire review --help
```

<Note>
  `entire labs` is a discovery command. It does not run the listed workflows as nested subcommands. For example, use `entire review --help`, not `entire labs review --help`.
</Note>
