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

# Labs (Beta)

> Opt in to experimental integrations in Parsaa

## Overview

**Labs** is where Parsaa ships experimental integrations. Enable them in **Settings → Preferences → Labs**. Once on, they appear as additional options under **Settings → Models**.

<Warning>
  Labs features are experimental — behavior may change or break without notice. These integrations require a Pro plan once billing ships.
</Warning>

## Available Integrations

<CardGroup cols={2}>
  <Card title="GitHub Copilot" icon="github">
    Route Parsaa's chat and tools through your GitHub Copilot subscription. Requires Copilot Business or Enterprise.
  </Card>

  <Card title="Claude Code" icon="terminal">
    Use the Claude Code CLI as the execution model for agent steps. Requires Claude Code installed and authenticated.
  </Card>
</CardGroup>

## Enabling a Lab

<Steps>
  <Step title="Open Labs">
    Go to **Settings → Preferences → Labs**.
  </Step>

  <Step title="Toggle the integration">
    Enable GitHub Copilot or Claude Code.
  </Step>

  <Step title="Configure it under Models">
    The integration now appears under **Settings → Models** (GitHub Copilot / Claude Code), where you connect and configure it.
  </Step>
</Steps>

<Note>
  Labs integrations are gated behind their toggles, so they stay out of your way until you opt in.
</Note>
