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

# Wenite Documentation

> Everything you need to run your consulting practice on Wenite — from first client to full portfolio.

<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">
        Welcome to Wenite
      </h1>

      <p className="text-balance text-base text-gray-600 dark:text-gray-400">
        Your workbench for people & organisation consulting. Use the tabs to explore features, guides, and security information — 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">Get started</span>

        <span className="text-sm leading-5 text-gray-600 dark:text-gray-400">
          Set up your account, add your first client, and start collecting data in minutes.
        </span>
      </div>
    </a>

    <a href="/features/client-dossier" 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="folder-open" 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">Client dossier</span>

        <span className="text-sm leading-5 text-gray-600 dark:text-gray-400">
          One living record per client — surveys, reports, and history all in one place.
        </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">Explore</h2>

    <Columns cols={2}>
      <Card title="Core Features" icon="layout-dashboard" iconType="light" href="/features/cockpit">
        Cockpit, dossier, project management, data collection, and reporting.
      </Card>

      <Card title="Guides" icon="map" iconType="light" href="/guides/onboarding-a-client">
        Step-by-step walkthroughs for every stage of a client engagement.
      </Card>
    </Columns>

    <Columns cols={2}>
      <Card title="Security & Compliance" icon="shield-check" iconType="light" href="/security/gdpr">
        GDPR compliance, EU data processing, and our ISO 27001 journey.
      </Card>

      <Card title="FAQ" icon="circle-help" iconType="light" href="/faq">
        Straight answers to the questions we get asked most.
      </Card>
    </Columns>
  </div>
</div>
