Configure a Guided Decision Playbook to walk users through decision-driven questions and actions toward a recommended outcome, delivered as a seamless runtime experience that runs standalone or inside another playbook. The
Guided Layout removes the activity and stage pickers and consolidates previous responses into an accordion.
About this task
A Guided Decision Playbook uses the Guided Layout bundle to render embedded guided decisions and their supporting activities as one connected flow at runtime. Instead of agents navigating separately between a decision tree
and the activities that follow each branch, the Guided Layout component sequences everything in a single experience — the agent answers a decision question, and the resulting activities for that branch appear immediately on
the same page.
This workflow spans two interfaces. You build the playbook itself in Workflow Studio (steps 1–4), then design how it renders for end users in UI Builder (steps 5–9).
Procedure
-
Open Workflow Studio and create a playbook.
-
Navigate to .
-
In the upper right corner, select New and select Playbook from the drop-down menu.
-
On the form, fill in the fields.
The builder displays in Diagram view by default, but you can select Board view to switch views. Switch between views anytime as you build your playbook.
-
Add activities to the stage to represent steps in your guided decision process.
Guided Decision Playbooks are single-stage playbooks. A typical Guided Decision Playbook is composed of questionnaire activities to gather user input, decisions to branch based on responses, and guidance activities to
deliver the recommended outcome at the end of each branch.
For more information, see Create a playbook variant and Stages and activities.
-
Add a decision from the mini-picker on the canvas to branch the flow based on the user's responses.
A decision is what gives a Guided Decision Playbook its guided behavior. At runtime, the Guided Layout bundle renders the decision's branches and the activities that follow each branch as one seamless flow. Containing
at least one decision is what distinguishes a Guided Decision Playbook from a standard playbook.

For information on adding and configuring a Decision activity, see Decision activities.
-
Activate the playbook from the playbook's header to publish it so that the Guided Layout bundle in UI Builder can find and render it.
The bundle's playbook property only lists activated playbooks. If you change the playbook after activating, the system saves your changes but deactivates the playbook. Activate the playbook again to publish your
changes.
For information on activation states and what happens when you edit an activated playbook, see Playbook statuses and activation states.
-
Go to UI Builder, and create or open an Experience to host the playbook so end users can access it from the Playbook Experience, and create a page.
-
Navigate to .
-
Select an existing Experience or create an Experience to work in.
-
Select the + icon next to Pages to create a page.
-
On the Select a template screen, select one:
Unlike the Focused and Stacked layouts, the Guided Layout does not have a matching page template.
For information on creating a page, see Create a page from scratch and create a page from a Standard record template.
Note: All playbooks require a parent table and sysId to be hardcoded on the controller or provided through a URL. You configure these in step 7 when you set up the test URL parameters for the page.
-
Add the Guided Layout container to the page so the playbook renders as a guided experience at runtime.
The bundle includes the controller and components needed to display the playbook. Adding the bundle wires them together automatically.

-
Select Add content in the Content panel.
-
Select Components.
-
Select Playbook to bring up playbook layouts, and select the Playbook Guided Layout bundle.
-
Select Add.
-
Select either default or manual configuration for Guided Layout container.
-
Select Done to close the dialog and apply the configuration.
-
Configure the Playbook Custom Layout Controller to tell the bundle which playbook to render at runtime.
All playbooks require a parent table and sysId to be hardcoded on the controller or provided through a URL. The configuration depends on the execution type you selected in step 1.
-
Preview the page in UI Builder to verify the playbook renders correctly at runtime.
-
Select Preview.
The page opens in a new tab.
-
Step through the playbook by answering questions and following the decision branches to confirm each path renders the expected activities.
The Guided Layout displays each activity as an accordion entry below the active one, with the current activity highlighted at the top of the page.
- Optional:
If the preview doesn't render as expected, return to the playbook in Workflow Studio to adjust the decisions or activities or review your configuration in UI Builder.
Note: The Test feature in the Playbook Designer doesn't support the Guided Layout. To preview the runtime experience for a Guided Decision Playbook, you must use UI Builder Preview.
-
Save and publish the page so end users can run the playbook from the Playbook Experience.
-
Select Save.
-
Select Publish.