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

# loadFlow

> Load an onboarding flow on iOS

## loadFlow

```swift theme={null}
RampKit.showOnboarding()
```

Options:

```swift theme={null}
// Specify a flow or start screen
RampKit.showOnboarding(flowId: "paywall_experiment", startScreenId: "offer_v2")
```

Return value: `Void`
