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

# Quickstart

> Get started with Pop Onboarding in under 5 minutes

## 1. Create a Project

Sign up at [poponboarding.com](https://poponboarding.com) and create a new project. You can start from a blank canvas or use one of our high-converting templates.

## 2. Design Your Flow

Use the visual editor to add screens, buttons, images, and text. Customize colors and fonts to match your brand.

## 3. Install the SDK

Add the SDK to your mobile application.

<CodeGroup>
  ```bash React Native theme={null}
  npm install react-native-pop-onboarding
  ```

  ```swift Swift theme={null}
  // Add Package Dependency:
  // https://github.com/jamesagib/pop-onboarding-swift
  ```
</CodeGroup>

## 4. Copy Your Code

Click the **"Publish"** button in the dashboard to get your project ID and API key (if applicable).

See the [Integration Guide](/essentials/webview-integration) for full implementation details.
