> ## Documentation Index
> Fetch the complete documentation index at: https://agent.minimax.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to MiniMax Code

> MiniMax Code is a desktop AI Agent app for software development, everyday workflows, automation, and remote collaboration.

<div className="code-docs">
  MiniMax Code is a desktop AI Agent app that brings chat, project context, file operations, terminal sessions, browser previews, skills, memory, and automation into one local workspace.

  <img src="https://mintcdn.com/agent-en/yEQNl2mVInzXN9Xt/images/code/welcome-home.png?fit=max&auto=format&n=yEQNl2mVInzXN9Xt&q=85&s=91109fbfca91110f316568bf39cb372e" alt="MiniMax Code home" className="code-screenshot" width="2796" height="1698" data-path="images/code/welcome-home.png" />

  ## What You Can Do

  <CardGroup cols={2}>
    <Card title="Build with local projects" icon="code">
      Attach a workspace, let the Agent read project context, run commands, inspect changes, and debug pages in the built-in browser.
    </Card>

    <Card title="Handle complex work" icon="workflow">
      Use Agent Team to break down multi-step tasks, delegate work, verify results, and keep progress moving.
    </Card>

    <Card title="Automate routines" icon="calendar-clock">
      Schedule recurring tasks and let MiniMax Code run them while your desktop app is awake.
    </Card>

    <Card title="Stay connected remotely" icon="smartphone">
      Use Remote Control or messaging integrations to check progress, add instructions, and approve permission requests from your phone.
    </Card>
  </CardGroup>

  ## Core Features

  | Feature                    | Description                                                                                  |
  | -------------------------- | -------------------------------------------------------------------------------------------- |
  | Coding / Work modes        | Coding mode keeps development tools visible; Work mode focuses on progress and deliverables. |
  | Workspace context          | Attach a local project so the Agent can understand files, scripts, and conventions.          |
  | Built-in browser           | Preview pages, inspect web content, and debug generated HTML inside the task.                |
  | Files / Changes / Terminal | Review artifacts, inspect diffs, and follow command output.                                  |
  | Skills and memory          | Extend repeatable workflows and preserve useful preferences over time.                       |
  | Model configuration        | Use MiniMax-managed models, a MiniMax API key, or a custom model provider.                   |

  ## Next Steps

  <Steps>
    <Step title="Install the desktop app">
      Download MiniMax Code for your operating system and sign in.
    </Step>

    <Step title="Create your first task">
      Start from the home composer, optionally attaching a local project workspace.
    </Step>

    <Step title="Choose the right mode">
      Use Coding for development and debugging. Use Work for research, documents, and everyday workflows.
    </Step>
  </Steps>

  ## Join the Community

  <div className="code-community-panel">
    <div>
      <h3>Discord</h3>
      <p>Join the MiniMax Code Discord community for product updates, usage discussions, and feedback support.</p>
    </div>

    <img src="https://mintcdn.com/agent-en/yEQNl2mVInzXN9Xt/images/code/community-discord-qr.png?fit=max&auto=format&n=yEQNl2mVInzXN9Xt&q=85&s=d0c6ec429708300699398469e18ec746" alt="Discord QR code" className="code-community-qr" width="819" height="819" data-path="images/code/community-discord-qr.png" />
  </div>
</div>
