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
| Command | Description | Opens |
|---|---|---|
| Run | Executes the currently active workflow. Execution results are available in the Output drawer. | Action |
| Project Explorer | Opens 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 |
| Ingestions | Opens the Knowledge Base management dialog where documents, websites, and other knowledge sources can be configured for the agent. | Workspace Dialog |
| Errors | Displays all workflow validation errors detected within the project. Selecting an error navigates directly to the corresponding workflow element. | Bottom Drawer |
| Output | Displays execution logs and workflow output generated during the most recent workflow execution. | Bottom Drawer |
| Workflow Parameters | Opens the dialog used to configure the agent's input and output parameters. These parameters define the interface exposed by the agent. | Workspace Dialog |
| Save | Saves the currently active workflow or designer resource. | Action |
| Save All | Saves all modified workflows and project resources. | Action |
| Publish | Publishes the agent to AI Command Center, making the latest saved version available for execution. | Action |
| Full Screen | Switches the designer workspace into full-screen mode for an expanded editing experience. | Action |
| Zoom to Fit | Adjusts the zoom level so the entire workflow fits within the visible canvas. | Action |
| Zoom In | Increases the canvas zoom level. | Action |
| Zoom Out | Decreases the canvas zoom level. | Action |
| Undo | Reverses the most recent design action. | Action |
| Redo | Reapplies 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 Type | Purpose | Examples |
|---|---|---|
| Side Panel | Displays project resources while allowing uninterrupted workflow editing. | Project Explorer, Forms, Process Data, Email Templates |
| Bottom Drawer | Displays execution diagnostics and validation information. | Output, Errors |
| Workspace Dialog | Used for workflow-level configuration that requires focused interaction. | Workflow Parameters, Ingestions |