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

# Luria LLM Neuropsychological Data and Report System

> Quarto + Typst templates for professional neuropsychological evaluation reports. Generate clinic-ready PDFs from structured data.

<div className="mx-auto flex w-full max-w-[720px] flex-col gap-12 px-4 py-10 lg:gap-14 lg:py-16">
  <div className="flex flex-col items-center gap-6">
    <div className="flex max-w-[480px] flex-col gap-2 text-center">
      <h1 className="text-2xl font-semibold tracking-tight text-gray-900 dark:text-gray-50">
        Generate clinic-ready reports
      </h1>

      <p className="text-balance text-base text-gray-600 dark:text-gray-400">
        Luria Voice is a Quarto + Typst framework for neuropsychologists. Write once in structured Quarto markdown, render polished PDF evaluation reports in minutes. Use the tabs to explore the docs or search with <kbd>⌘</kbd> <kbd>K</kbd>.
      </p>
    </div>
  </div>

  <div className="grid grid-cols-1 gap-5 sm:grid-cols-2">
    <a href="/quickstart" className="group flex flex-col outline-none">
      <div className="kb-feature-card relative flex h-[170px] items-center justify-center overflow-hidden rounded-2xl ring-1 ring-gray-100 transition group-hover:ring-gray-200 dark:ring-white/[0.08] dark:group-hover:ring-white/15 saturate-50 group-hover:saturate-100">
        <div className="relative flex items-center justify-center">
          <Icon icon="rocket" size={36} className="!bg-white" />
        </div>
      </div>

      <div className="flex flex-col gap-1 pt-4">
        <span className="text-base font-medium text-gray-900 dark:text-gray-50">Quick start</span>

        <span className="text-sm leading-5 text-gray-600 dark:text-gray-400">
          Install the extension, configure patient metadata, and render your first PDF report in under five minutes.
        </span>
      </div>
    </a>

    <a href="/templates/overview" className="group flex flex-col outline-none">
      <div className="kb-feature-card relative flex h-[170px] items-center justify-center overflow-hidden rounded-2xl ring-1 ring-gray-100 transition group-hover:ring-gray-200 dark:ring-white/[0.08] dark:group-hover:ring-white/15 saturate-50 group-hover:saturate-100">
        <div className="relative flex items-center justify-center">
          <Icon icon="file-text" size={36} className="!bg-white" />
        </div>
      </div>

      <div className="flex flex-col gap-1 pt-4">
        <span className="text-base font-medium text-gray-900 dark:text-gray-50">Report templates</span>

        <span className="text-sm leading-5 text-gray-600 dark:text-gray-400">
          Choose from pediatric, adult, forensic, and Luria-style formats — each with its own typography and layout.
        </span>
      </div>
    </a>
  </div>

  <div className="flex flex-col gap-4">
    <h2 className="text-lg font-medium tracking-tight text-gray-900 dark:text-gray-50">Resources</h2>

    <Columns cols={2}>
      <Card title="Core Concepts" icon="brain" iconType="light" href="/concepts/overview">
        Understand the Neurotyp ecosystem, report structure, and how templates fit together.
      </Card>

      <Card title="Guides" icon="map" iconType="light" href="/guides/first-report">
        Step-by-step walkthroughs for writing patient metadata, cognitive domains, and AI narratives.
      </Card>
    </Columns>

    <Columns cols={2}>
      <Card title="Configuration" icon="settings" iconType="light" href="/configuration/brand">
        Brand theming, Quarto project settings, and dependency requirements.
      </Card>

      <Card title="Troubleshooting" icon="life-buoy" iconType="light" href="/troubleshooting">
        Common render errors, missing includes, font issues, and how to fix them.
      </Card>
    </Columns>
  </div>
</div>
