---
updatedAt: 2026-03-18T16:58:50.000Z
---

Fetch the complete documentation index at: https://developers.pismo.io/pismo-docs/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Clone a program

You can use Control Center to clone an existing program within the same organization, using the same details and settings. This is helpful when you need to add a program that is largely similar to one that already exists.

For details about what program data is copied to the new program, refer to [Cloned and exported program properties](https://developers.pismo.io/pismo-docs/docs/cc-cloned-and-exported-data).

To copy a program without Control Center, use the [Copy program](https://developers.pismo.io/pismo-docs/reference/copyprogram) and [Copy program (async)](https://developers.pismo.io/pismo-docs/reference/copyprogramasync) endpoints.

To clone a program:

1. From the main menu, select **Configurations** > **Programs**.

2. On the **Programs** screen, select the program that you want to clone.

3. On the **Program information** screen, select **Clone**.

4. On the **Program details screen**, enter program attributes such as the program name, BIN, BIN range, and  time zone. Some values inherited from the source program cannot be changed here.

5. Select **Next**.

6. On the **Review** screen, confirm your settings and then select **Finish**.

> 📘 Asynchronous processing
>
> Your request is processed in the background. You'll be notified when your program has been created. In the meantime, your new program remains in `Processing` status.