The context panel surfaces actions and properties for the current selection on the canvas. It changes dynamically based on what is selected and provides a focused place to inspect, modify, and act on one or more objects.The context panel is selection-driven. It appears only when at least one object is selected on the canvas and updates automatically as the selection changes.
The context panel adapts based on selection state and object type. Available actions vary depending on whether a single object or multiple objects are selected, and on the types of objects in the selection.Single object selectedWhen a single image or object is selected, the context panel shows properties and actions specific to that object. This may include:
object dimensions (width and height in pixels)
prompt and generation-related metadata (when applicable)
object-specific actions such as export, background removal, vectorization, or upscaling
This state is used for inspecting and acting on individual elements.Multiple objects selectedWhen multiple objects are selected, the context panel switches to batch actions. The set of available actions depends on the types of objects selected.For standard images, batch actions may include:
running the same prompts across all selected images
background removal
vectorization
crisp or creative upscaling
merging layers
exporting selected images
For other object types, such as mockups, fewer batch actions may be available. In these cases, the context panel typically includes:
merge layers
arrange
export
In all multi-selection cases, an Arrange control is available. This control allows you to group and rearrange selected objects along a horizontal or vertical plane.