UIB Page State
View and edit UI Builder page state values in real-time for debugging Next Experience pages.
Last updated: February 19, 2026
Last updated: February 19, 2026
The UIB Page State tool lets you view and edit page-level state values for UI Builder (Next Experience) pages in real-time. When building or debugging custom pages, you can see exactly what state the page holds and change values on the fly to test different scenarios.

Use the slash command /skuib or open Sidekick and select the UIB Page State tab.
All page-level state values are displayed in a structured list. Each entry shows:
Click on any state value to modify it. Changes are applied immediately to the running page — no reload needed. Components that depend on the state value update reactively.
As you interact with the page (clicking buttons, filling forms, navigating), watch the state values change in real-time. This makes it easy to trace how user actions affect page state.
When building a custom Next Experience page:
isLoading = true)errorMessage = "Something went wrong")When page components show or hide based on state:
Some bugs only occur with specific state combinations: