Skip to main content
The preview pane shows your work next to the conversation. Open files, watch agents execute, review results—without switching tabs. Preview pane

What You Can View

The preview pane displays different content types in tabs:
TypeWhat it shows
FilesPDFs, spreadsheets, documents rendered inline
ActivityAgent execution, tool calls, reasoning
VisualizationsCharts and images generated by agents
LoopsRecurring task configuration
Click any tab to switch. Drag to reorder. Close with X.

Files

Click any file in chat to open it, or type @ to reference files directly:
@report.pdf What are the key findings?
@sales_data.csv Show revenue by region
Files open in the preview pane while your conversation continues. Agents read and analyze the content directly. See Working with Files for supported formats.

Agent Activity

In Expert mode, agent activity appears in the preview pane. This is where you see exactly what agents are doing and why.

Timeline

IndicatorMeaning
Solid dotCompleted
SpinnerIn progress
Faded dotQueued
Steps auto-expand when executing. Click any step to expand or collapse.

Thinking Blocks

When you see “Thinking…”, agents are planning their approach. Click any thinking block to see the full reasoning process.

Tool Calls

Every external action is tracked:
Tool TypeWhat You See
IntegrationsService called, action taken, data retrieved
Code ExecutionPython code, output, execution time
SQL QueriesQuery text, database, rows returned
Web SearchSearch query, sources accessed
File ProcessingFile name, extraction method, content summary

Code & Visualizations

When agents run code, you see syntax-highlighted Python, execution status, output and errors, and any generated charts. Charts are interactive—hover for data points, click to expand fullscreen.
Toggle with Cmd + I / Ctrl + I. Collapse or hide without affecting agent work.