> ## 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.

# Built-in Browser

> Open pages, preview generated HTML, and debug web work inside the MiniMax Code task view.

<div className="code-docs">
  The built-in browser lets the Agent work with web pages and local HTML artifacts in the same task where code changes happen.

  <img src="https://mintcdn.com/agent-en/yEQNl2mVInzXN9Xt/images/code/browser-panel.png?fit=max&auto=format&n=yEQNl2mVInzXN9Xt&q=85&s=eeab2270e720e68fb630eb114be71af1" alt="Built-in Browser panel" className="code-screenshot" width="2836" height="1768" data-path="images/code/browser-panel.png" />

  ## Browser Use Updates

  * The built-in Browser now includes a mobile preview mode for checking different screen sizes
  * Agent actions on web pages now show a visible cursor and movement trail, making execution easier to follow
  * You can choose the built-in Browser or the system default browser separately for regular web pages and local development pages, and the preference is saved automatically

  ## What It Supports

  * Open web pages and local HTML artifacts
  * Preview pages generated by the Agent
  * Inspect page state and help locate issues
  * Keep code editing and page validation in one workflow

  ## How to Use It

  In Coding mode, open Browser from the right-side panel or tool controls. You can also ask the Agent to use the current built-in browser.
</div>
