Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Decision tree elements

Decision trees are made up of several types of elements including nodes, inputs, and paths.

Decision trees are built using different elements, which are described in the following table. The terminology for these elements differs slightly between Decision Tree Builder and Core UI but the definitions remain the same. For more information decision tree nodes and paths, see Decision tree nodes and Decision tree paths.

Core UI termDecision Tree Builder termDefinition
Decision treeDecision treeA multi-step process that includes a series of questions and answers. Based on the answers, each question in a decision tree leads to another question, a guidance for the agent to follow, or another decision tree.
NodeNodeA node is a point in a decision tree. You can create different types of nodes depending on what is happening at that point in the tree. Node types include the following:- Start node - Question node - Guidance node - Linking node
Start nodeStart nodeThe first node in a decision tree. When you create a decision tree, the system automatically creates the start node. The start node can be a question or a task.
Decision nodeQuestion node(When adding a node and selecting Ask users at least one question in the pop-up window)This type of node represents one or more questions. The answers to the questions lead to an outcome, which can be another question, a guidance, or another decision tree.
Guidance nodeGuidance node(When adding a node and selecting Propose a guidance as an outcome in the pop-up window)This type of node has a reference to a guidance, which provides a recommendation to an agent.
Linking nodeLinking node (When adding a node and selecting Link decision tree in the pop-up window)A linking node includes a reference to another decision tree. This linking connects the execution of the primary decision tree to another decision tree when a specific condition is met.
GuidanceGuidanceAn action that an agent can take or information that an agent can share. You can select guidances included with the Guided Decisions Experience plugin or you can Create a guidance in the Core UI.
Decision inputQuestion or instructionA question or instruction with a configured answer type. When working through a decision tree, an agent can provide an answer to the question in the format of answer type that you configure.
Input typeType of answerThe type of data that the question in a question node can accept as an answer, such as string, integer, or choice.For a list of supported input types, see Answer types for questions.
Decision input mappingLink inputLinking inputs from one decision tree node to another to reuse input values in prior decision tree nodes.
Label \(for a node\)Node nameThe name for a question, guidance, or linking node.In Decision Tree Builder, this name appears on the node in the canvas.
Type \(for a node\)Node purposeThe type of a node in the Decision Tree Node record in Core UI.The purpose of a node in the right panel in Decision Tree Builder. - Question node: Ask users at least one question - Guidance node: Propose a guidance as an outcome
Not applicablePathA path connects two nodes in a decision tree or question node to the start node of the next decision tree. A path is created and associated with a node and represents the potential outcome of that node.
Decision pathNot applicableA path that provides possible outcomes of a decision node. A decision path links a decision node to the next node of type decision.
Guidance pathNot applicableA path that links a decision node to the next node of type guidance.
Linking pathNot applicableA path that links a decision node to the start node of the next decision tree.
OrderPath priorityThe priority in which the path is executed.