> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Explorer Command

> Use the sqd explorer CLI command to inspect deployed squids.

# `sqd explorer`

<Warning>
  `sqd explorer` is disabled in `@subsquid/cli>=3.0.0`. If you've been using it, please let us know in the [SquidDevs Telegram channel](https://t.me/HydraDevs).
</Warning>

Visual explorer of deployed squids

Left pane: List of deployed squids.
Right pane: details of the selected squid. Navigate by pressing the corresponding number (e.g. `1` for Summary).

1. Summary: endpoint URL, sync status, DB storage utilization

2. Logs

3. DB access details

This command requires specifying an [organization](/en/cloud/resources/organizations) with the `-o/--org` flag when invoked by accounts with more than one organization. SQD Cloud users with just one organization can omit this flag.

)

*See code: [src/commands/explorer.ts](https://github.com/subsquid/squid-cli/tree/master/src/commands/explorer.ts)*


## Related topics

- [Index to local CSV files](/en/sdk/squid-sdk/evm/examples-tutorials/file-csv.md)
- [Commands Configuration](/en/cloud/reference/cli/commands-json.md)
- [Deploy Command](/en/cloud/reference/cli/deploy.md)
- [Network, Portal and SDK FAQ](/en/other/faq.md)
- [Hyperliquid Replica Commands](/en/data/hyperliquid/hyperliquid-replica-cmds.md)
