Client State Viewer
Inspect Next Experience client-side state in real-time using the Sidekick debugging tool.
Last updated: February 19, 2026
Last updated: February 19, 2026
The Client State Viewer lets you inspect the client-side state of Next Experience (Polaris) pages. See what data is flowing through the UI framework, how components are connected, and what values are currently set — all in real-time from the Sidekick window.

Use the slash command /skclientstate or open Sidekick and select the Client State tab.
The Client State Viewer displays the current client-side state as a navigable tree. This includes:
Each node in the tree shows its current value and updates in real-time as you interact with the ServiceNow page.
When building custom components for Next Experience, use the Client State Viewer to verify that:
When a Next Experience page doesn't behave as expected:
Data resources (REST, GraphQL, Script) populate client state with their results. Use the Client State Viewer to:
state.data.result) to jump to deeply nested values.