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

# Lukan Agent Documentation

> Build, run, browse, and automate with one AI agent.

## Get things done 10x faster

One AI agent for your digital work: write code, run tasks, browse websites, manage tools, and automate workflows from natural language.

<Card title="v0.1.2 now available" icon="sparkles" href="/quickstart" horizontal>
  Start with a guided setup and run your first execution task in minutes.
</Card>

## Built for real work

<CardGroup cols={2}>
  <Card title="Smart Context" icon="brain" href="/capabilities/overview">
    Lukan understands your project, your tools, and your ongoing tasks to deliver context-aware execution.
  </Card>

  <Card title="Task Execution" icon="terminal" href="/capabilities/tools">
    Run commands, edit files, call APIs, and complete multi-step tasks from simple instructions.
  </Card>

  <Card title="Browser Actions" icon="globe" href="/capabilities/automation">
    Navigate pages, inspect content, fill workflows, and interact with web tools when needed.
  </Card>

  <Card title="Plugins" icon="plug" href="/plugins">
    Extend Lukan with plugins for WhatsApp, Email, Google Workspace, and custom integrations.
  </Card>
</CardGroup>

## Multi-channel AI agent

Lukan works where you work:

<CardGroup cols={3}>
  <Card title="Terminal (TUI)" icon="terminal" href="/quickstart">
    Interactive CLI chat with session persistence and rich keyboard shortcuts.
  </Card>

  <Card title="Desktop App" icon="desktop" href="/desktop">
    Native Tauri app with audio recording, terminal emulation, and plugin management.
  </Card>

  <Card title="Web UI" icon="globe" href="/web-ui">
    Browser-based interface with real-time streaming and full REST API.
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="WhatsApp" icon="message" href="/channels/whatsapp">
    Chat with Lukan via WhatsApp (plugin).
  </Card>

  <Card title="Email" icon="envelope" href="/channels/email">
    Delegate tasks via email (plugin).
  </Card>

  <Card title="Relay" icon="tower-broadcast" href="/relay">
    Secure remote access with E2E encryption.
  </Card>
</CardGroup>

## Install

```bash theme={null}
curl -fsSL https://get.lukan.ai/install.sh | bash
```

Then continue with the [Quickstart](/quickstart).
