# 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 - [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. - [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 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. - [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. - [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. - [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. - [Create folder](https://docs.landerlab.io/api-reference/folders/create-folder.md): Create a new folder in the workspace. Fails if a 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. - [Rename folder](https://docs.landerlab.io/api-reference/folders/rename-folder.md): Rename an existing folder. Fails if another folder in the workspace 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… - [List integrations](https://docs.landerlab.io/api-reference/integrations/list-integrations.md): Returns all integrations in the organization (credentials excluded). - [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. - [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. - [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. - [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. - [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. - [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. - [Connect AI Assistants to LanderLab MCP](https://docs.landerlab.io/api-reference/mcp.md): Connect Claude, Cursor, Windsurf, Manus, or any MCP-compatible AI assistant to LanderLab. Manage landers, analytics, leads, and A/B tests using plain English. - [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. - [LanderLab Community Questions & Answers](https://docs.landerlab.io/community.md): Explore the most common questions from LanderLab users, covering tracking, quizzes, A/B testing, editor features, and real-world campaign use cases. - [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. - [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. - [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. - [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. - [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. - [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. - [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. - [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. - [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 ClickFlare Tracking Integration](https://docs.landerlab.io/integrations/analytics/clickflare.md): Learn how to connect ClickFlare to your LanderLab landing pages to capture click IDs, fire postback conversions, and close the tracking loop for your affiliate and performance marketing campaigns. - [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 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 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. - [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. - [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 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 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. - [LanderLab Features](https://docs.landerlab.io/introduction/main-features.md): Build and optimize landing pages, quizzes, and funnels with A/B testing, analytics, and CRM tools to maximize paid traffic performance. - [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, quizzes, and funnels to turn paid traffic into qualified leads and maximize performance marketing ROI. - [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. - [Set Up LeadProsper Integration](https://docs.landerlab.io/lead-distribution/leadprosper.md): Learn how to set up the LeadProsper integration in LanderLab to send leads directly to your LeadProsper campaigns in real time using Direct Post or Ping-Post. - [Set Up LeadsPedia Integration](https://docs.landerlab.io/lead-distribution/leads-pedia.md): Learn how to set up the LeadsPedia integration in 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/lead-distribution/phonexa.md): Learn how to set up the Phonexa integration in LanderLab to send leads directly to your Phonexa campaigns in real time using your Publisher API credentials. - [Set Up Webhook Integration](https://docs.landerlab.io/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. - [Connect LanderLab MCP to ChatGPT](https://docs.landerlab.io/mcp/ai-assistants/chatgpt.md): Connect your LanderLab account to ChatGPT using MCP. Configure the server through ChatGPT settings and manage landing pages, leads, and analytics with plain English prompts. - [Connect LanderLab MCP to Claude.ai](https://docs.landerlab.io/mcp/ai-assistants/claude-ai.md): Connect your LanderLab account to Claude.ai using remote MCP. Add a custom connector in Settings and manage landing pages, leads, and analytics directly from your browser. - [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. ## OpenAPI Specs - [openapi](https://backend-v2.landerlab.workers.dev/api/v2/openapi.json)