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

# Overview

> Get to know QoderWake: create, configure, and run personalized Waker digital employees through the Web Console to handle everyday work tasks.

QoderWake is a digital employee (Waker) management platform for creating, configuring, and running personalized AI assistants to handle everyday work tasks. The platform provides a complete visual interface through the Web Console, covering Waker management, intelligent conversation, workflow orchestration, automated tasks, and more.

Each Waker is a digital employee with a unique identity, skills, and memory. They can execute tasks independently or collaborate on complex processes through the WakerFlow orchestration engine.

## Platform capabilities

| Capability               | Description                                                            |
| ------------------------ | ---------------------------------------------------------------------- |
| Waker management         | Create and manage AI roles, with templates or full customization       |
| Intelligent conversation | Interact with Wakers, initiate tasks, and collaborate in groups        |
| WakerFlow                | Orchestrate multiple Wakers to collaborate on complex processes        |
| Automated tasks          | Drive Wakers to run automatically on a schedule, by event, or via API  |
| Task board               | View task status globally, with both list and swimlane views           |
| Memory system            | Long-term memory management that preserves context across sessions     |
| Skill extensions         | A skill marketplace with support for custom Skills and MCP integration |

## Use cases

<CardGroup cols={2}>
  <Card title="Code review and quality assurance" icon="code">
    Multiple Wakers review code changes from different perspectives.
  </Card>

  <Card title="Automated operations" icon="server">
    Scheduled inspections and event-driven alert handling.
  </Card>

  <Card title="Content creation" icon="pen-nib">
    Document writing, translation, and multi-version generation.
  </Card>

  <Card title="Research and analysis" icon="magnifying-glass-chart">
    Multi-source information gathering, comparative analysis, and report generation.
  </Card>

  <Card title="Project management" icon="list-check">
    Task breakdown, progress tracking, and automated reporting.
  </Card>

  <Card title="DevOps pipelines" icon="rocket">
    CI/CD integration, automated testing, and deployment validation.
  </Card>
</CardGroup>

## Quick start

<CardGroup cols={3}>
  <Card title="Install and start" icon="download" href="./installation">
    Install QoderWake and open the local Web Console.
  </Card>

  <Card title="Waker Management" icon="user-plus" href="./manage-wakers">
    Pick a role template, or customize a Waker.
  </Card>

  <Card title="Start a conversation" icon="comments" href="./conversation-tasks">
    Chat with a Waker or start a [group collaboration](./conversation-tasks#group-collaboration).
  </Card>
</CardGroup>
