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

# Settings Overview

> A map of Parsaa's settings, organized into six categories

## Overview

Parsaa's settings open in a dedicated window (or with `Cmd+,`) and are organized into six categories. This page maps each one so you can find what you need quickly.

## Account

<CardGroup cols={2}>
  <Card title="Profile" icon="user">
    Your avatar, email, and subscription tier.
  </Card>

  <Card title="Billing & Usage" icon="credit-card">
    Credit balance, usage breakdown, and upgrade options.
  </Card>
</CardGroup>

## Project

<CardGroup cols={3}>
  <Card title="Code Indexing" icon="magnifying-glass" href="/features/semantic-search">
    Enable the local semantic index for the project.
  </Card>

  <Card title="Memory" icon="brain" href="/configuration/memory-and-instructions">
    Persistent, project-level facts the agent should remember.
  </Card>

  <Card title="Instructions" icon="list" href="/configuration/memory-and-instructions">
    Instruction files (PARSAA.md and friends) folded into the agent.
  </Card>
</CardGroup>

## Models

<CardGroup cols={2}>
  <Card title="Chat Models" icon="comments" href="/providers/supported-models">
    Pick your default model and browse what's available.
  </Card>

  <Card title="Custom Providers" icon="key" href="/providers/api-keys">
    Bring your own API keys (BYOK).
  </Card>

  <Card title="GitHub Copilot / Claude Code" icon="flask" href="/integrations/labs">
    Beta integrations (appear once enabled in Labs).
  </Card>
</CardGroup>

## Automation

<CardGroup cols={3}>
  <Card title="Test Generator" icon="flask-vial" href="/features/test-generation">
    Framework, naming, mocks, coverage. Runs via `@tester`.
  </Card>

  <Card title="Doc Generator" icon="book" href="/features/documentation-generator">
    DocC or Markdown output. Runs via `@documenter`.
  </Card>

  <Card title="Modernize" icon="wand-magic-sparkles" href="/features/modernize">
    Modernize deprecated APIs. Runs via `/modernize` and `/analyze`.
  </Card>
</CardGroup>

## Extensions

<CardGroup cols={2}>
  <Card title="MCP Servers" icon="plug" href="/integrations/mcp-tools">
    Add and manage Model Context Protocol servers.
  </Card>

  <Card title="Tools" icon="screwdriver-wrench" href="/configuration/tools-and-permissions">
    Enable, disable, and set permissions for the agent's built-in tools.
  </Card>

  <Card title="Agents" icon="robot" href="/features/subagents">
    Create and configure sub-agents.
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/features/workflows">
    Build multi-agent workflow graphs.
  </Card>

  <Card title="Skills" icon="graduation-cap" href="/features/skills">
    Author reusable slash commands.
  </Card>
</CardGroup>

## Preferences

<CardGroup cols={3}>
  <Card title="Labs" icon="flask" href="/integrations/labs">
    Toggle experimental integrations.
  </Card>

  <Card title="Transcription" icon="microphone" href="/features/voice-input">
    Voice input transcription provider.
  </Card>

  <Card title="Privacy & Data" icon="shield-check" href="/configuration/privacy-and-data">
    Privacy Mode, retention toggles, analytics.
  </Card>

  <Card title="Shortcuts" icon="keyboard" href="/configuration/cheatsheet">
    Bind shortcuts like Capture Code.
  </Card>

  <Card title="Updates" icon="arrows-rotate">
    Check for and install app updates.
  </Card>
</CardGroup>
