> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/QwenLM/qwen-code/llms.txt
> Use this file to discover all available pages before exploring further.

# Qwen Code Documentation

> An open-source AI agent that lives in your terminal for code assistance and automation

<div
  style={{
background: 'linear-gradient(135deg, #6d4ff3 0%, #bca1f6 100%)',
borderRadius: '8px',
padding: '48px 32px',
marginBottom: '32px',
color: 'white'
}}
>
  <h1
    style={{
fontSize: '48px',
fontWeight: '700',
marginBottom: '16px',
color: 'white'
}}
  >
    Qwen Code
  </h1>

  <p
    style={{
fontSize: '20px',
opacity: '0.95',
maxWidth: '600px'
}}
  >
    An open-source AI agent that lives in your terminal. Ship faster with intelligent code assistance optimized for Qwen3-Coder models.
  </p>
</div>

## Get Started

Jump right in and start using Qwen Code in minutes.

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/installation">
    Install Qwen Code via npm, Homebrew, or installation script
  </Card>

  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running with your first AI-assisted coding session
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Configure OAuth or API key authentication
  </Card>

  <Card title="CLI Reference" icon="terminal" href="/cli/overview">
    Explore all available commands and options
  </Card>
</CardGroup>

## Key Features

Qwen Code brings powerful AI capabilities directly to your terminal.

<CardGroup cols={2}>
  <Card title="Interactive Mode" icon="messages" href="/features/interactive-mode">
    Chat with AI in an intuitive terminal interface
  </Card>

  <Card title="Headless Mode" icon="code" href="/features/headless-mode">
    Run AI commands in scripts and CI/CD pipelines
  </Card>

  <Card title="Subagents" icon="users" href="/features/subagents">
    Delegate tasks to specialized AI agents
  </Card>

  <Card title="Skills System" icon="brain" href="/features/skills">
    Extend capabilities with reusable skill modules
  </Card>

  <Card title="IDE Integration" icon="window" href="/ide-integration/overview">
    Use Qwen Code inside VS Code, Zed, and JetBrains
  </Card>

  <Card title="TypeScript SDK" icon="code" href="/sdk/introduction">
    Build custom tools with programmatic API access
  </Card>
</CardGroup>

## Configuration

Customize Qwen Code to fit your workflow.

<CardGroup cols={3}>
  <Card title="Settings" icon="gear" href="/configuration/settings">
    Configure global and project settings
  </Card>

  <Card title="Model Providers" icon="brain" href="/configuration/model-providers">
    Set up OpenAI, Anthropic, Gemini, or custom providers
  </Card>

  <Card title="Environment Variables" icon="terminal" href="/configuration/environment-variables">
    Configure via environment variables
  </Card>
</CardGroup>

## Advanced Features

Unlock the full power of Qwen Code.

<CardGroup cols={2}>
  <Card title="Sandbox Execution" icon="shield" href="/advanced/sandbox">
    Run commands safely in isolated containers
  </Card>

  <Card title="MCP Support" icon="plug" href="/features/mcp">
    Connect to Model Context Protocol servers
  </Card>

  <Card title="LSP Integration" icon="code" href="/advanced/lsp">
    Leverage Language Server Protocol for code intelligence
  </Card>

  <Card title="Token Caching" icon="database" href="/advanced/token-caching">
    Reduce costs with intelligent token caching
  </Card>
</CardGroup>

## Extend Qwen Code

Build custom extensions and contribute to the ecosystem.

<CardGroup cols={2}>
  <Card title="Create Extensions" icon="puzzle-piece" href="/extensions/creating-extensions">
    Build agents, commands, and context providers
  </Card>

  <Card title="Developer Guide" icon="code" href="/developers/architecture">
    Understand the architecture and contribute
  </Card>
</CardGroup>

## Community

<CardGroup cols={2}>
  <Card title="GitHub" icon="github" href="https://github.com/QwenLM/qwen-code">
    Star the repo and contribute on GitHub
  </Card>

  <Card title="Discord" icon="discord" href="https://discord.gg/ycKBjdNd">
    Join our community on Discord
  </Card>
</CardGroup>
