Skip to main content

Interact

The Interact page is where you chat with the live, deployed version of your agent — exactly as your end-users experience it.

How to get there: Sidebar → expand agent → Interact

Interact page overview


Page Layout

Interact uses a resizable two-panel layout:

PanelDefault WidthContent
Main Chat70%Full chat interface with the deployed agent
Side Panel30% (collapsible)History, Memory, and Preview tabs

Toggle the side panel with the panel icon button in the header.


ElementWhat It Shows
Agent nameBreadcrumb showing which agent you're chatting with
Deployment badgeLive (deployed) or Not Deployed
Panel toggleShow/hide the right side panel

Click the deployment badge to view full deployment details.


Chat Interface

Message Area

  • Your messages appear on the right
  • Agent responses appear on the left
  • Markdown formatting, code blocks, and structured data render inline

Conversation Starters

At the beginning of a new chat:

  • Suggested questions — Clickable tiles configured in Composer
  • Shortcut buttons — Quick actions that trigger specific Subagents

Input Bar

The input bar at the bottom contains:

ElementIconFunction
File attachmentUpload files to include with your message
Shortcut chipTrigger a configured shortcut/quick action
Voice buttonSwitch to voice mode
Text fieldType your message
SendSubmit your message

Input bar controls


Voice Mode

Click the voice button to activate voice:

  1. The agent listens to your speech in real-time.
  2. Your speech is transcribed automatically.
  3. The agent responds with text-to-speech (TTS).
  4. A visual voice animation shows when the agent is speaking.

Click the button again to return to text mode.

Voice mode in Interact


Execution Reasoning

After some responses, an expandable Reasoning card appears:

  • Which Subagent was triggered
  • Execution timing (how long each step took)
  • Tool calls made (and any failures)
  • Step-by-step logic the agent followed

Execution reasoning panel

Click the card to expand full details. This is invaluable for debugging and understanding agent behavior.


Side Panel

History Tab

A searchable log of all your conversations with this deployed agent:

ControlWhat It Does
Search barFilter by title or content keywords
New chatStart a blank conversation (existing ones preserved)
Click a conversationLoad its transcript into the main chat
⋯ Three-dot menuRename or Delete the conversation

Conversation history panel

info

Conversations reflect the deployed version at the time they were created. Previous transcripts remain visible after redeployment.

Memory Tab

Shows the agent's procedural memory — information learned from approved feedback and interactions. Displayed as formatted text.

Preview Tab

When the agent generates a document or structured output, it appears here for in-line preview (PDFs, JSON, spreadsheets).


Important Notes

RuleDetails
Always deployed versionInteract uses the most recently deployed configuration — not drafts
Draft testingUse Composer → Preview (left panel) to test unsaved changes
External conversationsChats from public links appear in Threads, not here