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

# Overrides

> Override callbacks

Override callbacks per invocation:

```typescript theme={null}
RampKit.showOnboarding({
  onShowPaywall: customPaywallHandler,
});
```
