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

# Install IDE Plugin

> Install and authenticate Zencoder's IDE Agents inside VS Code, JetBrains IDEs, and Android Studio.

Zencoder's IDE plugins provide standard AI co-pilot functions and coding agents directly inside your favorite editor.

## Install the IDE Agent

Select your development environment below and follow the steps:

<Tabs>
  <Tab title="VS Code">
    1. Open **VS Code**.
    2. Go to Extensions (`Cmd+Shift+X` on Mac, `Ctrl+Shift+X` on Windows/Linux).
    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** and select the **Marketplace** tab.
    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** and select the **Marketplace** tab.
    3. Search for **"Zencoder"**.
    4. Click **Install** and restart the IDE.
    5. Sign in when prompted.
  </Tab>
</Tabs>

***

## Next Steps

Once installed, proceed to run your first task using our step-by-step quickstart guide:

<Card title="IDE Plugin Quickstart" icon="circle-play" href="/quickstart/ide-plugin">
  Learn keyboard shortcuts, run coding agents, and execute your first prompt in VS Code or JetBrains.
</Card>
