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

# Create a project

> Create a PNLight project for your mobile app, enter the app name, bundle ID, and App Store ID, and prepare the settings used by the SDK and dashboard.

A project represents one app in PNLight. Create a project before installing the SDK.

## Create the project

<Steps>
  <Step title="Open the project list">
    Go to the dashboard project list and choose the option to create a new project.
  </Step>

  <Step title="Enter app details">
    Add the project name, bundle ID, App Store ID, and platform.
  </Step>

  <Step title="Set commissions">
    Enter the store commission and bank commission. PNLight uses these values when it shows net revenue and profit-related metrics.
  </Step>

  <Step title="Save the project">
    After the project is created, open [Integration](/dashboard/sdk-status) and copy the SDK token.
  </Step>
</Steps>

## Required fields

| Field            | Description                                   |
| ---------------- | --------------------------------------------- |
| Project name     | The name shown in the dashboard.              |
| Bundle ID        | The iOS bundle identifier for the app.        |
| App Store ID     | The App Store app identifier.                 |
| Store commission | The App Store commission percentage.          |
| Bank commission  | The payment or banking commission percentage. |

<Tip>
  Match the bundle ID and App Store ID to the exact app build that uses this project SDK token.
</Tip>
