Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions content/docs/dashboard/dashboard-creating-flows/analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: "Flows Analytics"
description: "Understand Flow Journey analytics, drop-off, page transitions, and how users move through multi-page flows."
---

<Note>
Flows is currently in beta.
</Note>

Flows Analytics help you understand how users move through a flow after it is live. Instead of only seeing whether a paywall opened or converted, you can inspect each step in the journey, see where users drop off, and compare how different flow variants perform.

You will find Flows Analytics in experiment results for flows. The section is called **Flow Journey**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: "Flow Elements"
description: "Add interactive elements to your flows: multiple choice, text entry, progress indicators, and date pickers."
---

<Note>
Flows is currently in beta.
</Note>

Flows can be enhanced with interactive components designed for multi-page experiences. They capture user input, show progress, or request permissions. Use them to personalize the flow or gather information for branching.

## Multiple Choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ sidebarTitle: "Getting Started"
description: "Create multi-page experiences like onboarding flows, cancellation surveys, and more. All within the same Superwall editor you're familiar with."
---

<Note>
Flows is currently in beta.
</Note>

Flows let you string together multiple pages into a single, seamless experience. They're ideal for onboarding, cancellation surveys, upsells, or any multi-step journey. They're built right into the same editor you use for paywalls.

<Tip>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ sidebarTitle: "How Flows Work"
description: "Understand the key concepts of a Flow: the navigation element, pages, routes, and branching."
---

<Note>
Flows is currently in beta.
</Note>

A Flow is a collection of pages connected by routes. Unlike single paywalls, the order of pages in the sidebar doesn't determine the flow. The connections (i.e. _routes_) you create do. The Navigation element is what makes a paywall opt into becoming a Flow.

To understand flows, you only need to be aware of these core concepts to get started:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: "Linking Pages"
description: "Connect pages with routes, configure animations, and set up conditional branching."
---

<Note>
Flows is currently in beta.
</Note>

Linking pages is how you define the path through your flow. You'll connect pages using nodes in the Canvas view, and each connection (route) can have its own animation and conditions.

<Frame>![](/images/flows_link_first.gif)</Frame>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: "Navigation"
description: "Control how users move through your flow with forward and backward navigation."
---

<Note>
Flows is currently in beta.
</Note>

Navigation in Flows is handled by the Navigation element and other components you add tap behaviors to (such as CTA buttons). Users move forward along the routes you've defined, or backward through the pages they've already visited. The system is intentionally simple. Complex routing logic lives in the routes, not the buttons.

### The Navigation element
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: "Ordering Screens"
description: "Understand how page order works in Flows and how to organize your Canvas."
---

<Note>
Flows is currently in beta.
</Note>

In Flows, the order of pages in the sidebar doesn't determine the user's path. Routes define the order, not the list position. The sidebar and Canvas positions are purely for your organization.

### How order works
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: "Permission Prompts"
description: "Request system permissions like notifications, location, and camera at the right moment in your flows."
---

<Note>
Flows is currently in beta.
</Note>

Requesting permissions is a natural part of many flows, especially onboarding. Rather than prompting for notifications or location access at a random moment, you can ask at the right point in a flow after the user understands the value.

Permission prompts are not a standalone element. They are a [tap behavior](/dashboard/dashboard-creating-paywalls/paywall-editor-styling-elements#tap-behaviors) called **Request Permission** that you attach to a button or other tappable component. When the user taps it, the system permission dialog appears.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: "The Canvas"
description: "See your entire flow at a glance, zoom in and out, and use the mini-map to navigate complex flows."
---

<Note>
Flows is currently in beta.
</Note>

The Canvas is a display mode in the paywall editor tailored to help you see your entire flow laid out. It works similar to many design tool canvas' in that you can pan around, zoom to see the big picture, or click any page to focus it.

### Device view vs. Canvas view
Expand Down
4 changes: 0 additions & 4 deletions content/docs/dashboard/dashboard-creating-flows/tips.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: "Tips"
description: "Practical advice for building effective flows."
---

<Note>
Flows is currently in beta.
</Note>

Want to watch some of these tips in action? Check out this video:

[Watch on YouTube](https://youtu.be/lkIxyC6tQwo)
Expand Down
Loading
Loading