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

# Introduction

<img className="block dark:hidden" src="https://mintcdn.com/qoder/soy4sNOQCG_ZPrfN/images/hero-light.png?fit=max&auto=format&n=soy4sNOQCG_ZPrfN&q=85&s=4ffc2e89e2273466e1a122c1379997b5" alt="Hero Light" width="1200" height="640" data-path="images/hero-light.png" />

Qoder ( /ˈkoʊdər/ ) is an agentic coding platform designed for real software development. It seamlessly integrates enhanced context engineering with intelligent agents to gain a comprehensive understanding of your codebase and systematically tackles software development tasks.

Qoder offers two primary workspaces—**Editor** and **Quest**:

* **Editor** keeps NEXT, Inline Chat, and the Chat panel alongside your code for in-flow collaboration and rapid iteration.
* **Quest** is a dedicated window for **autonomous delegation**: hand off long-running, multi-step work to agents, with task boards, progress tracking, and artifact review in one workspace.

Switch between them whenever you want to pair "code with me" with "run it for me."

Beyond these workspaces, Qoder brings together code generation, Q\&A, multi-file edits, and agentic automation—so you can think deeper, move faster, and build with more confidence in real software projects.

<img className="hidden dark:block" src="https://mintcdn.com/qoder/soy4sNOQCG_ZPrfN/images/hero-dark.png?fit=max&auto=format&n=soy4sNOQCG_ZPrfN&q=85&s=070d761d539f1f415770666c6e6293e2" alt="Hero Dark" width="1200" height="640" data-path="images/hero-dark.png" />

<CardGroup cols={2}>
  <Card title="Quick Start" href="https://docs.qoder.com/quick-start">
    Install Qoder and begin coding with AI assistance in minutes.
  </Card>

  <Card title="Changelog" href="https://qoder.com/changelog">
    Stay up to date with the latest features, enhancements, and bug fixes.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Downloads" href="https://qoder.com/download">
    Access the latest installers for your platform.
  </Card>

  <Card title="Quest" href="https://docs.qoder.com/user-guide/quest/overview">
    **Autonomous delegation** in a dedicated window—hand off long-running, multi-step work to agents, and track board, status, and artifacts in one workspace.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="MCP" href="https://docs.qoder.com/user-guide/chat/model-context-protocol">
    Extend Qoder’s capabilities by connecting to external tools and services via Model Context Protocol (MCP) servers.
  </Card>

  <Card title="Knowledge Engine" href="https://docs.qoder.com/user-guide/knowledge-engine">
    The Knowledge Engine is Qoder's core module that automatically accumulates and manages business knowledge from your daily development.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Qoder Plugin (JetBrains)" href="https://docs.qoder.com/plugins/introduction">
    Bring agentic coding to JetBrains IDEs, empowering developers to command AI agents without leaving their IDE.
  </Card>

  <Card title="CLI" href="https://docs.qoder.com/en/cli/quick-start">
    Build, code and automate complex tasks without ever leaving your terminal or workflow.
  </Card>
</CardGroup>
