Interface Layout
Message Area
The complete timeline of conversation history, including your messages, Expert replies, tool call processes, phase groupings, and more
Input Area
The message editor at the bottom, supporting text, voice, file uploads, as well as advanced features like model switching and plan mode
Workspace Panels
Expandable multi-tab panels on the right side, displaying previews, websites, files, browser, and other real-time work outputs from the Expert
Message Area
The message area displays the complete conversation process in a timeline format.Message Types
- Your messages: Text, images, file attachments, and voice-transcribed text
- Expert replies: Markdown rich text, code blocks, tables, images, and more
- Tool calls: Every tool the Expert invokes during task execution is displayed as a card showing the process and results
- Phase groupings: Complex tasks are automatically grouped into multiple phases that you can collapse or expand for details
Interaction Options
Each Expert reply supports the following actions:- Copy: Copy the reply content with one click
- Read aloud: Click the speaker icon to have the Expert’s reply played as audio
- Feedback: Help the Expert continuously improve by giving a thumbs up or thumbs down
- Regenerate: Have the Expert re-answer when you’re not satisfied with the current reply
Input Area
The input area is located at the bottom of the interface and is where you send instructions to the Expert.Text Input
Type your request directly in the input box. Multi-line text is supported — pressEnter to send and Shift + Enter for a new line.
”+” Attachment Menu
Click the ”+” button on the left side of the input box to access the following features:Upload Files
Upload Files
Select files from your device to upload into the conversation. Supports images, documents, code files, archives, and many other formats. Files are automatically stored in your cloud drive.
Cloud Drive
Cloud Drive
Select existing files from your Profy cloud drive to insert into the conversation without re-uploading.
Images
Images
Take a photo or select images from your gallery to send to the Expert for analysis.
Voice
Voice
Enable voice input mode to transcribe speech into text before sending.
Model Selector
The model selector in the input box allows you to switch the AI model before sending each message. Different models offer different trade-offs between speed, accuracy, and cost.Model lists and rates are operational data that track upstream providers, so the selector’s current values are authoritative. The stable rule is that models are gated by plan tier, ranked
free < pro(Plus) < max(Pro) < flagship < team < enterprise.Plan Mode Toggle
You can activate “Plan Mode” from the ”+” menu. When enabled, the Expert won’t execute tasks directly — instead, it will first create a detailed plan document for you to review and iterate on before execution. See Plan Mode for details.Conversation Budget
The conversation budget is not a fixed quota configured somewhere in the backend. It is computed from your balance every time you send a message:Budget exhaustion is a bounded cut-off, not a silent failure: the runtime emits a
budget_exhausted event and stops the stream once cumulative usage passes the budget, which prevents overdraft. There is also an internal protection you never see — tool results are capped in aggregate (80,000 tokens by default) and individually (20,000 tokens by default), and are truncated before entering the model context. That truncation does not interrupt the conversation.Verified 2026-08-11. Sources: services/core/src/routes/agent-proxy/invoke-lifecycle.ts (tokenBudget derivation), services/agent-runtime/src/base/llm/budget_cap.py, services/agent-runtime/src/harness/context/compaction.py.Expert Selection
If you have multiple Experts, you can switch the currently active Expert at the top of the conversation. Each Expert has its own independent skills, memories, and conversation history.Conversation Management
1
Create a New Conversation
Click the “New Conversation” button in the upper left corner to start a fresh exchange.
2
Switch Conversations
In the conversation list on the left, click any historical conversation to switch to it.
3
Fork a Conversation
Create a branch from any message in the conversation to explore different directions. See Conversation Replay & Forking for details.

