Skip to main content

Inline Editing

You edit your Blueprints directly in the Blueprint Editor. Every change — whether it’s renaming a section, adjusting a condition, or adding a new element — happens in place: you click what you want to change and edit it on the spot. You can edit from either presentation of your project:
  • From the Specification view, click into a node, a description, or a heading anywhere in the document.
  • From the Diagram view, click any element on the maximized diagram.
There is no separate “edit mode” to switch into.

Editing elements

Double-click any editable part of an element to start editing inline. A text cursor appears and you can type directly. Each element type has different editable parts:
Element typeWhat you can edit
Section headerTitle and description
AssignmentTitle and expression (e.g., deliveryFee = 0)
DecisionTitle and condition (e.g., cartValue >= 50)
CallTitle, target Blueprint, input mapping, and result variable
ReturnTitle
ErrorTitle and error message
Click outside the element or press Escape to finish editing.

The node toolbar

When you click an element it becomes selected (shown by a colored border) and a small node toolbar appears next to it. The toolbar provides these actions:
IconActionDescription
CopyCopyCopies the element to the clipboard
Paste stylePaste styleApplies the style from a copied element
SettingsSettingsOpens element configuration options
PlayRun from hereRuns the Blueprint starting from this element
AddAdd elementInserts a new element after this one
DeleteDeleteRemoves the element from the flow

Adding elements

You add new elements at connection points in the diagram — the small circles between existing elements. Click one to open the element palette, then select the element type you want to add. The palette offers: Assignment, Decision, Loop (items), Loop (counter), Loop (while), Error, Return, and Call. You can also add elements using the Add button in the node toolbar of an existing element.

Deleting elements

To delete an element:
  1. Click the element to select it
  2. Click the Delete button (trash icon) in the node toolbar

Editing section headers

Sections group related elements together. Each section has a title and a description that explain what that part of the logic does. Double-click the section title or description to edit it. These labels appear in both the diagram and the Specification view document, so clear, descriptive names help anyone reading the project understand the logic.

Keeping spec and logic in sync

The descriptions you edit (Blueprint descriptions, section titles, parameter descriptions) and the logic in your diagrams represent the same project from two angles. When they drift out of alignment — you tweaked the logic but not the description, or you rewrote a description and want the logic to follow — use the sync buttons in the right-edge toolbar of the maximized Blueprint to ask AI to reconcile them.

What to do next