The Explorer panel is the right panel in the Module Builder. Creators use it to navigate between modules, access workspace-level tools, and manage bookmarks without leaving the canvas.
The Explorer panel organizes workspace content into three sections:
| Section | Contents |
|---|---|
| Applications | The workspace and all its applications and modules. Expanding an application folder reveals its modules. Selecting a module opens it. See Applications below. |
| Utilities | Workspace-level tools: Data Models, Schemas, Query Builder, and Record Collections. See Utilities below. |
| Bookmarks | Saved links to frequently accessed items. See Bookmarks below. |
Applications
The Applications section displays the workspace tree. Expand any application to reveal its modules and resources.
Each module and application displays an icon indicating its type. Some items display a badge next to their name:
| Item type | Description |
|---|---|
| A standard UI module. | |
| A server-side execution module. | |
| A module of type Other (data storage, rerouting, and so on). | |
| The entrypoint module, labeled ENTRY POINT. | |
| A workflow-type application shown as a single collapsed node. | |
| VERSIONED badge | Indicates the application has versioning enabled. See Application Versioning. |
| LIBRARY badge | Indicates the module or data collection is a shared library element. See Library Elements. |
The module currently open in the canvas is highlighted.
Context-Sensitive Options
Hovering over any item reveals a (ellipsis) menu with context-sensitive options.
The following table describes each option available on module rows. Conditions are noted inline.
| Option | Description |
|---|---|
| Opens the module in Express View in a new browser tab. When the module belongs to an application, the preview includes the application's styling and header and footer modules. Not available for modules with Server Side Execution Only enabled. | |
| Runs the module server-side and opens the result in the Debugger. Displays only for API and Other module types; not available for UI modules. | |
| Copies the module's unique ID to the clipboard. | |
| Copies the module name to the clipboard. | |
| Copies a direct link to the module to the clipboard. | |
| Creates a standalone copy of the module in the same application. Access & Usage settings are not carried over to the duplicate. | |
| Renames the module inline. | |
| Opens the Access and Usage dialog in share mode to promote the module to the library. Displays only when the module is not yet shared to the library; replaced by Access & Usage once shared. | |
| Saves the module as a reusable snippet template. | |
| Opens the module settings panel. | |
| Opens the comments panel for the module. | |
| Adds or removes the module from the UnqorkAI agent context. The label toggles based on the module's current state. | |
| Adds or removes the module from the Creator's favorites list. The label toggles based on current state. Not available for library modules. | |
| Removes the module permanently. Not available on the Application Definition module. To delete a workflow application, delete the owning application. |
Utilities
The Utilities section provides access to workspace-level tools shared across all applications.
| Item | Description |
|---|---|
| Data Models | Define and manage the data structures used across the workspace. See Data Models. |
| Schemas | Define reusable data schemas that Data Models reference. See Schemas. |
| Query Builder | Build and save reusable queries that modules can use to retrieve data. |
| Record Collections | Create and manage workspace-level reference datasets. Expand to access three sub-folders: Modules, Workflows, and Data Models. See Record Collections. |
Bookmarks
The Bookmarks section stores saved links to frequently accessed items. Selecting a bookmark opens it directly. Bookmarks can point to modules, applications, utilities, or external URLs. An external link icon indicates items that open outside the Unqork platform.
Changelog
| Date | Change |
|---|---|
| 2026-08-12 | Added Delete Module row to ellipsis menu table; fixed ellipsis accessibility pattern; replaced "outside the IDE" with "outside the Unqork platform" (EN-8001). |
| 2026-08-11 | Added module option descriptions table with inline icons; removed inaccurate "Preview with App Context" entry (single Preview action confirmed in source); editorial pass (EN-8001). |
| 2026-08-11 | Replaced static screenshot with interactive Explorer panel mockups; expanded item type and ellipsis menu tables; removed Library Elements section (EN-8001). |
| 2026-08-06 | Removed Debugger from Utilities — Debugger moved to Dev Overlay Toolbar (EN-7965). |
| 2026-07-31 | Accuracy sweep (EN-7982): merged module type icon column inline; corrected all ellipsis menu option lists against source — added Comments, Agent Context, Server-Side Execute, Move, Data Model, Export ; removed Copy Link from Application (not available); removed Delete Workflow (not available); simplified library module options to Settings, Access & Usage, Delete Module; added conditional option notes. |
| 2026-07-30 | Added Library badge description; split Module ellipsis options by library status — Share to Library vs. Access and Usage (EN-7982). |
| 2026-07-01 | Major rewrite — replaced Manage Workspace section with Applications, Utilities, Library Elements, Bookmarks structure verified on qa22. New screenshot. Utilities now shows Data Models, Schemas, Query Builder, Record Collections, Debugger. |
| 2026-06-02 | Renamed Files Tab → Explorer Tab; added module FileBraces icon; fixed /public/ link paths. |
| 2026-05-22 | Added Manage Workspace icon column with inline SVGs for all sections. |
| 2026-05-22 | Initial publication. |