# Duplicating Programs

Sometimes you want to start a new program by duplicating an existing program and making some changes. If you want to duplicate an existing program, you can use the duplicate program feature accessed from the Program actions button.

<figure><img src="/files/nTORWO2dQPLKR7I6FEPk" alt=""><figcaption></figcaption></figure>

A duplicated program will create a copy of the program including it's associated meta data and assets including: program meals, program content, the program thumbnail, description, nutrition constraints and meal types.

It's important to note that although meals and content are duplicated, they will still reference the original meal or content item. This means that if you make any changes to the referenced meal or content item, it will be changed in all programs they are referenced.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.mealiq.io/programs/duplicating-programs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
