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

# Introduction

> Welcome to Cyberdesk Docs

<Note>
  **Prerequisites**: Cyberdesk requires an active subscription. If you're not yet on a paid plan, [book a demo](https://cal.com/mahmoud-al-madi-klrs5s/cyberdesk-intro) to get started, or [join the self-serve waitlist](https://forms.gle/hF9iJzizL7PUxCxFA).
</Note>

## Getting started

Get up and running with Cyberdesk in minutes.

<Card title="Quick Start Guide" icon="rocket" href="/quickstart" horizontal>
  Create your first workflow and run it in under 5 minutes.
</Card>

## Install Cyberdriver

Connect your desktop to Cyberdesk for remote automation.

<Card title="Cyberdriver Installation" icon="desktop" href="/cyberdriver/quickstart" horizontal>
  Install Cyberdriver to enable desktop automation on your machine.
</Card>

## Use the SDK to trigger a run

Execute workflows programmatically with our SDKs.

<CardGroup cols={2}>
  <Card title="TypeScript SDK" icon="js" href="/sdk-guides/typescript">
    Build automations with our type-safe TypeScript/JavaScript SDK.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdk-guides/python">
    Integrate Cyberdesk into your Python applications with async support.
  </Card>
</CardGroup>

## Browse key concepts

<CardGroup cols={2}>
  <Card title="Trajectories 101" icon="route" href="/concepts/trajectories">
    Learn how Cyberdesk caches successful workflows for 5-10x faster execution.
  </Card>

  <Card title="Extract Prompt" icon="scanner-image" href="/workflow-prompting/extract-prompt">
    Vision-based data extraction with flexible async processing modes.
  </Card>

  <Card title="Focused Action" icon="crosshairs" href="/workflow-prompting/focused-action">
    Dynamic observations and decisions that work in cached workflows.
  </Card>

  <Card title="Generating Output Data" icon="file-export" href="/concepts/generating-output-data">
    How observations transform into structured workflow output.
  </Card>
</CardGroup>

## Explore more

<Columns cols={2}>
  <Card title="API Reference" icon="terminal" href="/api-reference/introduction">
    Complete API documentation for all endpoints.
  </Card>

  <Card title="Dashboard" icon="browser" href="https://cyberdesk.io/dashboard">
    Create and manage workflows in the web dashboard.
  </Card>
</Columns>
