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

# Quickstart

> Get started with Zencoder's IDE Agents for VS Code, JetBrains IDEs, and Android Studio.

## Install the IDE Agent

<Tabs>
  <Tab title="VS Code">
    1. Open VS Code
    2. Go to Extensions (`Cmd+Shift+X` / `Ctrl+Shift+X`)
    3. Search for "Zencoder"
    4. Click **Install**
    5. Sign in when prompted

    <Card title="VS Code Marketplace" icon="arrow-up-right-from-square" href="https://marketplace.visualstudio.com/items?itemName=zencoder.zencoder">
      Install directly from the VS Code Marketplace
    </Card>
  </Tab>

  <Tab title="JetBrains">
    1. Open your JetBrains IDE (IntelliJ, PyCharm, WebStorm, etc.)
    2. Go to **Settings → Plugins → Marketplace**
    3. Search for "Zencoder"
    4. Click **Install** and restart the IDE
    5. Sign in when prompted

    <Card title="JetBrains Marketplace" icon="arrow-up-right-from-square" href="https://plugins.jetbrains.com/plugin/zencoder">
      Install from JetBrains Marketplace
    </Card>
  </Tab>

  <Tab title="Android Studio">
    1. Open Android Studio
    2. Go to **Settings → Plugins → Marketplace**
    3. Search for "Zencoder"
    4. Click **Install** and restart
    5. Sign in when prompted
  </Tab>
</Tabs>

## Your First Task

Press `Cmd+.` (Mac) or `Ctrl+.` (Windows/Linux) to open the agent selector and choose the **Coding Agent**. Try one of these prompts:

* **"Write unit tests for \[filename]"** — Generates tests using your testing framework and conventions
* **"Explain how authentication works in this project"** — Traces the flow across files and returns a grounded explanation
* **"Refactor \[function name] to reduce complexity"** — Rewrites with verification

That's it — you're using Zencoder.

## Next Steps

<CardGroup cols={2}>
  <Card title="Core Concepts" icon="book" href="/get-started/basic-concepts">
    Learn the fundamentals of Zencoder
  </Card>

  <Card title="Supported Models" icon="microchip" href="/features/models">
    Choose from 10+ models or bring your own key
  </Card>

  <Card title="Skills" icon="wand-magic-sparkles" href="/features/skills">
    Reusable instruction packages for your agents
  </Card>

  <Card title="Integrations & MCP" icon="plug" href="/features/integrations-and-mcp">
    Connect Jira, GitHub, Sentry, and 100+ tools
  </Card>

  <Card title="Plans & Pricing" icon="credit-card" href="/faq/pricing">
    Subscription tiers and billing
  </Card>

  <Card title="Custom Agents" icon="robot" href="/features/ai-agents">
    Build agents for your team's workflows
  </Card>
</CardGroup>
