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

QoderWork is a desktop AI work assistant that extends Qoder's agent capabilities from coding into your everyday work. Through plain natural-language conversation, it handles file organization, data processing, document generation, and more — automating a broad range of scenarios for you.

Traditional AI tools: you ask, it answers — the actual work is still yours.

QoderWork: you describe the outcome, and it delivers the result.

## Core capabilities

<CardGroup cols={2}>
  <Card title="File Processing" icon="file-text">
    Read, write, organize, and transform documents, spreadsheets, presentations, and PDFs — all through conversation.
  </Card>

  <Card title="Browser Automation" icon="globe">
    Navigate websites, fill forms, extract data, and automate multi-step web workflows without writing scripts.
  </Card>

  <Card title="Computer Use" icon="desktop">
    Control desktop applications directly — click, type, scroll, and interact with any app on your screen.
  </Card>

  <Card title="Scheduled Tasks" icon="clock">
    Set up recurring or one-time tasks that run automatically, from daily reports to periodic reminders.
  </Card>

  <Card title="IM Channels" icon="comments">
    Connect to DingTalk, Feishu, and other messaging platforms to send notifications and receive instructions.
  </Card>

  <Card title="Skills & Extensions" icon="puzzle">
    Extend capabilities with community skills, custom workflows, MCP servers, and third-party connectors.
  </Card>

  <Card title="Voice Input" icon="microphone">
    Speak instead of typing — describe complex requirements naturally and let the AI transcribe and act.
  </Card>

  <Card title="Awareness" icon="brain">
    Cross-session memory and personalized collaboration — QoderWork keeps learning your preferences and work habits so every new conversation starts with full context, not a blank slate.
  </Card>
</CardGroup>

## Typical scenarios

| Scenario               | What it does                                                                     |
| :--------------------- | :------------------------------------------------------------------------------- |
| **File organization**  | Detects file types automatically and sorts project files into the right place.   |
| **Photo management**   | Groups local photos by time, location, and subject.                              |
| **Data analysis**      | Inspects data shape and produces stats, tables, and charts.                      |
| **Document creation**  | Drafts reports, builds slide decks, transforms tabular data.                     |
| **Research synthesis** | Pulls together information from multiple sources and surfaces the key takeaways. |

## Pricing

QoderWork signs in with your Qoder account and draws from the same Credits balance — see the [pricing page](/account/pricing) for the full breakdown of plans and consumption.

## FAQ

<AccordionGroup>
  <Accordion title="Will my files be uploaded to the cloud?">
    File operations run locally on your machine. The text content the AI needs to understand and act on the task is sent to the LLM API provider.
  </Accordion>

  <Accordion title="Which files can the AI access?">
    Only the work directories you explicitly authorize. If access elsewhere is needed, QoderWork asks for your permission first.
  </Accordion>

  <Accordion title="Who is QoderWork for?">
    Anyone who wants AI to do the work, for example:

    * Office workers wrestling with messy file management.
    * Professionals dealing with large volumes of documents.
    * Knowledge workers who want to automate repetitive work.
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={3}>
  <Card title="Quick Start" icon="rocket" href="/qoderwork/quick-start">
    Run your first task in 5 minutes
  </Card>

  <Card title="Use Cases" icon="lightbulb" href="/qoderwork/use-cases">
    Ready-to-use prompt templates organized by scenario
  </Card>

  <Card title="User Stories" icon="users" href="/qoderwork/user-stories">
    See how other QoFounders use QoderWork in real workflows
  </Card>
</CardGroup>
