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

# Welcome to PNLight

> Connect PNLight to your iOS, React Native, or Flutter app to track installs, send attribution, render Remote UI, and review app analytics.

PNLight helps app teams connect mobile apps to attribution, Remote UI, and analytics.

Use these docs to set up a project, install the SDK, configure App Store integration, and check that customer, event, and revenue data appears in the dashboard.

<Columns cols={2}>
  <Card title="Set up PNLight" icon="rocket" href="/start/quickstart">
    Create a project, copy the SDK token, configure App Store integration, and initialize the SDK.
  </Card>

  <Card title="Install the SDK" icon="smartphone" href="/sdk/overview">
    Choose Swift, React Native, or Flutter and add PNLight to your app.
  </Card>

  <Card title="Show Remote UI" icon="panel-top" href="/sdk/remote-ui">
    Render server-configured screens such as paywalls, prompts, and onboarding steps.
  </Card>

  <Card title="Review analytics" icon="chart-no-axes-combined" href="/dashboard/analytics">
    Read clicks, installs, revenue, subscriptions, trials, ARPPU, rebills, and funnel data.
  </Card>
</Columns>

## What you set up

<Steps>
  <Step title="Create a project">
    Add your app in the dashboard and enter the app identifiers used by the App Store.
  </Step>

  <Step title="Install the SDK">
    Add the SDK package for your app stack and initialize it with the project SDK token.
  </Step>

  <Step title="Connect attribution">
    Send attribution data when your attribution provider is ready.
  </Step>

  <Step title="Configure Remote UI and analytics">
    Create placements, publish localized UI configs, and use the dashboard to review performance.
  </Step>
</Steps>

## Common paths

* New integration: start with the [quickstart](/start/quickstart).
* Native iOS app: use the [Swift SDK guide](/sdk/ios-swift).
* React Native app: use the [React Native SDK guide](/sdk/react-native).
* Flutter app: use the [Flutter SDK guide](/sdk/flutter).
* Dashboard owner: start with [create a project](/dashboard/create-project) and [analytics](/dashboard/analytics).
