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

# Introduction

> The Always-Online AI Companion That Knows You Best

export const YouTubePlayer = ({videoId, title = "Video"}) => <Frame>
    <div id={`youtube-player-${videoId}`} style={{
  position: "relative",
  width: "100%",
  paddingBottom: "56.25%",
  borderRadius: "12px",
  overflow: "hidden",
  cursor: "pointer"
}} onClick={() => {
  const container = document.getElementById(`youtube-player-${videoId}`);
  container.innerHTML = `<iframe style="position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:12px" src="https://www.youtube.com/embed/${videoId}?autoplay=1" title="${title}" allow="accelerometer;autoplay;clipboard-write;encrypted-media;gyroscope;picture-in-picture" allowfullscreen></iframe>`;
}}>
      <img src={`https://img.youtube.com/vi/${videoId}/maxresdefault.jpg`} alt={title} style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
  objectFit: "cover"
}} />
      <div style={{
  position: "absolute",
  top: "50%",
  left: "50%",
  transform: "translate(-50%, -50%)",
  width: "68px",
  height: "48px",
  backgroundColor: "rgba(255, 0, 0, 0.9)",
  borderRadius: "14px",
  display: "flex",
  alignItems: "center",
  justifyContent: "center"
}}>
        <svg width="24" height="24" viewBox="0 0 24 24" fill="white">
          <path d="M8 5v14l11-7z" />
        </svg>
      </div>
    </div>
  </Frame>;

<YouTubePlayer videoId="QucptiybwVk" title="EnConvo Overview & Demo" />

## What is EnConvo?

EnConvo is a native macOS AI Companion that is contextually aware of your screen and apps, delivering the perfect response to automate your complex tasks.

Unlike traditional AI assistants, EnConvo deeply integrates with your macOS environment, understanding what you're working on and providing intelligent assistance exactly when you need it.

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

  <Card title="Installation" icon="download" href="/installation">
    Download and install EnConvo on your Mac
  </Card>

  <Card title="Features" icon="sparkles" href="/features/smartbar">
    Explore all the powerful features
  </Card>

  <Card title="Pricing" icon="credit-card" href="/pricing">
    Choose the plan that works for you
  </Card>
</CardGroup>

## Key Features

EnConvo comes packed with powerful features designed to boost your productivity:

<AccordionGroup>
  <Accordion title="App Sidebar" icon="sidebar">
    Transform all your installed apps into AI Agents. Always within reach, they empower your workflow instantly, right at your fingertips.
  </Accordion>

  <Accordion title="Companion Orb" icon="sidebar">
    The Companion Orb is a persistent sidebar that provides continuous AI assistance while you work. Unlike SmartBar which appears on demand, Companion Orb stays visible on the side of your screen for ongoing conversations and quick reference.
  </Accordion>

  <Accordion title="SmartBar" icon="magnifying-glass">
    A Spotlight-like smart bar that understands context from your browser tabs and Finder selections. Access AI assistance instantly from anywhere on your Mac.
  </Accordion>

  <Accordion title="PopBar" icon="window-restore">
    Select text anywhere and instantly access AI assistance through a floating popup. Transform, translate, or enhance your text with a single click.
  </Accordion>

  <Accordion title="Context Awareness" icon="eye">
    EnConvo understands what's on your screen, which apps you're using, and what you're working on - providing contextually relevant responses.
  </Accordion>

  <Accordion title="Dictation" icon="microphone">
    Dictate text with your voice.
  </Accordion>

  <Accordion title="Knowledge Base" icon="database">
    Build your personal knowledge base and get AI-powered insights from your documents.
  </Accordion>
</AccordionGroup>

## Why Choose EnConvo?

<CardGroup cols={3}>
  <Card title="Native Performance" icon="bolt">
    Built as a native macOS application for optimal performance and system integration - not an Electron app.
  </Card>

  <Card title="Privacy First" icon="shield-halved">
    Your data is never used for training. Use local LLMs like Ollama for complete privacy.
  </Card>

  <Card title="Open Extensions" icon="code">
    All extensions are open source on GitHub, enabling community contributions and customization.
  </Card>
</CardGroup>

## System Requirements

* **Operating System**: macOS 13+ (Ventura or later)
* **Architecture**: Intel & Apple Silicon supported
* **Storage**: Approximately 200MB

## Get Started

Ready to supercharge your productivity? Follow our quickstart guide to get EnConvo up and running in minutes.

<Card title="Start Now" icon="arrow-right" href="/quickstart">
  Follow our step-by-step quickstart guide
</Card>
