---
title: Workbench
---

The Workbench is a web-based tool built into the Chronicle Kernel that lets you inspect and interact with your event store directly in a browser.

## Connected clients

From the front page - alongside the event stores - the Workbench has a **Connected Clients** page
showing every client connected to the server, across all nodes in the cluster: which server node
each client is connected to, its connection identifier, version, when it was last seen, and
whether it is running with a debugger attached. The list is live and updates as clients connect
and disconnect.

## Topics

- **[Development](/chronicle/workbench/development/)** — accessing the Workbench when running the Development or Development-slim images, including login credentials
