The Pilot workspace is where you interact with AI agents to build, preview, and refine your application. This page describes each area of the workspace.
The workspace is divided into two main areas:

The chat panel is your primary interface for communicating with Pilot. It includes the following:
Enter to submit your prompt.When Pilot spawns a specialized subagent such as the designer or ontology architect, the chat panel displays a separate thread for that subagent's activity. You can switch between the main thread and subagent threads to follow their work.
The Preview tab displays a live preview of your generated application running inside the provisioned container. The preview updates automatically when Pilot modifies application code.
The Preview tab includes a browser-style toolbar with the following features:

In editor view, the preview uses seed data from the Pilot container. In deploy view, your application connects to real ontology data. On a deployment branch, schema changes are scoped to that branch; on Main, any actions are live ontology edits.
The Ontology tab displays an interactive graph of the object types, action types, and relationships that Pilot created for your application. For a detailed walkthrough, see the ontology tab documentation.
The Code tab provides an embedded code editor where you can view and edit the source code for your generated application. The editor uses the same interface as Code Workspaces. You can also make code changes through the chat interface.
The More (...) tab currently has one item, Pilot logs, which display real-time container logs from the Pilot development server. Use this tab for the following actions:
You can copy log contents to the clipboard using the copy button.

The content header sits above the tab views and provides the following features:
The Editor/Deploy toggle in the content header controls which data your application displays.

For a complete walkthrough of the deployment process, see Deploy an application.
The status indicator in the top-right corner of the content header shows the overall health of your Pilot session. Select it to open the status monitoring popover, which displays the following information:

Each status item includes an action to resolve issues. For most problems, you can select Fix with Pilot to prompt Pilot to diagnose and apply a fix automatically.