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

# LanderLab Platform Overview

> A map of the LanderLab platform. Understand how landing pages, quiz funnels, the editor, leads, workflows, integrations, analytics, and domains fit together.

LanderLab covers the whole life of a campaign page: build it, publish it, collect leads, route them somewhere useful, measure what happened, and improve it.

Each area below has its own overview explaining what it does and when you need it.

## Most used

<Columns cols={3}>
  <Column>
    <Card title="Create with AI" icon="sparkles" href="/features/landing-pages/create/with-ai" />
  </Column>

  <Column>
    <Card title="Publish a page" icon="upload" href="/features/landing-pages/operations/publish" />
  </Column>

  <Column>
    <Card title="Connect a domain" icon="globe" href="/features/domain/cloudflare/connect-domain" />
  </Column>
</Columns>

<Columns cols={3}>
  <Column>
    <Card title="Add a pixel" icon="bullseye" href="/integrations/pixels/meta-pixel" />
  </Column>

  <Column>
    <Card title="Send leads to CRM" icon="address-book" href="/integrations/crm/klaviyo" />
  </Column>

  <Column>
    <Card title="Run an A/B test" icon="flask" href="/features/analytics/ab-testing" />
  </Column>
</Columns>

## Build

<Columns cols={2}>
  <Column>
    <Card title="Landing pages" icon="file" href="/features/landing-pages/get-started">
      Single published pages with one URL and one action. Five ways to create one, from AI generation to importing an existing page.
    </Card>
  </Column>

  <Column>
    <Card title="Quiz funnels" icon="list-check" href="/features/quizzes/get-started">
      Multi-step flows that qualify visitors as they go. Higher completion rates than one long form.
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="The editor" icon="pen-ruler" href="/overview/editor">
      Where both page types are designed. Elements, styles, theme settings, popups, and version history.
    </Card>
  </Column>

  <Column>
    <Card title="Global blocks" icon="layer-group" href="/features/global-blocks/get-started">
      Build a navbar, footer, or disclaimer once and update it everywhere at the same time.
    </Card>
  </Column>
</Columns>

## Capture and route

<Columns cols={2}>
  <Column>
    <Card title="Leads" icon="users" href="/overview/leads">
      Where submissions live. Filtering, exporting, partial leads, AI insights, and compliance delivery.
    </Card>
  </Column>

  <Column>
    <Card title="Workflows" icon="diagram-project" href="/features/workflows/getting-started">
      Automate what happens after a lead arrives. Filter, branch, delay, and send.
    </Card>
  </Column>
</Columns>

<Card title="Integrations" icon="plug" horizontal href="/overview/integrations">
  Around 48 connections across tracking pixels, CRM, lead distribution, verification, and notifications.
</Card>

## Publish and measure

<Columns cols={2}>
  <Column>
    <Card title="Domains and publishing" icon="globe" href="/overview/domains">
      Connect a domain, publish, republish, and control indexing and global scripts per domain.
    </Card>
  </Column>

  <Column>
    <Card title="Analytics and A/B testing" icon="chart-line" href="/overview/analytics">
      Views, clicks, leads, conversion rates, and compliant server-side variant testing.
    </Card>
  </Column>
</Columns>

## Scale

<Columns cols={2}>
  <Column>
    <Card title="Team and workspaces" icon="user-group" href="/overview/team">
      Separate clients and brands, control access with roles, cap AI spend, and audit changes.
    </Card>
  </Column>

  <Column>
    <Card title="AI assistants and API" icon="robot" href="/overview/ai-and-api">
      Run LanderLab from Claude or ChatGPT through MCP, or automate it with the REST API.
    </Card>
  </Column>
</Columns>

<Note>
  New to the platform? Start with the [Quick Start](/introduction/quick-start), or read [Key Concepts](/introduction/key-concepts) for the vocabulary used across these pages.
</Note>
