# Landerlab Documentation > Find answers, guides, and step-by-step tutorials for building high-converting landing pages and quiz funnels with LanderLab. Learn how to create, customize, and optimize your funnels, manage leads, and use powerful features like AI builder, verification tools, and integrations. ## Docs - [Global Blocks in LanderLab: Build Once, Update Everywhere](https://docs.landerlab.io/add-global-block.md): Learn what global blocks are in LanderLab and how to reuse navbars, footers, and CTAs across every landing page. Edit once and update all pages instantly. - [LanderLab API Overview](https://docs.landerlab.io/api-overview.md): Learn how the LanderLab REST API works, how to authenticate, and what resources you can manage programmatically, from landing pages and leads to A/B testing and analytics. - [Clone a variant (create new A/B test variant)](https://docs.landerlab.io/api-reference/ab-testing/clone-a-variant-create-new-ab-test-variant.md): Create a new variant by cloning an existing one. The new variant is a copy of the source `variantId` with a new name. Use this to create variants for A/B testing. - [Delete variant](https://docs.landerlab.io/api-reference/ab-testing/delete-variant.md): Delete a variant. Fails if the variant is the master variant — promote a different variant to master first via setMaster. - [Disable A/B testing](https://docs.landerlab.io/api-reference/ab-testing/disable-ab-testing.md): Turn off multi-variant traffic splitting; only the master variant will receive traffic. - [Enable A/B testing](https://docs.landerlab.io/api-reference/ab-testing/enable-ab-testing.md): Turn on multi-variant traffic splitting for the lander. - [Get variant settings](https://docs.landerlab.io/api-reference/ab-testing/get-variant-settings.md): Returns the settings for a single variant. Fetched on demand when the settings panel is opened, rather than shipped with the full lander list. - [List variants](https://docs.landerlab.io/api-reference/ab-testing/list-variants.md): Returns all variants for a lander. - [Set master variant](https://docs.landerlab.io/api-reference/ab-testing/set-master-variant.md): Promote this variant to be the master variant of its lander. If A/B testing is disabled, weights collapse to 100% on the new master. - [Set variant weights (A/B traffic split)](https://docs.landerlab.io/api-reference/ab-testing/set-variant-weights-ab-traffic-split.md): Set the traffic distribution weights across variants. Weights must sum sensibly (typically to 100). - [Get current context](https://docs.landerlab.io/api-reference/account/get-current-context.md): Returns the organization and workspaces this API key can access. Call this first to discover the organizationId and workspaceIds required by the other endpoints. - [Get unified analytics](https://docs.landerlab.io/api-reference/analytics/get-unified-analytics.md): Flexible analytics endpoint scoped to the organization. Filter by any combination of workspaceIds, landerIds, or variantIds. The most-specific filter wins (variantIds > landerIds > workspaceIds). Returns aggregate totals plus a breakdown grouped by date / lander / variant / workspace. - [Clone component](https://docs.landerlab.io/api-reference/components/clone-component.md): Duplicate a global component. The clone gets a fresh id and its scoped CSS is re-scoped to it. - [Create component](https://docs.landerlab.io/api-reference/components/create-component.md): Create a new global component in the workspace. - [Delete component](https://docs.landerlab.io/api-reference/components/delete-component.md): Soft delete a global component. Existing instances keep their last snapshot and stop receiving updates. - [Get component](https://docs.landerlab.io/api-reference/components/get-component.md): Returns a single global component by id. - [Get component version](https://docs.landerlab.io/api-reference/components/get-component-version.md): Returns a single component version including its content and css. - [List component versions](https://docs.landerlab.io/api-reference/components/list-component-versions.md): Returns the version history of a global component, newest first, without content. - [List components](https://docs.landerlab.io/api-reference/components/list-components.md): Returns all global components in the workspace, newest first, including content and css. - [Move component to another workspace](https://docs.landerlab.io/api-reference/components/move-component-to-another-workspace.md): Move a global component to another workspace in the same organization. Only allowed when the component is not used on any lander. - [Restore component version](https://docs.landerlab.io/api-reference/components/restore-component-version.md): Restore the content and css of a global component from a version. The restored state is saved as a new version. - [Update component](https://docs.landerlab.io/api-reference/components/update-component.md): Partially update a global component. Only the provided fields are applied. - [List organization domains](https://docs.landerlab.io/api-reference/domains/list-organization-domains.md): Returns all domains across the organization with published lander counts and workspace info. - [List workspace domains](https://docs.landerlab.io/api-reference/domains/list-workspace-domains.md): Returns all domains assigned to the workspace. - [Delete a variant file](https://docs.landerlab.io/api-reference/editor/delete-a-variant-file.md): Delete a single file from the variant (the variants/unpublished R2 scope). - [List variant files](https://docs.landerlab.io/api-reference/editor/list-variant-files.md): List the relative paths of all files stored for a variant (the variants/unpublished R2 scope). Use loadFile to fetch a specific file's content. - [Load editor HTML](https://docs.landerlab.io/api-reference/editor/load-editor-html.md): Load the HTML content, settings, forms, and metadata for a variant in the editor. - [Read a variant file](https://docs.landerlab.io/api-reference/editor/read-a-variant-file.md): Return the text content of a single file stored for the variant (the variants/unpublished R2 scope). - [Rename a variant file](https://docs.landerlab.io/api-reference/editor/rename-a-variant-file.md): Rename/move a single file within the variant (the variants/unpublished R2 scope). Updates the index file reference when the entry file is renamed. - [Save editor HTML](https://docs.landerlab.io/api-reference/editor/save-editor-html.md): Save HTML content for a variant. Handles base64 image extraction, gallery cloning, and versioning automatically. - [Save variant settings](https://docs.landerlab.io/api-reference/editor/save-variant-settings.md): Save settings (integrations, tracking, SEO, etc.) for a variant. - [Write a variant file](https://docs.landerlab.io/api-reference/editor/write-a-variant-file.md): Create or overwrite a single text file (HTML/CSS/JS) for the variant. For the main page HTML prefer the /save endpoint, which also handles base64 image extraction, search indexing and preview sync. - [Create folder](https://docs.landerlab.io/api-reference/folders/create-folder.md): Create a new folder in the workspace, optionally nested inside a parent folder. Fails if a sibling folder with the same name already exists. - [List folders](https://docs.landerlab.io/api-reference/folders/list-folders.md): Returns all folders in the workspace owned by the authenticated principal. - [Move folder into another folder](https://docs.landerlab.io/api-reference/folders/move-folder-into-another-folder.md): Move a folder inside another folder, or to the workspace root by passing a null parentId. Fails when moving a folder into itself or one of its subfolders, or when the destination already contains a folder with the same name. - [Rename folder](https://docs.landerlab.io/api-reference/folders/rename-folder.md): Rename an existing folder. Fails if a sibling folder already uses the new name. - [Create integration](https://docs.landerlab.io/api-reference/integrations/create-integration.md): Create a new organization integration. The body shape depends on the integration type (e.g. RedTrack, ClickFlare, Brevo, Klaviyo, MetaPixel, GoogleTagManager). OAuth-based types (MailChimp, HubSpot, Gmail, Sheets, AWeber) require an OAuth `code` from the interactive flow and are not practical to cal… - [Delete integration](https://docs.landerlab.io/api-reference/integrations/delete-integration.md): Delete an organization integration. It is also detached from every lander that used it (their previews and published integrations are refreshed). - [Get integration type catalog entry](https://docs.landerlab.io/api-reference/integrations/get-integration-type-catalog-entry.md): Full catalog entry for one integration type (by provider id or typeName): per-action config schemas and selectable data resources with their param dependencies. - [List integration type catalog](https://docs.landerlab.io/api-reference/integrations/list-integration-type-catalog.md): Static catalog of available integration types (credential-free metadata). Pass `full=true` for complete entries with per-action config schemas and data resources. - [List integrations](https://docs.landerlab.io/api-reference/integrations/list-integrations.md): Returns all integrations in the organization (credentials excluded). - [List lander-integration connect configs](https://docs.landerlab.io/api-reference/integrations/list-lander-integration-connect-configs.md): Declarative per-type configs describing how a lander integration is configured (resource selects, tags, field-mapping semantics, payload assembly). Consumed by the mobile app so the connect flows stay server-defined. - [Attach integration to lander](https://docs.landerlab.io/api-reference/lander-integrations/attach-integration-to-lander.md): Create a lander integration. For page integrations (pixels, tag managers) pass `{ integrationId, variantIds? }`. For lead integrations pass `{ type, name, data, integrationId? }` where `data` is the type-specific config (field mappings, audience/list selection, etc.). - [Detach integration from lander](https://docs.landerlab.io/api-reference/lander-integrations/detach-integration-from-lander.md): Remove a lander integration link. - [Disable lander integration](https://docs.landerlab.io/api-reference/lander-integrations/disable-lander-integration.md): Deactivate a lander integration. - [Enable lander integration](https://docs.landerlab.io/api-reference/lander-integrations/enable-lander-integration.md): Activate a lander integration so it processes leads/events. - [Get integration data for lander setup](https://docs.landerlab.io/api-reference/lander-integrations/get-integration-data-for-lander-setup.md): Fetch provider-side resources (audiences, lists, fields, spreadsheets, etc.) plus the lander's local lead fields, used to build a lander integration config. Pass `source` (integration type), `required` (resource key) and, for credential-based providers, `integrationId`. - [List lander integration delivery logs](https://docs.landerlab.io/api-reference/lander-integrations/list-lander-integration-delivery-logs.md): Paginated request/response logs for lead deliveries to integrations across the organization. Filter by `landerIds` (JSON array string, empty = all owned landers), integration `type`, date range, and free-text `q` (searches request/response). Use this to verify leads are reaching an integration and t… - [List lander integrations](https://docs.landerlab.io/api-reference/lander-integrations/list-lander-integrations.md): Returns all integrations attached to a lander. - [Update lander integration](https://docs.landerlab.io/api-reference/lander-integrations/update-lander-integration.md): Update a lander integration. Same body shape as create: `{ integrationId, variantIds? }` for page integrations, `{ type, name, data, integrationId? }` for lead integrations. - [Clone lander](https://docs.landerlab.io/api-reference/landers/clone-lander.md): Duplicate a lander as a new, separate page in the same workspace/folder. All of each variant's files (HTML, images, CSS, JS, fonts, videos, and any other assets) are copied into the new variant; URLs inside HTML files are rewritten to point at the copy, other files are copied as-is (relative referen… - [Create lander](https://docs.landerlab.io/api-reference/landers/create-lander.md): Create a new lander. If `templateId` is omitted, a default template is used. Optionally place the lander in a folder or attach it to a website. - [Create lander from URL](https://docs.landerlab.io/api-reference/landers/create-lander-from-url.md): Import an existing web page by URL and create a new editable lander from it. Rate limited to 25 imports per day per organization when called with an API key. Optionally place the lander in a folder - [Delete lander](https://docs.landerlab.io/api-reference/landers/delete-lander.md): Delete a lander and all of its variants, files, and integrations. If the lander is a website master, master is reassigned to another lander in the website when possible. - [Get lead JSON Schema for a lander](https://docs.landerlab.io/api-reference/landers/get-lead-json-schema-for-a-lander.md): Returns a Draft-07 JSON Schema describing all fields a lead from this lander can contain, including form fields, quiz answers, system fields, and active integration fields. - [Get lead JSON Schema for multiple landers](https://docs.landerlab.io/api-reference/landers/get-lead-json-schema-for-multiple-landers.md): Returns a Draft-07 JSON Schema for the leads collected across multiple landers. By default all fields are merged into a single object schema (later landers override earlier ones on key collision). Pass `union=true` to instead return a `oneOf` of per-lander schemas, each labeled by lander name. - [List workspace landers](https://docs.landerlab.io/api-reference/landers/list-workspace-landers.md): Returns all landers in the workspace with computed preview URL and status. - [List workspace landers (slim)](https://docs.landerlab.io/api-reference/landers/list-workspace-landers-slim.md): Lightweight lander listing: id, name, live/preview URLs and publish status. - [Move landers to folder](https://docs.landerlab.io/api-reference/landers/move-landers-to-folder.md): Move one or more landers into a folder. Fails if any lander belongs to a website. Returns a single `lander` when one id is passed, otherwise the full `landers` list. - [Publish lander](https://docs.landerlab.io/api-reference/landers/publish-lander.md): Publish a lander on the given domain and path. Returns 400 if plan limits are exceeded or the path is taken. - [Remove lander from folder](https://docs.landerlab.io/api-reference/landers/remove-lander-from-folder.md): Detach a lander from its folder (sets folderId to null). Returns 404 if the lander is not currently in a folder. - [Rename lander](https://docs.landerlab.io/api-reference/landers/rename-lander.md): Rename an existing lander. - [Unpublish lander](https://docs.landerlab.io/api-reference/landers/unpublish-lander.md): Unpublish a lander, removing it from its current domain. - [List organization leads](https://docs.landerlab.io/api-reference/leads/list-organization-leads.md): Returns paginated leads across the entire organization with lander and workspace context. - [List workspace leads](https://docs.landerlab.io/api-reference/leads/list-workspace-leads.md): Returns paginated leads for the workspace. Supports filtering and search. - [Mcp](https://docs.landerlab.io/api-reference/mcp.md) - [Create workspace](https://docs.landerlab.io/api-reference/workspaces/create-workspace.md): Create a new workspace within the organization. Fails if the workspace name is already taken or the plan limit is reached. - [List workspaces](https://docs.landerlab.io/api-reference/workspaces/list-workspaces.md): Returns all workspaces the API key has access to within the organization. - [Rename workspace](https://docs.landerlab.io/api-reference/workspaces/rename-workspace.md): Rename an existing workspace. Fails if another workspace in the organization already uses that name. - [LanderLab Changelog](https://docs.landerlab.io/changelog.md): LanderLab changelog and product updates. Stay up to date with new features, improvements, and bug fixes shipped in LanderLab. - [Community](https://docs.landerlab.io/community.md): This section includes the most common questions asked by real LanderLab users. - [How to Pass Variant ID to ClickFlare from LanderLab](https://docs.landerlab.io/community/ab-testing/passing-variant-id-to-click-flare-for-a-b-testing.md): Learn how to pass the variantId parameter from LanderLab to ClickFlare to track A/B test performance and analyze conversions by variant. - [Fix Google Account Connection Issues](https://docs.landerlab.io/community/integrations/fix-google-sheets-connection-issues.md): Learn how to fix Google authentication errors in LanderLab by removing the linked app from your Google account and reconnecting. - [How to Change Your Timezone in LanderLab](https://docs.landerlab.io/community/landing-page/change-your-timezone.md): Learn how to update your timezone in LanderLab profile settings to make sure your analytics data reflects the correct local time. - [How to Copy Image URL in LanderLab Editor](https://docs.landerlab.io/community/landing-page/copy-image-url.md): Learn how to quickly copy an image URL in LanderLab using the editor. Open images in a new tab and grab the direct link for use in tracking, ads, or custom code. - [How to Create a Landing Page from a Variant in LanderLab](https://docs.landerlab.io/community/landing-page/create-a-landing-page-from-an-existing-variant.md): Learn how to duplicate a variant into a separate landing page. Turn A/B test variants into standalone pages for new campaigns or URLs. - [Fire Meta Pixel Lead Event on Quiz Submit](https://docs.landerlab.io/community/quiz/fire-meta-pixel.md): Learn how to fire a Meta Pixel Lead event when a visitor submits your LanderLab quiz, including the JS snippet, verification steps, and common fixes. - [How to Pass Quiz Answers via URL Parameters](https://docs.landerlab.io/community/quiz/pass-quiz-answers-url-parameters.md): Learn how to pass quiz answers as URL parameters in LanderLab using submit and continue buttons. Send user data to custom result pages, tracking tools, or external funnels. - [ClickFlare + LanderLab Integration Guide](https://docs.landerlab.io/community/tracking/track-lead-generation-campaigns-with-clickflare-and-landerlab.md): Connect ClickFlare and LanderLab to automatically send lead data back via S2S postback. Track conversions, map form fields, and improve ad optimization with full-funnel attribution - [Use A/B Testing to Optimize Conversions](https://docs.landerlab.io/features/analytics/ab-testing.md): Use A/B testing to compare landing page variants, optimize conversions, and identify top-performing designs and campaigns. - [Set Up Conversion Tracking for Landing Pages](https://docs.landerlab.io/features/analytics/conversions-tracking.md): Set up conversion tracking to measure clicks, form submissions, and user actions to optimize landing page performance. - [Landing Page Analytics and Performance Metrics](https://docs.landerlab.io/features/analytics/landing-page.md): Analyze landing page performance with metrics like views, clicks, leads, and conversions to optimize campaigns and improve results. - [Reporting Dashboard for Campaign Performance](https://docs.landerlab.io/features/analytics/reporting.md): Use reporting to compare landing page performance, track conversions, and identify top-performing campaigns across workspaces. - [Connect Cloudflare for Automatic Domain Setup](https://docs.landerlab.io/features/domain/cloudflare/add-account.md): Connect Cloudflare to automatically manage DNS, simplify domain setup, and publish landing pages faster with full control. - [Connect Domain via Cloudflare Integration](https://docs.landerlab.io/features/domain/cloudflare/connect-domain.md): Connect domains via Cloudflare to automatically configure DNS, speed up setup, and publish landing pages on your own domain. - [Connect Domain with Manual DNS](https://docs.landerlab.io/features/domain/manual-connection.md): Connect your domain using manual DNS by adding CNAME and TXT records to publish landing pages on your own domain. - [Personalize 404 Not Found Page](https://docs.landerlab.io/features/domain/settings/404.md): Learn how to configure the 404 Not Found page for your domain in LanderLab, using either the default page or a custom URL. - [Disable Indexing in LanderLab](https://docs.landerlab.io/features/domain/settings/disable-indexing.md): Learn how to prevent search engines from indexing all pages published under a specific domain in LanderLab. - [How to Add Global Scripts to a Domain in LanderLab](https://docs.landerlab.io/features/domain/settings/global-scripts.md): Learn how to inject global tracking pixels, analytics scripts, or custom styles across every landing page on a domain using LanderLab's domain-level custom code settings. - [Use Accordion for FAQs and Structured Content](https://docs.landerlab.io/features/editor/elements/accordion.md): Use accordion elements to organize FAQs and content into expandable sections for a cleaner and more user-friendly layout. - [Use Boxes to Structure Landing Pages](https://docs.landerlab.io/features/editor/elements/box.md): Use boxes to group elements, control layout, and create structured, flexible landing page designs with precise spacing and alignment. - [Use Columns for Responsive Layouts](https://docs.landerlab.io/features/editor/elements/columns.md): Use columns to create responsive layouts, organize content side by side, and design structured landing pages across all devices. - [Use Countdown Timers to Boost Conversions](https://docs.landerlab.io/features/editor/elements/countdown.md): Add countdown timers to create urgency, highlight deadlines, and increase conversions on your landing pages. - [Use Custom Code Element for Advanced Features](https://docs.landerlab.io/features/editor/elements/custom-code.md): Add custom HTML, CSS, or JavaScript to integrate tools, tracking scripts, and advanced features into your landing pages. - [Add and Style Text and Headings](https://docs.landerlab.io/features/editor/elements/headings-text.md): Add and style headings and text to create clear, engaging content and improve readability across your landing pages. - [Add and Customize Images](https://docs.landerlab.io/features/editor/elements/image.md): Add and customize images to enhance landing pages, control layout, and create visually engaging designs that improve user experience. - [Use Lists to Organize Content](https://docs.landerlab.io/features/editor/elements/list.md): Use lists to organize content, highlight key points, and present features or benefits in a clear and structured way. - [Use Newsletter Forms for Lead Capture](https://docs.landerlab.io/features/editor/elements/newsletter.md): Add newsletter forms to collect emails, capture leads, and track conversions directly on your landing pages. - [Use Sections to Structure Landing Pages](https://docs.landerlab.io/features/editor/elements/section.md): Learn how to use sections to structure landing pages, organize content, and control layout, spacing, and responsiveness. - [Use Sticky Bars for Promotions and CTAs](https://docs.landerlab.io/features/editor/elements/sticky-bar.md): Add sticky bars to display promotions, announcements, or CTAs that stay visible while users scroll your landing page. - [Add and Embed Videos in Landing Pages](https://docs.landerlab.io/features/editor/elements/video.md): Embed videos from YouTube, Vimeo, or other platforms to enhance engagement and deliver content directly on your landing pages. - [How to Save and Reuse Components in LanderLab](https://docs.landerlab.io/features/editor/how-to-save-and-reuse-components.md): Learn how to save sections as reusable components in LanderLab to speed up your workflow, maintain consistency, and build landing pages faster. - [Use Layers Panel to Manage Page Structure](https://docs.landerlab.io/features/editor/layers.md): Use the layers panel to manage page structure, organize elements, and easily navigate and edit complex layouts. - [Control Popups with the Popup API](https://docs.landerlab.io/features/editor/popup/api.md): Open, close, and toggle LanderLab popups from buttons, links, and custom code. Full reference for the JavaScript API and the no-code opener/closer links. - [How to Create a Popup in LanderLab](https://docs.landerlab.io/features/editor/popup/create.md): Learn how to add and manage popups in the LanderLab editor. Pick a ready-made template or build from scratch in just a few clicks. - [How to Edit and Configure a Popup in LanderLab](https://docs.landerlab.io/features/editor/popup/editing-popups.md): Learn how to add content, set triggers, configure the backdrop, and control the close button for your LanderLab popups - all from the editor. - [Compress Images for Better Performance](https://docs.landerlab.io/features/editor/quick-actions/compress-images.md): Compress images to reduce file size, improve page speed, and enhance performance across your landing pages. - [Pass URL Parameters Across Links](https://docs.landerlab.io/features/editor/quick-actions/pass-through-url-parameters.md): Pass URL parameters across all links to preserve tracking data, maintain attribution, and optimize campaign performance. - [Replace Links Across Landing Pages](https://docs.landerlab.io/features/editor/quick-actions/replace-links.md): Replace all links on your landing page instantly to redirect traffic, update offers, and ensure consistent navigation. - [Replace Text Across Landing Pages](https://docs.landerlab.io/features/editor/quick-actions/replace-text.md): Replace text across your landing page instantly to update messaging, CTAs, and content without manual editing. - [Advanced Settings for Positioning and CSS](https://docs.landerlab.io/features/editor/styles/advanced.md): Use advanced settings to control positioning, layering, and custom CSS for precise and flexible landing page design. - [Use Animations to Enhance Engagement](https://docs.landerlab.io/features/editor/styles/animation.md): Add animations to highlight elements, guide user attention, and create more engaging and interactive landing page experiences. - [Customize Backgrounds for Landing Pages](https://docs.landerlab.io/features/editor/styles/background.md): Customize backgrounds with colors, images, and gradients to enhance design and create visually engaging landing pages. - [Customize Borders and Corner Radius](https://docs.landerlab.io/features/editor/styles/border-radius.md): Adjust borders and corner radius to shape elements, create separation, and enhance the visual design of your landing pages. - [Use Box Shadow for Depth and Styling](https://docs.landerlab.io/features/editor/styles/box-shadow.md): Add box shadows to create depth, highlight elements, and enhance the visual hierarchy of your landing page design - [Control Element Dimensions and Sizing](https://docs.landerlab.io/features/editor/styles/dimensions.md): Adjust element dimensions to control width, height, and responsiveness for clean and flexible landing page layouts. - [Layout Settings for Element Alignment and Spacing](https://docs.landerlab.io/features/editor/styles/layout.md): Control layout settings to align elements, manage spacing, and create clean, responsive landing page designs with ease. - [Link Settings for Navigation and Actions](https://docs.landerlab.io/features/editor/styles/link-button-actions.md): Configure link actions to control navigation, track clicks, and manage user interactions across your landing pages. - [Control Spacing with Margin and Padding](https://docs.landerlab.io/features/editor/styles/spacing.md): Adjust margin and padding to control spacing, improve readability, and create clean, well-structured landing page layouts. - [Use Transform Settings for Visual Effects](https://docs.landerlab.io/features/editor/styles/transform.md): Use transform settings to rotate, scale, move, and skew elements for more dynamic and visually engaging landing page designs. - [Customize Typography and Text Styles](https://docs.landerlab.io/features/editor/styles/typography.md): Customize typography settings like font, size, and spacing to improve readability and create consistent landing page designs. - [Control Visibility and Responsiveness](https://docs.landerlab.io/features/editor/styles/visibility.md): Control element visibility across devices and adjust opacity to create responsive and adaptable landing page designs. - [Manage Global Colors for Landing Pages](https://docs.landerlab.io/features/editor/theme/colors.md): Define global colors for your landing pages to maintain consistent branding and easily control design across all elements. - [Manage Global Fonts and Typography](https://docs.landerlab.io/features/editor/theme/fonts.md): Set global fonts to ensure consistent typography, improve readability, and maintain a clean design across your landing pages. - [Live Mode in the LanderLab Editor - Preview JavaScript Effects](https://docs.landerlab.io/features/editor/toolbar/live-mode.md): Learn how to use Live Mode in the LanderLab editor to preview JavaScript-powered features like popups and mouse effects, and how to switch back to Edit Mode. - [Version History in the LanderLab Editor - Restore a Previous Version](https://docs.landerlab.io/features/editor/version-history.md): Learn how to use Version History in the LanderLab editor to view earlier versions of your landing page and restore a previous version in one click. - [How to Use a Global Block on a Landing Page in LanderLab](https://docs.landerlab.io/features/global-block/usage.md): Learn how to add a global block to a landing page in LanderLab, edit it from the page, and detach it. Global blocks work like sections and stay in sync across every page. - [How to Create a Global Block in LanderLab](https://docs.landerlab.io/features/global-blocks/create-and-edit.md): Learn how to create a global block in LanderLab using AI or from scratch, refine it in the editor, then save and publish to reuse it across every landing page. - [Global Blocks in LanderLab: Build Once, Update Everywhere](https://docs.landerlab.io/features/global-blocks/get-started.md): Learn what global blocks are in LanderLab and how to reuse navbars, footers, and CTAs across every landing page. Edit once and update all pages instantly. - [How to Use a Global Block on a Landing Page in LanderLab](https://docs.landerlab.io/features/global-blocks/use-global-block.md): Learn how to add a global block to a landing page in LanderLab, edit it from the page, and detach it. Global blocks work like sections and stay in sync across every page. - [Create Landing Page from Scratch](https://docs.landerlab.io/features/landing-pages/create/from-scratch.md): Learn how to create landing pages from scratch in LanderLab using the visual builder to design high-converting pages for paid traffic. - [Create Landing Page from Template](https://docs.landerlab.io/features/landing-pages/create/from-template.md): Create high-converting landing pages fast using templates in LanderLab, built for paid traffic and performance marketing campaigns. - [Import Landing Page from URL in LanderLab](https://docs.landerlab.io/features/landing-pages/create/import-from-url.md): Import landing pages from a URL in LanderLab and customize them to quickly create and launch your own pages - [Create Landing Pages with AI](https://docs.landerlab.io/features/landing-pages/create/with-ai.md): Generate landing pages instantly with AI by describing your campaign and customize them to launch faster without starting from scratch. - [Upload Landing Page from ZIP File](https://docs.landerlab.io/features/landing-pages/create/with-zip.md): Upload landing pages from a ZIP file and easily customize them to launch fully designed pages without rebuilding from scratch. - [Create Landing Pages Inside Folders](https://docs.landerlab.io/features/landing-pages/folders/add-lander.md): Create landing pages inside folders to keep campaigns organized and manage funnels, projects, and pages more efficiently. - [Organize Landing Pages with Folders](https://docs.landerlab.io/features/landing-pages/folders/create.md): Organize landing pages with folders to manage projects, campaigns, and funnels more efficiently and keep your workspace structured. - [Delete Folders](https://docs.landerlab.io/features/landing-pages/folders/delete.md): Delete folders to clean up your workspace while keeping all landing pages safe and accessible in your main list. - [Move Landing Pages to Folders](https://docs.landerlab.io/features/landing-pages/folders/move-lander.md): Move landing pages into folders to better organize campaigns, group related pages, and manage your workspace more efficiently. - [Remove Landing Pages from Folders](https://docs.landerlab.io/features/landing-pages/folders/remove-lander.md): Remove landing pages from folders to reorganize your workspace and manage pages more flexibly across campaigns. - [Rename Folders for Better Organization](https://docs.landerlab.io/features/landing-pages/folders/rename.md): Rename folders to keep landing pages organized and align your workspace with campaigns, funnels, and projects - [Get Started with Landing Pages](https://docs.landerlab.io/features/landing-pages/get-started.md): Learn how to create your first landing page in LanderLab. Choose from AI generation, templates, scratch, URL import, or ZIP upload - and launch faster. - [Add Landing Pages to Tracker](https://docs.landerlab.io/features/landing-pages/operations/add-to-tracker.md): Add landing pages to trackers like Voluum or ClickFlare to track performance, manage campaigns, and streamline your workflow. - [Download Landing Page as ZIP File](https://docs.landerlab.io/features/landing-pages/operations/download.md): Download landing pages as ZIP files with all assets included to back up, reuse, or host them on your own server. - [Duplicate a Landing Page](https://docs.landerlab.io/features/landing-pages/operations/duplicate.md): Duplicate landing pages to quickly create variations, reuse designs, and scale campaigns without rebuilding from scratch. - [Move Landing Pages Between Workspaces](https://docs.landerlab.io/features/landing-pages/operations/move-to-workspace.md): Move landing pages between workspaces to organize projects, manage team access, and keep campaigns structured across accounts. - [Publish a Landing Page](https://docs.landerlab.io/features/landing-pages/operations/publish.md): Publish landing pages with a custom URL and make them live instantly to share, track, and launch your campaigns. - [Republish a Landing Page](https://docs.landerlab.io/features/landing-pages/operations/republish.md): Republish landing pages to update the live version with your latest changes and keep your content current and optimized. - [Unpublish a Landing Page](https://docs.landerlab.io/features/landing-pages/operations/unpublish.md): Unpublish landing pages to take them offline without deleting them and manage when your pages are accessible to visitors. - [Add Custom Code to Landing Pages](https://docs.landerlab.io/features/landing-pages/settings/custom-code.md): Add custom code to landing pages to integrate tracking scripts, analytics tools, and third-party widgets for enhanced functionality. - [Use Dynamic Tokens for Personalized Landing Pages](https://docs.landerlab.io/features/landing-pages/settings/dynamic-tokens.md): Use dynamic tokens to personalize landing pages with visitor data like location, device, and date to improve engagement and conversions. - [Landing Page General Settings](https://docs.landerlab.io/features/landing-pages/settings/general.md): Configure landing page settings like title, language, and favicon to improve user experience and optimize how pages appear in browsers. - [SEO Settings for Landing Pages](https://docs.landerlab.io/features/landing-pages/settings/seo.md): Optimize landing pages for search engines with meta descriptions and keywords to improve visibility and attract more organic traffic. - [AI Lead Insights in LanderLab](https://docs.landerlab.io/features/leads/ai-lead-insights.md): Learn how to use AI Lead Insights in LanderLab to analyze landing page leads, identify patterns, detect issues, and get actionable recommendations to improve performance. - [Use Lead Compliance Delivery for Data Privacy](https://docs.landerlab.io/features/leads/bypass-saving.md): Enable lead compliance delivery to send data directly to your CRM without storing it, ensuring privacy and regulatory compliance. - [Manage and Export Landing Page Leads](https://docs.landerlab.io/features/leads/managing.md): Manage leads by viewing, filtering, exporting, and deleting data to track performance and optimize your campaigns - [Understand Partial Leads and Drop-Offs](https://docs.landerlab.io/features/leads/partial-leads.md): Understand partial leads to track drop-offs, analyze user behavior, and optimize multi-step funnels for better conversions. - [How to Distribute and Monitor AI Credits to Team Members in LanderLab](https://docs.landerlab.io/features/multi-user/credit-limits.md): Learn how to set monthly AI credit limits for team members and monitor credit usage across your organization in LanderLab. Control spending and optimize AI tool access for your entire team. - [System Activity Logs](https://docs.landerlab.io/features/multi-user/system-logs.md): Track every change made across your organization with the audit log. Filter by user, category, or date range and drill into full event details. - [Add Users and Manage Roles](https://docs.landerlab.io/features/multi-user/users.md): Add users to your organization, assign roles, and manage workspace access to collaborate and control permissions efficiently. - [Create and Manage Workspaces](https://docs.landerlab.io/features/multi-user/workspaces.md): Create and manage workspaces to organize campaigns, teams, and landing pages with better structure and access control. - [Use Quiz Events API for Tracking and Automation](https://docs.landerlab.io/features/quizzes/api/events.md): Use Quiz Events API to track user actions, monitor quiz lifecycle events, and trigger custom logic for advanced funnel optimization. - [Use Quiz API for Advanced Customization](https://docs.landerlab.io/features/quizzes/api/reference.md): Use the Quiz API to control quiz behavior, manage data, and create dynamic, interactive funnel experiences with custom logic. - [Use Car Make API for Vehicle Data Collection](https://docs.landerlab.io/features/quizzes/blocks/car-make-api.md): Use Car Make API to collect vehicle data with dynamic make, model, and year selection for accurate and structured inputs. - [File Upload Block in Quiz Funnels](https://docs.landerlab.io/features/quizzes/blocks/file-upload.md): Learn how to use the File Upload block in LanderLab quiz funnels. Set accepted file types, min/max file limits, validation rules, and collect files from users in any step. - [Use Hidden Fields for Tracking Data](https://docs.landerlab.io/features/quizzes/blocks/hidden-fields.md): Use hidden fields to capture tracking data like UTM parameters and affiliate IDs without displaying them to users. - [Use Image Choice Blocks for Visual Selection](https://docs.landerlab.io/features/quizzes/blocks/image-choice.md): Use image choice blocks to create visual selections, improve engagement, and capture user preferences in interactive funnels. - [Use Image Library to Manage Assets](https://docs.landerlab.io/features/quizzes/blocks/image-library.md): Manage and reuse images across landing pages and funnels to speed up workflows and keep assets organized. - [Use Input Fields for Data Collection](https://docs.landerlab.io/features/quizzes/blocks/input-fields.md): Use input fields to collect user data, validate entries, and capture leads through structured forms and interactive funnels. - [Use Multiple Choice Blocks for User Input](https://docs.landerlab.io/features/quizzes/blocks/multiple-choice.md): Use multiple choice blocks to capture user selections, qualify leads, and create interactive quiz and funnel experiences. - [Use Predefined Blocks to Build Funnels Faster](https://docs.landerlab.io/features/quizzes/blocks/predefined.md): Use predefined blocks to quickly build forms and funnels with ready-made fields for faster setup and consistent data collection. - [Signature Block - LanderLab Quiz Blocks](https://docs.landerlab.io/features/quizzes/blocks/signature.md): Learn how the Signature block works in LanderLab. Collect legally-binding digital signatures in your quiz funnels and store them automatically as image links in the CRM. - [Use Headline and Text Blocks](https://docs.landerlab.io/features/quizzes/blocks/text.md): Use headline and text blocks to add, format, and control content layout with responsive settings for better readability. - [Advanced Conditional Logic for Dynamic Funnels](https://docs.landerlab.io/features/quizzes/conditions/advanced-navigation-rules.md): Use advanced conditional logic to create dynamic funnels that adapt to user inputs and deliver personalized user journeys. - [Use Conditional Navigation in Quiz Funnels](https://docs.landerlab.io/features/quizzes/conditions/conditional-logic.md): Use conditional navigation to create dynamic quiz flows that adapt to user answers and guide visitors through personalized paths. - [Use Visibility Conditions for Dynamic Content](https://docs.landerlab.io/features/quizzes/conditions/visibility.md): Use visibility conditions to show or hide elements based on user inputs and create more personalized landing page experiences. - [Create Quiz Funnels from Scratch](https://docs.landerlab.io/features/quizzes/create/from-scratch.md): Create custom quiz funnels from scratch to capture leads, guide users step by step, and build interactive landing page experiences. - [Create Quiz Funnels from Templates](https://docs.landerlab.io/features/quizzes/create/from-template.md): Create quiz funnels from templates to launch faster, customize flows, and capture leads with proven high-converting structures. - [Save Quiz Funnels as Templates](https://docs.landerlab.io/features/quizzes/create/save-as-template.md): Save quiz funnels as templates to reuse proven structures, scale campaigns, and speed up your workflow. - [Create Quiz Funnels with AI](https://docs.landerlab.io/features/quizzes/create/with-ai.md): Generate quiz funnels with AI to quickly create, customize, and launch lead generation flows based on your campaign goals. - [Design Settings for Global Styles and Branding](https://docs.landerlab.io/features/quizzes/design.md): Customize global design settings like colors, fonts, and styles to create consistent and professional funnel designs. - [View quiz drop-offs](https://docs.landerlab.io/features/quizzes/drop-off.md): See how visitors move through each step of your quiz and where they drop off. - [Quiz Funnels for Lead Generation: Getting Started with LanderLab](https://docs.landerlab.io/features/quizzes/get-started.md): Learn how to get started with quiz funnels in LanderLab for lead generation and performance marketing. Understand the basics, watch a quick walkthrough, and start building high-converting funnels. - [Manage Steps in Quiz Funnels](https://docs.landerlab.io/features/quizzes/managing-steps.md): Manage quiz steps to organize flows, control user progression, and build structured multi-step funnels with ease. - [Customize your funnel with JavaScript](https://docs.landerlab.io/features/quizzes/settings/custom-code.md): Customize your Landerlab funnels with JavaScript using the Quiz API and Events API to control logic, track interactions, and create advanced user experiences. - [Customize Your Page with Custom CSS](https://docs.landerlab.io/features/quizzes/settings/custom-css.md): Learn how to use Custom CSS in LanderLab quizzes to style quiz steps, inputs, dropdowns, and other elements beyond the built-in design settings. - [Use Variables for Personalization](https://docs.landerlab.io/features/quizzes/settings/dynamic-variables.md): Use variables to personalize funnels by storing user inputs and displaying dynamic content across your landing pages and quizzes. - [General Flow Settings and Behavior](https://docs.landerlab.io/features/quizzes/settings/general.md): Configure flow settings to manage lead collection, user behavior, and navigation for smoother and more controlled funnel experiences. - [Use Inactivity Auto-Submit for Lead Capture](https://docs.landerlab.io/features/quizzes/settings/inactivity-auto-submit.md): Use inactivity auto-submit to capture partial leads, prevent data loss, and improve funnel performance from incomplete submissions. - [Prefill Fields Using URL Parameters](https://docs.landerlab.io/features/quizzes/settings/prefill-url-parameters.md): Prefill form fields using URL parameters to personalize user experience, reduce friction, and improve conversion rates. - [Use Progress Bar to Improve Completion Rates](https://docs.landerlab.io/features/quizzes/settings/progress-bar.md): Use progress bars to show completion status, improve user experience, and increase conversion rates in multi-step funnels. - [Tracking Settings and URL Parameters](https://docs.landerlab.io/features/quizzes/settings/tracking.md): Configure tracking settings to pass URL parameters and quiz data for accurate attribution and better campaign insights. - [Wait for API Response for Reliable Submissions](https://docs.landerlab.io/features/quizzes/settings/wait-for-api-response.md): Enable wait for API response to ensure submissions are processed before continuing, improving data reliability and integration accuracy. - [Enable Email Verification for Lead Quality](https://docs.landerlab.io/features/quizzes/validation/email.md): Enable email verification to ensure valid email inputs, improve lead quality, and prevent incorrect submissions in your forms. - [Use Validation for Accurate Data Collection](https://docs.landerlab.io/features/quizzes/validation/general.md): Use validation to ensure accurate input, prevent errors, and improve data quality in your forms and quiz funnels. - [OTP Block – SMS Verification in Quiz Funnels](https://docs.landerlab.io/features/quizzes/validation/one-time-password.md): Use OTP verification to confirm phone numbers, reduce fake leads, and ensure high-quality submissions in your funnels. - [Enable Phone Number Validation](https://docs.landerlab.io/features/quizzes/validation/phone.md): Enable phone number validation to ensure accurate inputs, improve lead quality, and prevent invalid submissions in your funnels. - [Delay node](https://docs.landerlab.io/features/workflows/conditions/delay-node.md): Pause a workflow for a set duration before the next node runs. - [Filter Node & Conditions Guide](https://docs.landerlab.io/features/workflows/conditions/filter.md): Set up the Filter node in LanderLab workflows to continue only when leads match your conditions. Learn fields, operators, AND/OR logic, and condition groups. - [If Node (Yes/No Branching) Guide](https://docs.landerlab.io/features/workflows/conditions/if.md): Set up the If node in LanderLab workflows to route leads down a Yes or No path by conditions. Learn fields, operators, AND/OR logic, and condition groups. - [Switch Node (Multi-Case Routing)](https://docs.landerlab.io/features/workflows/conditions/switch.md): Use the Switch node in LanderLab workflows to route leads across many branches with cases and a Default path. Cases evaluate top to bottom by conditions. - [Get Started with Workflows](https://docs.landerlab.io/features/workflows/getting-started.md): Learn how to build automated workflows in LanderLab. Trigger on new leads, branch with conditions, send data to Google Sheets or any API, and track every run. - [Trigger Node (Lead) Setup Guide](https://docs.landerlab.io/features/workflows/trigger.md): Learn how to add the Lead trigger to a LanderLab workflow, connect one or more landing pages, and configure it to fire on every new lead captured. - [Connecting Email (SMTP) in LanderLab](https://docs.landerlab.io/gmail.md): Send lead notification emails from your landing pages using Gmail SMTP and an app password. - [Fix Google Sheets Connection Issues](https://docs.landerlab.io/how-to-google-sheet.md): Learn how to fix Google Sheets authentication errors in LanderLab by removing the linked app from your Google account and reconnecting. - [Introduction](https://docs.landerlab.io/index.md): Welcome to the LanderLab Documentation - your hub for building, optimizing, and scaling high-converting landing pages. - [Set Up Google Analytics Integration](https://docs.landerlab.io/integrations/analytics/google-analytics.md): Learn how to add Google Analytics to your landing pages in LanderLab to track visitor behavior, measure conversions, and analyze campaign performance. - [Set Up Microsoft Clarity Integration](https://docs.landerlab.io/integrations/analytics/microsoft-clarity.md): Learn how to add Microsoft Clarity to your landing pages in LanderLab to record sessions, view heatmaps, and see exactly how visitors interact with your pages. - [Set Up Retreaver Integration](https://docs.landerlab.io/integrations/call-tracking/retreaver.md): Learn how to add Retreaver to your landing pages in LanderLab to route inbound calls, display dynamic tracking numbers, and track call conversions for pay-per-call campaigns. - [Set Up Ringba Integration](https://docs.landerlab.io/integrations/call-tracking/ringba.md): Learn how to add Ringba to your landing pages in LanderLab to route inbound calls, display dynamic phone numbers, and track call conversions for pay-per-call campaigns. - [Connect AWeber to LanderLab](https://docs.landerlab.io/integrations/crm/a-weber.md): Learn how to connect AWeber to LanderLab, authorize access, configure your list and tags, and map form fields to send leads in real time. - [Set Up ActiveCampaign Integration](https://docs.landerlab.io/integrations/crm/active-campaign.md): Learn how to connect ActiveCampaign to your LanderLab landing pages to sync leads to your ActiveCampaign lists and automations in real time. - [Set Up Campaign Monitor Integration](https://docs.landerlab.io/integrations/crm/campaign-monitor.md): Learn how to connect Campaign Monitor to LanderLab and send every landing page lead to your Campaign Monitor list in real time. No code required. - [Connect ConvertKit (KIT) to LanderLab](https://docs.landerlab.io/integrations/crm/convertkit.md): Connect LanderLab to ConvertKit (Kit) and send leads directly to your subscribers list in real time. - [Connect Drip to LanderLab](https://docs.landerlab.io/integrations/crm/drip.md): Learn how to connect Drip to your LanderLab landing pages to send leads directly to your Drip account in real time. - [Set Up GoHighLevel Integration](https://docs.landerlab.io/integrations/crm/go-high-level.md): Learn how to connect GoHighLevel to your LanderLab landing pages to sync leads as contacts and trigger workflows in real time. - [Set Up HubSpot Integration](https://docs.landerlab.io/integrations/crm/hub-spot.md): Learn how to connect HubSpot to your LanderLab landing pages to send leads directly to your HubSpot CRM as contacts in real time. - [Connect Klaviyo to LanderLab](https://docs.landerlab.io/integrations/crm/klaviyo.md): Send leads from your LanderLab landing pages directly to a Klaviyo list in real time. Set up the integration in minutes with no code required. - [Set Up Mailchimp Integration](https://docs.landerlab.io/integrations/crm/mailchimp.md): Learn how to connect Mailchimp to your LanderLab landing pages to send leads directly to your Mailchimp audience in real time. - [Set Up MailerLite Integration](https://docs.landerlab.io/integrations/crm/mailerlite.md): Learn how to connect MailerLite to your LanderLab landing pages to send leads directly to your MailerLite groups in real time. - [Set Up Pipedrive Integration](https://docs.landerlab.io/integrations/crm/pipedrive.md): Learn how to connect Pipedrive to LanderLab and send every landing page lead to Pipedrive as a person with a lead opened automatically, in real time. No code needed. - [Set Up Slack Integration](https://docs.landerlab.io/integrations/crm/slack.md): Learn how to connect Slack to your landing pages in LanderLab and send instant lead notifications to a Slack channel in real time using an incoming webhook. - [Set Up Telegram Integration](https://docs.landerlab.io/integrations/crm/telegram.md): Learn how to connect Telegram to your landing pages in LanderLab and send instant lead notifications to a Telegram chat, group, or channel in real time. - [Connecting Email (SMTP) in LanderLab](https://docs.landerlab.io/integrations/email/gmail.md): Send lead notification emails from your landing pages using Gmail SMTP and an app password. Includes recipient setup, merge fields, and troubleshooting. - [Enable Cloudflare Turnstile for Form Protection](https://docs.landerlab.io/integrations/lead-certification/cloudflare-turnstile.md): Enable Cloudflare Turnstile to protect your landing page forms from bots without CAPTCHA, improving both security and visitor experience. - [Use Google Address Autocomplete in Quiz Funnels](https://docs.landerlab.io/integrations/lead-certification/google-address-autocomplete.md): Enable Google Address Autocomplete on your landing pages in LanderLab to speed up form filling, reduce errors, and collect accurate address data from visitors. - [Enable Jornaya for Lead Certification](https://docs.landerlab.io/integrations/lead-certification/journaya.md): Enable Jornaya to certify leads, verify lead authenticity, and meet compliance requirements in your lead generation campaigns. - [Enable Google reCAPTCHA v3 for Form Protection](https://docs.landerlab.io/integrations/lead-certification/re-captcha-v3.md): Enable Google reCAPTCHA v3 to protect your landing page forms from bots and spam without any visible challenge or interruption for visitors. - [Enable Google reCAPTCHA v2 for Form Protection](https://docs.landerlab.io/integrations/lead-certification/recaptcha-v2.md): Enable Google reCAPTCHA v2 to protect your landing page forms from bots and spam with a visible checkbox challenge. - [Enable TrustedForm for Lead Certification](https://docs.landerlab.io/integrations/lead-certification/trusted-form.md): Enable TrustedForm to certify leads, verify user consent, and improve transparency and compliance in your lead generation campaigns. - [Set Up Google Sheets Integration](https://docs.landerlab.io/integrations/lead-distribution/google-sheets.md): Learn how to connect Google Sheets to your landing pages in LanderLab so every lead is automatically added as a new row in your spreadsheet. - [Set Up Leadprosper Integration](https://docs.landerlab.io/integrations/lead-distribution/leadprosper.md): Learn how to connect Leadprosper to LanderLab to send leads directly to your Leadprosper campaigns in real time from any landing page or quiz funnel. - [Set Up LeadsPedia Integration](https://docs.landerlab.io/integrations/lead-distribution/leads-pedia.md): Learn how to connect LeadsPedia to LanderLab to send leads directly to your LeadsPedia campaigns in real time using Direct Post or Ping-Post. - [Set Up Phonexa Integration](https://docs.landerlab.io/integrations/lead-distribution/phonexa.md): Learn how to connect Phonexa to LanderLab to send leads directly to your Phonexa campaigns in real time from any landing page or quiz funnel. - [Set Up Webhook Integration](https://docs.landerlab.io/integrations/lead-distribution/webhook.md): Learn how to set up a webhook integration in LanderLab to send lead data to any HTTPS endpoint in real time, including CRMs, lead buyers, and custom APIs. - [Set Up Meta Conversions API (CAPI) Integration](https://docs.landerlab.io/integrations/pixels/meta-capi.md): Learn how to set up Meta Conversions API (CAPI) in LanderLab to send server-side events directly to Meta for better tracking accuracy and ad optimization. - [Set Up Meta Pixel Integration](https://docs.landerlab.io/integrations/pixels/meta-pixel.md): Learn how to add Meta Pixel to your landing pages in LanderLab to track browser-side conversions and optimize your Facebook and Instagram ad campaigns. - [Set Up NewsBreak Pixel Integration](https://docs.landerlab.io/integrations/pixels/news-break.md): Learn how to add NewsBreak Pixel to your landing pages in LanderLab to track conversions, measure ad performance, and optimize your NewsBreak campaigns. - [Set Up Outbrain Pixel Integration](https://docs.landerlab.io/integrations/pixels/outbrain-pixel.md): Learn how to add the Outbrain Pixel to your landing pages in LanderLab to track conversions, measure ad performance, and optimize your Outbrain Amplify campaigns. - [Set Up Snapchat Pixel Integration](https://docs.landerlab.io/integrations/pixels/snapchat.md): Learn how to add Snapchat Pixel to your landing pages in LanderLab to track conversions, build retargeting audiences, and optimize your Snapchat ad campaigns. - [Set Up Taboola Pixel Integration](https://docs.landerlab.io/integrations/pixels/taboola.md): Learn how to add Taboola Pixel to your landing pages in LanderLab to track visitor actions, measure conversions, and optimize your Taboola ad campaigns. - [Set Up TikTok Pixel Integration](https://docs.landerlab.io/integrations/pixels/tik-tok.md): Learn how to add TikTok Pixel to your landing pages in LanderLab to track conversions, build audiences, and optimize your TikTok ad campaigns. - [FAQs for Performance Marketers](https://docs.landerlab.io/introduction/faqs.md): Find answers to common LanderLab questions on building funnels, landing pages, and optimizing performance marketing campaigns. - [Key Concepts in LanderLab](https://docs.landerlab.io/introduction/key-concepts.md): Understand the core LanderLab vocabulary: landers, variants, workspaces, global blocks, integrations, partial leads, and the difference between preview and published pages. - [Key Concepts in LanderLab](https://docs.landerlab.io/introduction/platform-overview.md): Understand the core LanderLab vocabulary: landers, variants, workspaces, global blocks, integrations, partial leads, and the difference between preview and published pages. - [Build and Publish Your First Landing Page](https://docs.landerlab.io/introduction/quick-start.md): Get your first LanderLab landing page live in minutes. Create the page, add a lead form, connect your CRM, publish on your domain, and confirm tracking works. - [Webinars and Training Sessions](https://docs.landerlab.io/introduction/webinars.md): Watch LanderLab webinars to learn how to build landing pages, quiz funnels, and optimize paid traffic campaigns for better performance. - [Welcome to LanderLab](https://docs.landerlab.io/introduction/welcome.md): Build high-converting landing pages, quiz funnels, and lead flows in LanderLab. Learn what the platform does, what you can build with it, and where to start. - [Set Up LeadByte Integration](https://docs.landerlab.io/lead-distribution/lead-byte.md): Learn how to connect LeadByte to your landing pages in LanderLab to sync leads in real time using your LeadByte API URL and API Key. - [Connect LanderLab to ChatGPT (MCP)](https://docs.landerlab.io/mcp/ai-assistants/chatgpt.md): Set up the Model Context Protocol integration to manage landing pages, variants, leads, and analytics from ChatGPT. - [Connect LanderLab to Claude.ai via MCP](https://docs.landerlab.io/mcp/ai-assistants/claude.md): Connect LanderLab to Claude Desktop with MCP. Add a custom connector, set tool permissions, and manage landing pages, leads, and analytics using plain English. - [Connect LanderLab MCP to Claude Code](https://docs.landerlab.io/mcp/ai-assistants/claude-code.md): Connect your LanderLab account to Claude Code using MCP. Manage landing pages, leads, analytics, and A/B tests directly from your terminal with plain English commands. - [Connect LanderLab MCP to Claude Desktop](https://docs.landerlab.io/mcp/ai-assistants/claude-desktop.md): Connect your LanderLab account to Claude Desktop using MCP. Edit the config file once and manage landing pages, analytics, and leads directly from your AI assistant." icon: "desktop - [Connect LanderLab MCP to Cursor](https://docs.landerlab.io/mcp/ai-assistants/cursor.md): Connect your LanderLab account to Cursor using MCP. Add a config file to your project and manage landing pages, analytics, and leads directly from your AI coding assistant. - [Connect LanderLab MCP to Gemini CLI](https://docs.landerlab.io/mcp/ai-assistants/gemini-cli.md): Connect your LanderLab account to Gemini CLI using MCP. Add the server to your Gemini CLI config and manage landing pages, leads, and analytics from your terminal. - [Connect LanderLab MCP to Manus](https://docs.landerlab.io/mcp/ai-assistants/manus.md): Connect your LanderLab account to Manus using MCP. Add your API key through the Manus settings UI or a JSON config and start managing landers from your Manus tasks. - [Connect LanderLab MCP to Windsurf](https://docs.landerlab.io/mcp/ai-assistants/windsurf.md): Connect your LanderLab account to Windsurf using MCP. Update your MCP config file and manage landing pages, leads, and analytics directly from the Windsurf editor. - [Generate a LanderLab API Key](https://docs.landerlab.io/mcp/generate-api-key.md): Create and manage LanderLab API keys to authenticate MCP connections and API requests. Learn where to find API keys and how to keep them secure. - [Connect AI Assistants to LanderLab via MCP](https://docs.landerlab.io/mcp/overview.md): Learn how the LanderLab MCP server works, what tools it exposes, and how to use plain English to manage your landing pages, analytics, leads, and A/B tests from any AI assistant. - [LanderLab Platform Overview](https://docs.landerlab.io/platform-overview/overview.md): A map of the LanderLab platform. Understand how landing pages, quiz funnels, the editor, leads, workflows, integrations, analytics, and domains fit together. - [Send Workflow Leads to Klaviyo](https://docs.landerlab.io/workflow/send-workflow-leads-to-klaviyo.md): Learn how to send leads from a LanderLab workflow to Klaviyo. Build a Lead trigger, connect a landing page, add a Klaviyo action, map fields, and publish. ## OpenAPI Specs - [openapi](https://backend-v2.landerlab.workers.dev/api/v2/openapi.json)