# Export Program Distribution

Administrators can export the full Program Distribution Table using the **Export Icon** button, allowing further offline analysis or data sharing.

The exported file contains the following columns:

| Export Key          | Description                                                                       |
| ------------------- | --------------------------------------------------------------------------------- |
| **ProgramId**       | The unique internal identifier for each program.                                  |
| **ProgramName**     | The name of the program as shown to users (e.g., "2-Step Challenge").             |
| **ProgramSize**     | The initial balance or size of the program (e.g., $10,000).                       |
| **ProgramType**     | Indicates whether the program is a `Challenge` or `Funded`.                       |
| **ProgramCategory** | The program's grouping, such as `Demo`, `Demo2`, `Live`, or `Live2`.              |
| **TotalAccounts**   | Total number of accounts ever created under this program.                         |
| **Breached**        | Number of accounts that violated the program's rules.                             |
| **Upgraded**        | Number of accounts that successfully advanced to the next phase.                  |
| **Active**          | Number of accounts that successfully advanced to the next phase.                  |
| **PayoutEligible**  | Number of active funded accounts eligible for payout (always `0` for Challenges). |
