Controlling Apps on the Academica Desktop

The assistant can inspect and act inside the apps open on your desktop.

PA.AC.001·Maintained reference·Revised 2026-08-06

The assistant can act inside the apps open on your Academica desktop. Each open window exposes a small, bounded set of things it can report and actions it can take. The desktop keeps track of the windows; each app decides what happens inside it.

Three layers of control

LayerJob
ConversationUnderstands that you want to act inside an app
ControlChecks the request and routes it to the right window
ApplicationReads its own state and performs the supported action

Finding the right window first

request → find the exact window → check what it shows → run a supported action → confirm the result

What each app can do

AppWhat it can reportWhat it can do
FilesFolder, selection, visible itemsOpen, rename, move, trash
SheetsSheet, range, columns, rowsEdit cells, sort, summarize
DocsBlocks and selectionInsert, edit, remove, format
CanvasNodes, edges, selection, viewAdd, connect, move, remove
AcademicaActive research tool and resultMove between research tools
DataCatalog, table, and entity summariesNavigate, filter, inspect
CodeWorkspace, files, diagnosticsRead, edit, patch, run a task

Honest results, or a clear failure

  • Long contents come back as summaries with a clear marker when trimmed.
  • The app is re-read after each change before the next action.
  • An action is reported as done only after the app confirms the change.
  • A missing or unavailable app fails plainly, never as a false empty result.