---
title: "Onboardings"
---

:::warning
The no-code onboarding builder is fully functional, but Adapty is no longer adding features or shipping updates for it. For new projects, consider the [Adapty Flow Builder](adapty-flow-builder) — a visual no-code editor for single-screen paywalls and multi-screen onboarding flows that render natively on device:

- **Any flow type**: Build single-screen paywalls, multi-step onboardings that include a paywall, and anything in between.
- **Native rendering**: Flows render through the Adapty SDK, without web views.
- **Update without redeploying**: Change copy, design, or logic any time, and updates reach users without an app release.
:::

Adapty's onboardings let non-technical teams build onboarding flows without code. The no-code builder creates a series of screens that introduce users to your app. You can personalize screens with interactive questions and variables, then run A/B tests to find the best-performing flow.

Onboardings are available for apps using Adapty SDK v3.8.0+ (iOS, Android, React Native, Flutter), v3.14.0+ (Unity), or v3.15.0+ (Kotlin Multiplatform, Capacitor).

## How it works

1. [Design an onboarding in the no-code editor.](design-onboarding)
2. [Create a placement for the onboarding.](create-onboarding#step-2-create-a-placement-for-your-onboarding)
3. Integrate the onboarding with your project using the Adapty SDK:
   - [iOS](ios-onboardings)
   - [Android](android-onboardings)
   - [React Native](react-native-onboardings)
   - [Flutter](flutter-onboardings)
   - [Unity](unity-onboardings)
   - [Kotlin Multiplatform](kmp-onboardings)
   - [Capacitor](capacitor-onboardings)
4. Test the onboarding and release it for your users.