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

# Parsaa — The AI Agent for Xcode

> A native macOS app that works alongside Xcode. Understands your project, writes real code, runs builds and tests, and ships faster.

## Your Xcode. Supercharged.

Parsaa is a **native macOS app** that runs alongside Xcode. It reads your active project through the macOS Accessibility API, chats about your code, edits files, runs builds and tests, and coordinates sub-agents and multi-step workflows — all without leaving your machine to a plugin or web tab.

<Card title="Get Started" icon="rocket" href="/quickstart" horizontal>
  Install Parsaa and start building with AI in minutes.
</Card>

## Why Parsaa?

<CardGroup cols={3}>
  <Card title="Native Xcode Integration" icon="apple">
    Built for Xcode using the macOS Accessibility API and a native Xcode MCP bridge (Xcode 26.3+). No plugins — Parsaa works alongside Xcode and can read files, apply changes, build, and test.
  </Card>

  <Card title="Privacy First" icon="shield-check">
    A Private Mode that retains nothing past the request, granular data-retention toggles, and a Local provider for on-device models. You decide what is stored.
  </Card>

  <Card title="Multi-Provider AI" icon="microchip">
    Use included credits, or bring your own keys for OpenAI, Anthropic, Google Gemini, OpenRouter, or a Local (Ollama / LM Studio) endpoint.
  </Card>
</CardGroup>

## Core Features

<CardGroup cols={2}>
  <Card title="Chat with Code" icon="comments" href="/features/chat-with-code">
    Talk to your codebase in natural language. Parsaa sees your open files, project structure, and build errors, then uses tools to read, edit, search, build, and run.
  </Card>

  <Card title="Capture Code & Context" icon="paperclip" href="/features/context-capture">
    Attach files, pull the current Xcode selection with the Capture Code shortcut, and @mention sub-agents to scope each request.
  </Card>

  <Card title="Slash Commands" icon="terminal" href="/features/slash-commands">
    Trigger automations directly from the composer: <code>/tests</code>, <code>/docs</code>, <code>/migrate</code>, and <code>/analyze</code>.
  </Card>

  <Card title="Plan Mode" icon="list-check" href="/features/plan-mode">
    Parsaa analyzes the work and proposes a step-by-step plan. Nothing executes until you approve it.
  </Card>

  <Card title="Sub-agents & Workflows" icon="diagram-project" href="/features/workflows">
    Delegate to specialized sub-agents, or wire them into multi-step workflow graphs with evaluators, breakpoints, and deterministic checks.
  </Card>

  <Card title="Modernize APIs" icon="wand-magic-sparkles" href="/features/modernize">
    Detect and rewrite deprecated Apple APIs in the focused file, with a diff you review before applying.
  </Card>
</CardGroup>

<Note>
  **System Requirements:** macOS 26.2 (Tahoe) or later, Apple Silicon, and Xcode. Xcode 26.3+ is required for the native Xcode MCP integration.
</Note>

## Ready to Get Started?

<Card title="Download Parsaa" icon="download" href="https://parsaa.app" horizontal>
  Download Parsaa and supercharge your Xcode workflow with AI.
</Card>
