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

# Quickstart

> Start building awesome documentation in under 5 minutes

## Extension Development for Agents and Workflows

Enconvo extensions provide essential tools for agents and workflows, accessible through the smartbar and popbar for quick usage. These extensions enhance AI interactions and streamline productivity workflows.

## DXT Compatibility

Enconvo is fully compatible with [Anthropic's DXT (Desktop Extension Toolkit)](https://github.com/anthropics/dxt) development standards. Developers can follow the [DXT Quick Start guide](https://github.com/anthropics/dxt/blob/main/README.md#quick-start) to create extensions, and upon completion, upload them directly to the Enconvo Extension Store.

## Get Started with Your First Extension

## Plugin Packaging

To package your extension for distribution, use the DXT pack command:

```bash theme={null}
npx @anthropic-ai/dxt pack
```

This will create a `.dxt` file that can be installed by users.

## Plugin Installation

There are two ways to install plugins in Enconvo:

### Method 1: Direct Installation

Click on any `.dxt` file to automatically launch Enconvo's installation page.

### Method 2: Extension Store

Install plugins directly from the Enconvo Extension Store within the application.
