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

# Quick Reference

> Shortcuts, slash commands, and the built-in tool list

## Keyboard Shortcuts

Parsaa's shortcuts are user-bindable in **Settings → Preferences → Shortcuts**.

| Shortcut                    | Action                                                         |
| --------------------------- | -------------------------------------------------------------- |
| **Capture Code** (bindable) | Pull the current Xcode selection into Parsaa as a context chip |
| `Cmd+,`                     | Open Settings                                                  |

<Info>
  Capture Code has no default binding — set one in Preferences → Shortcuts. It requires Accessibility permission to read the Xcode selection.
</Info>

## Slash Commands & Mentions

Type `/` for a command or `@` for a generator on the focused Xcode file:

| Trigger       | Action                                              |
| ------------- | --------------------------------------------------- |
| `/modernize`  | Modernize deprecated Apple APIs in the focused file |
| `/analyze`    | Detect deprecated Apple APIs — free, no rewrite     |
| `@tester`     | Generate unit tests for the focused file            |
| `@documenter` | Generate doc comments for the focused file          |

See [Slash Commands](/features/slash-commands).

## Built-in AI Tools

The agent calls tools during conversations to interact with your project — to read, edit, build, run, and more. You don't call them directly; Parsaa picks the right tool for each step.

<Card title="Tools & Permissions" icon="screwdriver-wrench" href="/configuration/tools-and-permissions">
  See the full tool list, capability buckets, and how Allow / Ask / Deny permissions work.
</Card>

## Common Workflows

<AccordionGroup>
  <Accordion title="Ask about your project">
    Type your question in the composer. Parsaa reads project context automatically — open files, structure, and build errors. No copy-paste.
  </Accordion>

  <Accordion title="Bring in a selection">
    Select code in Xcode and trigger **Capture Code** to attach it as a context chip, then ask your question.
  </Accordion>

  <Accordion title="Run an automation">
    Type `/modernize` or `/analyze` for the Modernize flow, or `@tester` / `@documenter` to generate tests or docs on the focused file.
  </Accordion>

  <Accordion title="Plan complex changes">
    Describe a large change. Parsaa enters Plan Mode, proposes steps, and executes only after your approval.
  </Accordion>

  <Accordion title="Delegate or orchestrate">
    @mention a sub-agent for a scoped task, or run a workflow to chain multiple agents with checks and breakpoints.
  </Accordion>
</AccordionGroup>

## Quick Links

<CardGroup cols={2}>
  <Card title="Chat with Code" icon="comments" href="/features/chat-with-code">
    How Parsaa works alongside Xcode.
  </Card>

  <Card title="Slash Commands" icon="terminal" href="/features/slash-commands">
    Automations from the composer.
  </Card>

  <Card title="Plan Mode" icon="list-check" href="/features/plan-mode">
    Multi-file changes with approval gates.
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/features/workflows">
    Multi-agent orchestration graphs.
  </Card>
</CardGroup>
