> ## Documentation Index
> Fetch the complete documentation index at: https://agent.palank.co.kr/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to PalanK Agent - AI-Powered Browser Automation for Windows

<img className="block dark:hidden" src="https://mintcdn.com/palank/6ONPecxzf5cP56x0/images/hero-light.svg?fit=max&auto=format&n=6ONPecxzf5cP56x0&q=85&s=7989ce52d926e0b491f37e8506d47e41" alt="PalanK Agent Hero" width="800" height="300" data-path="images/hero-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/palank/6ONPecxzf5cP56x0/images/hero-dark.svg?fit=max&auto=format&n=6ONPecxzf5cP56x0&q=85&s=e03209b1d76558ad05023db345014dff" alt="PalanK Agent Hero" width="800" height="300" data-path="images/hero-dark.svg" />

## What is PalanK Agent?

PalanK Agent is a powerful AI-powered browser automation tool for Windows. Powered by **Antigravity CLI**, it provides free access to multiple AI models including Gemini 3 Pro, Gemini 3 Flash, Claude, and more. Automate web tasks through natural language commands with your choice of AI model.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running in minutes
  </Card>

  <Card title="Browser Extension" icon="puzzle-piece" href="/browser-extension">
    Install Chrome extension for browser control
  </Card>

  <Card title="Features" icon="sparkles" href="/features/browser-control">
    Explore all capabilities
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Integrate with your applications
  </Card>
</CardGroup>

## Key Features

<AccordionGroup>
  <Accordion icon="browser" title="Browser Automation">
    Control Chrome tabs through natural language. Click, type, scroll, and navigate - all through AI commands.
  </Accordion>

  <Accordion icon="robot" title="Multiple AI Models">
    Choose from Gemini 3 Pro, Gemini 3 Flash, Claude Opus/Sonnet/Haiku, and more. All models are free via Antigravity CLI.
  </Accordion>

  <Accordion icon="bolt" title="Local Processing">
    All processing happens on your machine. Your data stays private with no cloud dependency for browser control.
  </Accordion>

  <Accordion icon="puzzle-piece" title="Chrome Extension">
    Lightweight extension connects your existing Chrome tabs to PalanK. No separate browser needed.
  </Accordion>
</AccordionGroup>

## How It Works

```mermaid theme={null}
graph LR
    A[PalanK Desktop App] --> B[Local Gateway]
    B --> C[Chrome Extension]
    C --> D[Your Browser Tabs]
    A --> E[Claude AI]
    E --> A
```

1. **PalanK Desktop App** - Native Windows application with AI chat interface
2. **Local Gateway** - Secure local server for browser communication
3. **Chrome Extension** - Lightweight relay connecting browser to PalanK
4. **Claude AI** - Intelligent assistant understanding your commands

## Requirements

* Windows 10 or later
* Google Chrome browser
* Internet connection (for AI features)
* PalanK Browser Relay Chrome extension
