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

# Qoder

> Agentic Coding Platform for Everyone

The all-new Qoder. Powered by agentic coding. You bring the idea, and Qoder gets it done.

New Qoder originated from Quest mode in Qoder IDE and is now an independent desktop product. The two products are available side by side and do not replace each other. Choose Qoder IDE if you prefer writing and debugging code directly in an IDE. Choose Qoder if you prefer delegating an end-to-end task to an Agent.

Conversation history and memory are stored separately in each product. When you start using Qoder, you can import your Qoder IDE conversation history and memories to continue with the existing context.

## How Qoder works

A typical workflow is:

1. Choose a mode. **Coding** groups tasks by workspace and provides execution-mode and branch controls; **General** groups tasks by folder.
2. Describe the goal, expected result, and constraints, then attach files or other context when needed.
3. Select a model and access mode, then send the task. Qoder reads the relevant context, plans the work, and calls tools.
4. Follow commands, file changes, and intermediate results; add requirements or redirect the task when necessary.
5. Inspect the result and run an appropriate validation. For tasks that change code, review the diff before deciding whether to keep, commit, or continue iterating.

## Main areas

| Area                                   | Purpose                                                                         |
| -------------------------------------- | ------------------------------------------------------------------------------- |
| **Coding** and **General**             | Switch between workspace-based engineering tasks and folder-based general tasks |
| New Task and Search                    | Start an independent task or search conversation titles and message content     |
| Workspaces or Folders and Recent tasks | Organize tasks by project and return to existing context                        |
| Knowledge Center                       | Manage Knowledge Bases and Repo Wikis for reusable context                      |
| Automations                            | Start Agent work on a schedule and review every run                             |
| Extensions                             | Manage Skills, Plugins, and Connectors                                          |

## Capability map

<CardGroup cols={2}>
  <Card title="Start a new task" icon="plus" href="/qoder/new-task">Choose Coding or General, associate a workspace or folder, and enter the task.</Card>
  <Card title="Model selection" icon="brain" href="/qoder/model-selector">Select a built-in model or configure a supported custom model.</Card>
  <Card title="Task management" icon="list-check" href="/qoder/task-management">Search, sort, filter, archive, and restore tasks.</Card>
  <Card title="Tools and actions" icon="wrench" href="/qoder/browser">Use the built-in browser, code review and commit flow, and terminal.</Card>
  <Card title="Security and access" icon="shield" href="/qoder/security-and-authorization">Learn about Static Check, Lightweight Scan, Deep Scan, and the remediation flow.</Card>
  <Card title="Environment and execution" icon="play" href="/qoder/execution-environments">Choose an execution environment and use plan- or goal-driven workflows.</Card>
  <Card title="Automation" icon="clock" href="/qoder/automations">Schedule repeatable tasks and inspect every run.</Card>
  <Card title="Knowledge Center" icon="book-open" href="/qoder/repo-wiki">Connect a Knowledge Base or Repo Wiki to provide durable project context.</Card>
  <Card title="Extensions" icon="puzzle" href="/qoder/skills">Extend Qoder with Skills, Plugins, Connectors, Hooks, subagents, AppShot, and Computer control.</Card>
  <Card title="Personalize Qoder" icon="sliders" href="/qoder/settings">Configure modes, voice, shortcuts, models, memory, and other application preferences.</Card>
</CardGroup>

## Next step

If this is your first time using Qoder, complete the [macOS Installation Guide](/qoder/install-macos) or [Windows Installation Guide](/qoder/install-windows), then follow the [quickstart](/qoder/quickstart) with a small task whose outcome is easy to verify.
