> ## 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.

# RampKit.showOnboarding()

> Show the onboarding

```typescript theme={null}
RampKit.showOnboarding();
```

To close programmatically:

```typescript theme={null}
RampKit.closeOnboarding();
```
