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

# Introduction

> Welcome to Olis - Your intelligent desktop assistant

# Welcome to Olis

## What is Olis?

Olis is a comprehensive AI-powered assistant platform consisting of a desktop application, Chrome extension, and backend services. It provides intelligent search, chat capabilities, and document context understanding to enhance your productivity.

## Key Features

<CardGroup cols={2}>
  <Card title="Desktop Application" icon="desktop" href="/apps/electron-client">
    Electron-based desktop app with Next.js renderer for a seamless native experience
  </Card>

  <Card title="Chrome Extension" icon="chrome" href="/apps/chrome-extension">
    Browser integration for quick access to Olis features while browsing
  </Card>

  <Card title="API Server" icon="server" href="/apps/api-server">
    Python-based backend with RAG (Retrieval-Augmented Generation) capabilities
  </Card>

  <Card title="Intent Detection" icon="lightbulb" href="/features/intent-detection">
    Smart detection of user intents with local or hosted LLM support
  </Card>
</CardGroup>

## Architecture Overview

Olis is built as a monorepo using:

* **Nx** for monorepo management and build orchestration
* **pnpm** for efficient package management
* **TypeScript** for type-safe frontend development
* **Python** for backend services
* **Rust** for native modules and performance-critical operations

## Quick Start

Get started with Olis in just a few steps:

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/getting-started">
    Set up your development environment and run Olis locally
  </Card>

  <Card title="Architecture" icon="diagram-project" href="/architecture">
    Understand the system architecture and design decisions
  </Card>
</CardGroup>

## Support

Need help? Check out our resources:

* **Documentation**: Browse comprehensive guides and API references
* **GitHub Issues**: Report bugs or request features
* **Community**: Join our Discord for discussions and support
