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

# FunnelFox quickstart guide

> Build and publish your first web funnel in under 30 minutes. Quick setup guide covering editor basics, payments, and going live.

This guide walks you through setting up your first funnel, including payments, analytics, and marketing tracking.

By the end, you'll have a complete funnel that creates users and tracks every purchase, so you can start growing your revenue.

## Before you begin

Make sure you have a FunnelFox account and can sign in at [app.funnelfox.com](https://app.funnelfox.com/login).

If you do not have access yet, contact your Account Executive to receive a sign-up link.

## Step 1. Create your project

When you first log in to FunnelFox, you'll see the project creation page.

<Steps>
  <Step title="Name your project">
    Enter a **Title** for your project. You can create multiple projects and this helps you organize them later.
  </Step>

  <Step title="Get your domain">
    Click **Create** and you'll automatically get a unique domain:
    `your-project-name.fnlfx.com`

    Your funnels will be accessible at URLs like:
    `your-project-name.fnlfx.com/funnel-name`
  </Step>
</Steps>

<Tip>Optionally, you can [invite your team](/dashboard/settings#team) right away. Go to **Settings > Team** and add their email addresses.</Tip>

## Step 2. Connect your payment provider

When you connect a <Tooltip tip="Payment Service Provider">PSP</Tooltip>, FunnelFox automatically fetches the products you sell, including subscriptions and one-time purchases.

FunnelFox supports multiple payment providers, including Stripe, Solidgate, Paddle, and more.

<Tip>To launch quickly and test your first funnel, we recommend creating a single subscription product in the testing environment of the PSP you connect.</Tip>

<Card title="Choose and connect your payment provider" icon="sack-dollar" href="/integrations/payments#get-started" arrow="true" horizontal="true" />

## Step 3. Set up marketing tracking

Accurately attribute purchases, trial starts, trial conversions, and renewals to your ad campaigns.

You can optimize campaigns with Meta, TikTok, X, Pinterest, and Google Ads.

<Tip>To launch quickly and test your first funnel, we recommend starting with Meta.</Tip>

<Card title="Connect marketing tracking" icon="meta" href="/integrations/tracking/set-up-meta-pixel-integration" arrow="true" horizontal="true" />

## Step 4. Configure analytics

FunnelFox events notify you in near real time about everything that matters in your funnel. Send events directly to analytics platforms such as Amplitude, Mixpanel, PostHog, GA4, and more.

<Tip>To launch quickly and test your first funnel, we recommend starting with Amplitude or Mixpanel.</Tip>

<Card title="Choose and connect analytics" icon="chart-mixed" href="/integrations/analytics#available-integrations" arrow="true" horizontal="true" />

## Step 5. Connect subscription management

FunnelFox integrates with subscription management platforms to sync purchase data and control user access in your mobile and web applications.

You can connect tools such as Adapty, RevenueCat, Qonversion, or your own backend.

<Card title="Connect subscription management" icon="app-store-ios" href="/integrations/subscription-management" arrow="true" horizontal="true" />

## Step 6. Build your first funnel

Generate a conversion-optimized funnel from scratch with AI Chat in
Editor, then connect your payment products.

Before you start, set up your
[project context](/agentic-solution/overview#project-context) so the
agent has something to ground its generation on.

<Steps>
  <Step title="Start funnel creation">
    1. Go to [Funnels](https://app.funnelfox.com/funnels) in your dashboard.
    2. Click **Create a funnel**.
  </Step>

  <Step title="Generate your funnel">
    In AI Chat in Editor, type a prompt like
    `build me a funnel from scratch` and press **Enter**. The agent
    composes a complete funnel: welcome, quiz, processing,
    authorization, paywall, and final screens. Generation typically
    takes 2-4 minutes.

    Learn more about [generating funnels from scratch](/agentic-solution/overview#generate-funnels-from-scratch).
  </Step>

  <Step title="Configure products">
    AI-generated funnels don't automatically connect to your payment
    products.

    To enable purchases:

    1. Find the paywall step (usually named "Paywall").
    2. Click the checkout element in that step.
    3. Select which products from your payment provider you want to offer.
    4. Save your changes and publish the funnel.
  </Step>
</Steps>

<Tip>An AI-generated funnel is enough to get started and test your first funnel, but we recommend exploring [Funnels](/dashboard/funnels) and the [Editor](/editor/overview) later.</Tip>

## Step 7. Choose authentication method

After customers purchase products in your funnel, they need a way to access your app. Your app also needs to verify their identity and unlock their purchase.

FunnelFox supports multiple authentication methods to hand off users from your web funnel to your mobile app.

<Tip>To launch quickly and test your first funnel, you can set up authentication later.</Tip>

<Card title="Choose how your users sign in" icon="arrow-right-to-bracket" href="/integrations/authentication/sign-in-methods" arrow="true" horizontal="true" />

## Step 8. Test and go live

Test your funnel end-to-end in sandbox mode before launch: preview your funnel, complete a test purchase, then verify customers, transactions, analytics, and attribution events.

<Card title="Test and go live" icon="https://mintcdn.com/funnelfox/hBAk1i_auxD53VWj/assets/ff-logo.png?fit=max&auto=format&n=hBAk1i_auxD53VWj&q=85&s=22c5afa9d67afd7a2f8e03da363d7a38" href="/getting-started/testing-funnel" arrow="true" horizontal="true" width="688" height="570" data-path="assets/ff-logo.png" />

<Check>You're all set to optimize your funnel and grow revenue.</Check>

## Next steps

* Learn about the [Editor](/editor/overview) and [AI Chat in Editor](/agentic-solution/overview#ai-chat-in-editor) for building funnels.

* Explore [event flows](/integrations/events) in FunnelFox.

* [Configure webhooks](/develop/webhooks).
