Skip to main content
Version: Current

Designer Command Bar

Overview

The Designer Command Bar is located at the bottom of the Agent Designer workspace and provides access to all major design-time operations.

From the command bar, you can execute workflows, manage project resources, configure agent settings, inspect workflow validation results, manage knowledge, save and publish your work, and control the designer workspace.

Some commands perform an action immediately, while others open additional Designer Views:

  • Side Panels – Docked panels displayed on the right side of the designer while you continue editing.
  • Bottom Drawers – Expandable panels displayed from the bottom of the designer for execution output and diagnostics.
  • Workspace Dialogs – Modal windows used to configure workflow-level settings.

Command Bar Options

CommandDescriptionOpens
RunExecutes the currently active workflow. Execution results are available in the Output drawer.Action
Project ExplorerOpens the Project Explorer, where you can view and manage all workflows belonging to the agent. Every new agent contains a Main workflow by default. Additional sub workflows can be created, renamed, and organized here. The Project Explorer also provides access to project properties such as the agent name, description, instance naming configuration, and session count settings.Side Panel
IngestionsOpens the Knowledge Base management dialog where documents, websites, and other knowledge sources can be configured for the agent.Workspace Dialog
ErrorsDisplays all workflow validation errors detected within the project. Selecting an error navigates directly to the corresponding workflow element.Bottom Drawer
OutputDisplays execution logs and workflow output generated during the most recent workflow execution.Bottom Drawer
Workflow ParametersOpens the dialog used to configure the agent's input and output parameters. These parameters define the interface exposed by the agent.Workspace Dialog
SaveSaves the currently active workflow or designer resource.Action
Save AllSaves all modified workflows and project resources.Action
PublishPublishes the agent to AI Command Center, making the latest saved version available for execution.Action
Full ScreenSwitches the designer workspace into full-screen mode for an expanded editing experience.Action
Zoom to FitAdjusts the zoom level so the entire workflow fits within the visible canvas.Action
Zoom InIncreases the canvas zoom level.Action
Zoom OutDecreases the canvas zoom level.Action
UndoReverses the most recent design action.Action
RedoReapplies the previously undone action.Action
More (⋮)Opens additional designer tools and explorers.Menu

Additional Designer Views

Selecting More (⋮) provides access to additional Designer Views.

Forms

Opens the Form Explorer.

The Form Explorer allows you to:

  • View all forms associated with the agent.
  • Create new forms.
  • Edit existing forms.
  • Organize form resources used throughout the project.

Opens: Side Panel


Process Data

Opens the Process Data Explorer.

The Process Data Explorer is used to manage data structures used by the agent, including:

  • Variables
  • Model fields
  • Collections
  • Custom data structures

These fields can be referenced throughout workflows, forms, and activities.

Opens: Side Panel


Email Templates

Opens the Email Template Explorer.

This explorer allows you to:

  • View email templates
  • Create new templates
  • Edit existing templates

Email templates are scoped to the current agent and can be used by email-related workflow activities.

Opens: Side Panel


Designer Views

The Agent Designer provides several contextual views that assist with project authoring.

View TypePurposeExamples
Side PanelDisplays project resources while allowing uninterrupted workflow editing.Project Explorer, Forms, Process Data, Email Templates
Bottom DrawerDisplays execution diagnostics and validation information.Output, Errors
Workspace DialogUsed for workflow-level configuration that requires focused interaction.Workflow Parameters, Ingestions