Skip to content

Composer and Controls

The composer is the control center for prompts, mode behavior, and generation flow.

ASKComposer.png

Interaction modes define the scope and behavior of the AI assistant.

  • CODE: structured coding workflow with clarification controls configured in Settings.
  • QUERY / DATA: execution-oriented workflows for retrieval, analysis, and controlled data operations.
  • ASK: conversational mode, with optional web search and optional Debug (analysis on your context badges, with an optional coding-plan path).
  • Enter sends the prompt.
  • Shift + Enter inserts a newline.
  • Stop appears during generation and cancels the current response.

Query Selectors.png

  • Format: Table, Chart, or Raw.
  • Chart Type: Bar, Line, Pie, or Doughnut when Chart is selected.

Autocomplete helps you reference known context faster directly from the prompt composer.

  • Use arrow keys to navigate suggestions.
  • Press Tab to accept the highlighted suggestion.
  • If # returns no suggestions, refresh metadata first in the Metadata Explorer.

/ references for script steps and functions

Section titled “/ references for script steps and functions”
  • Type / to insert known script steps and function-style references quickly.
  • Best when you want precise step names in CODE or QUERY prompts.

StepsFunctionsAutocomplete.png

  • Type # to reference metadata items such as tables, fields, layouts, scripts, and custom functions.
  • Best when you want schema-aware prompts without manually typing long identifiers.

MetadataAutocomplete.png

Script Selectors.png

  • Live context badge: Represents the current Script Workspace selection or script captured with Add Selection.
  • Attached script badges: Represent scripts attached with Add Scripts.
  • Click a badge: Opens a read-only viewer showing the captured text from FileMaker.
  • Remove a badge: Click x on an attached script badge to detach that context item.
  • Badge labels: Live context shows the active script and line focus; attached scripts stay separate so multi-script work does not collapse into one badge.
  • Web Search: enables internet-backed fetching when a turn needs up-to-date information (when the current mode supports it).
  • Debug (bug icon): appears only in ASK. When on, Genie runs deeper analysis over your context badges and can move toward a coding plan; when off, ASK stays lighter for general questions. Hover the control for the same wording the app shows.
  • The Debug toggle appears only in ASK.

ComposerNew.png