Overview
Chat is the core entry point and default page of Super Agent—the main stage where users collaborate with the AI Agent. In a unified conversation window, users submit requests in natural language, and the Agent automatically breaks down tasks, calls tools, displays its thinking process, and streams every intermediate artifact (search results, files, code, screenshots, form questions) back into the conversation flow in real time. What Chat helps you do:- Submit tasks in natural language — Hand vague requirements to the Agent in a single sentence; the Agent decides which tools to call on its own.
- Fully observable execution — Thinking, Tool Call, AskUserQuestion, and Authorization are all visible, expandable, and interruptible in the conversation flow.
- Multi-modal input — Text, images, documents, audio/video, code snippets, and Drive files can all serve as context.
- Session persistence — Automatically saves session history, supports search, and one-click sharing as read-only links or saving as templates.
- Task orchestration entry — Schedule the current message as a recurring task directly in the input bar, without leaving Chat.
Target Users
| User Type | Applicable | Typical Needs |
|---|---|---|
| Individual User | ✅ | Research, writing, coding, report generation, file processing, scheduling recurring tasks |
| Team Member | ✅ | Share sessions within the team Workspace, @ colleagues, share team Credits |
| Team Admin | ✅ | View member session usage, configure shared templates, centrally manage Skills / Agents |
| Enterprise Admin | ✅ | Chat itself doesn’t provide an enterprise-grade governance panel; enterprise policies are configured in the Enterprise console |
- Lightweight “Q&A bot” scenarios that don’t need tool calls or file outputs—a general LLM is sufficient, no need for Super Agent.
- Real-time control scenarios requiring millisecond-level precision.
- High-compliance scenarios requiring sessions and data to be fully local and never leave the enterprise network (consult the Enterprise team).
Use Cases
- Daily research and reporting — Describe a topic in Chat; the Agent automatically searches, synthesizes, and outputs results as downloadable Markdown / Word / Excel.
- Code and script tasks — Upload code or a repo link; have the Agent read, modify, run, and return diffs.
- Document processing — Drag in PDF / Excel / PPT directly; have the Agent summarize, extract, rewrite, or translate—with optional Office Sync for two-way sync.
- Multi-round forms / information gathering — The Agent proactively confirms key parameters via AskUserQuestion to avoid going in the wrong direction.
- Parallel multi-Agent execution — Enable multi-session mode to dispatch the same request to multiple Agents / models in parallel and compare results.
- Scheduled execution — Click the calendar icon in the input bar to turn the current message into a task that runs automatically daily / weekly.
- Session reuse — Save proven workflows via Save as Template for one-click reuse later.
Quick Start
Complete your first successful Chat conversation in 3 minutes. 1. Open https://mulerun.com and log in (Google account or email). 2. After login, you’ll land on the Chat page by default—session history is on the left, the input box is in the middle. 3. Click New Chat in the upper-left corner (shortcut ⌘K / Ctrl+K) to create a new session. 4. Enter your request in the input box, e.g.: “Search for ‘2026 AI video generation model comparison’ and compile it into a Markdown report.” 5. Press Enter to send. The Agent will display, in sequence: Thinking → Tool Call → output files. 6. Once the task completes: - Click Download on the output file to save locally. - Click Share in the upper-right to generate a read-only sharing link. - Click Save as Template to save this session as a template. Once complete, you should see a full report and download entry. If no output appears, check the balance hint above the input box, or refer to Section 7 (FAQ).Detailed Guide
1. Create and Manage Sessions Steps: 1. Click New Chat in the upper-left (⌘K / Ctrl+K) to enter a blank session. 2. Scroll through history sessions in the left sidebar, or use Search at the top to find by keyword—matching sessions are highlighted. 3. Click More … on a session item to rename, favorite, share, or delete. 4. The session title is auto-generated by the Agent after the first message is sent—you can also manually click the title to edit. Sessions are private by default; deleted sessions enter a recovery period and become unrecoverable after expiry. 2. Input Box The input box is Chat’s “console,” centralizing attachments, mode switching, scheduling, and more. Attachment upload:- Click the + button on the left → choose Local File or From Drive.
- Supports images, documents, audio/video, code, archives, and other common types.
- Attached files appear as Chips above the input box, removable individually.
- Start with / to trigger the command palette.
- To install Skills, use the SkillBadge command format (see 5.6).
- Single-Agent mode (default) — One Agent processes one message serially.
- Multi-Agent parallel mode — After switching, the same message triggers multiple Agents / models in parallel for comparison.
- Click the calendar icon before sending to open the Cron / natural language time editor.
- Once saved, this message is registered as a scheduled task, executed automatically on schedule (execution records in Router Console → Tasks Log).
- When uploading Excel / PowerPoint, enable Sync on the Chip.
- Once enabled, Agent modifications to the file are written back to the source file in real time, and local edits sync to the Agent.
- Thinking / Thought — The Agent’s extended reasoning process (collapsible).
- Plan — A list of sub-steps broken down from the task (collapsible).
- Tool Call — Tools called by the Agent (search, browser, code execution, file operations, etc.); expand to see inputs and returns (collapsible).
- Tool Call Group — Consecutive calls of the same tool type are aggregated into one group (collapsible).
- AskUserQuestion — The Agent proactively asks you a question—single-select / multi-select / free input (not collapsible; must be answered to continue).
- Authorization Card — OAuth or API Key authorization dialog (not collapsible).
- File Result — Generated files with preview, download, and copy-path actions (not collapsible).
- Turn Comment — Rate or leave feedback on a single answer (collapsible).
- Hover over a message → Copy / Regenerate / Like / Dislike / Branch from here.
- Click Stop during a long-running task to interrupt the Agent.
- Any Agent question that timed out unanswered can be re-answered from history.
/skill-finder install skill_id directly @{owner}/{repo}#{skillName}:{version} {your actual message}
Behavior:
- A gray SkillBadge label appears above the input box and the sent message bubble.
- The command prefix /skill-finder install … does not appear in the message body—only your actual message is shown.
- Multiple Skills can be stacked at once:
/skill-finder install skill_id directly @owner/repo#skill-a:latest @owner/repo#skill-b:latest do something
- Share (session) (upper-right Share button) — Generates a read-only sharing link, optionally with an access code.
- Save as Template (upper-right more menu) — Save the current session as a template for one-click reuse via New Chat later.
- Export message content (single message hover menu → Copy / Copy as Markdown) — Copies to clipboard.
- Export output files (File Result card → Download) — Single-file download, or aggregate to Drive.
- Session title — Edit the name; takes effect immediately; no impact on in-progress tasks.
- Scheduled message — Edit Cron, prompt, attachments. Cron / prompt changes take effect on the next run; attachment changes take effect immediately. The currently executing instance is not interrupted.
- Share link — Edit access code, visibility, expiration; takes effect immediately; already-distributed links validate against the new policy immediately.
- Stop (halt execution) — Use when the Agent drifts or you don’t want to wait further. Immediately interrupts the current Tool Call; outputs from this turn are preserved. Recoverable—you can continue asking questions in this session.
- Pause (scheduled task) — Use when you don’t want it to run temporarily. Preserves Cron and history; no longer triggers. Recoverable—can be re-enabled anytime.
- Delete (session) — Use when no longer needed. Session and associated files enter a recovery period. Recoverable within 30 days via Trash; irreversible after expiry.
Plans, Quotas, and Limits
Below is a capability comparison; refer to https://mulerun.com/pricing for specific quota numbers.| Item | Free | Individual Paid (Pro) | Team | Enterprise |
|---|---|---|---|---|
| Create / Use Chat | ✅ | ✅ | ✅ | ✅ |
| Daily Messages | Trial quota | Standard quota | Team-shared pool | Per contract |
| Attachment Limit per Message | Limited | Standard | Standard | Customizable |
| Concurrent Agents | 1 | Multi-concurrent | Team-shared concurrency pool | Customizable |
| Multi-Agent Parallel Mode | ❌ | ✅ | ✅ | ✅ |
| Scheduled Sending (Schedule Chip) | Limited | ✅ | ✅ | ✅ |
| Office Sync | ❌ | ✅ | ✅ | ✅ |
| Advanced Models / Skills | Limited | ✅ | ✅ | ✅ |
| Share Links / Templates | Basic | ✅ | ✅ | ✅ |
| Team Member Session Sharing | ❌ | ❌ | ✅ | ✅ |
| Enterprise SSO / Audit | ❌ | ❌ | Partial | ✅ |
| Credits Consumption | By model and tool | Same, with bonus quota | Team-shared pool, per-seat bonus | Per contract |
- Single file size and per-upload file count limits depend on the plan; split if exceeded.
- Per-message context and per-session length have limits; earlier messages are automatically compressed when exceeded.
- Sessions with long inactivity are not deleted, but related Agent state may enter cold-start.
- Share links are subject to anti-abuse policies—high-frequency access may be rate-limited.