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

# Zencoder CLI

> The native Zencoder agent for IDE Agents and Zenflow.

## Overview

Zencoder CLI is the native agent that powers Zencoder's AI coding capabilities. It runs behind the scenes in both IDE Agents and Zenflow, handling code generation, refactoring, testing, and multi-repo search.

## Installation

### Via Zenflow

Zenflow manages the CLI installation and updates. No manual setup required.

## Features

### Multi-Repo Search

Search across all connected repositories simultaneously. The agent uses indexed repository data to find relevant code, definitions, and patterns across your entire codebase.

### Skills

Reusable prompt templates for common workflows (code review, refactoring, testing). Skills are available in the chat panel and can be customized per project.

## Model Selection

The Zencoder CLI supports all models available on your plan. Select the model in the chat panel dropdown before starting a conversation. See [Models](/features/models) for the full list and cost multipliers.

## Pricing

Included with all Zencoder subscription plans. Usage is metered in credits. See [Plans](/faq/pricing) for details.

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/zenflow/quickstart">
    Get started with Zencoder
  </Card>

  <Card title="Skills" icon="wand-magic-sparkles" href="/features/skills">
    Configure reusable instruction packages
  </Card>
</CardGroup>
