Unqork documentation is available in two workspaces: UnqorkAI for the latest AI-first platform, and legacy Unqork for previous versions. Use the drop-down near the logo to switch.

Explorer

Prev Next

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.

[docs-mockup:DocsExploreWorkspaceMockup] Explorer panel showing workspace structure

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

[docs-mockup:DocsExploreApplicationMockup] Explorer panel showing application contents

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

icon Front-End module

A standard UI module.

icon API module

A server-side execution module.

icon Other module

A module of type Other (data storage, rerouting, and so on).

icon Application Definition

The entrypoint module, labeled ENTRY POINT.

icon Workflow application

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 EllipsisVertical (ellipsis) menu with context-sensitive options.

[docs-mockup:DocsExploreContextMenuMockup] Explorer panel context menu options

The following table describes each option available on module rows. Conditions are noted inline.

Option

Description

ExternalLink Preview

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.

Server Server-Side Execute

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.

ClipboardCopy Copy ID

Copies the module's unique ID to the clipboard.

ClipboardType Copy Name

Copies the module name to the clipboard.

Link Copy Link

Copies a direct link to the module to the clipboard.

CopyPlus Duplicate

Creates a standalone copy of the module in the same application. Access & Usage settings are not carried over to the duplicate.

Pencil Rename

Renames the module inline.

Share Share to Library

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.

Scissors Save as Snippet

Saves the module as a reusable snippet template.

Settings Settings

Opens the module settings panel.

MessageSquare Comments

Opens the comments panel for the module.

Sparkles Add to / Remove from Agent Context

Adds or removes the module from the Build Agent context. The label toggles based on the module's current state.

Star Add to / Remove from Favorites

Adds or removes the module from the Creator's favorites list. The label toggles based on current state. Not available for library modules.

Trash2 Delete Module

Removes the module permanently. Not available on the Application Definition module. To delete a workflow application, delete the owning application.

Utilities

[docs-mockup:DocsExploreUtilitiesMockup] Explorer panel showing utilities section

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

[docs-mockup:DocsExploreBookmarksMockup] Explorer panel showing bookmarks section

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 UnqorkAI platform.


Changelog

Date

Change

2026-08-12

Added Delete Module row to ellipsis menu table; fixed ellipsis accessibility pattern; replaced "outside the UnqorkAI platform" with "outside the UnqorkAI 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 CSV; 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.