# Copy Comp

## Description

Copy Comp duplicates a composition and its entire hierarchy. Cloned expressions are automatically updated to point to the new copies instead of the originals.

## Setup

1. Select a composition in the Project panel
2. Open the Copy Comp tool
3. Configure the options below
4. Click Run Copy Comp

### Options

**Prefix**\
Text added before the original composition name. Leave empty for no prefix.

**Suffix**\
Text added after the original composition name. Defaults to `_copy`.

**Folder Name**\
Name of the project folder where the duplicated compositions will be placed. Keeps your project panel organized by grouping all cloned comps together.

**Updated cloned expressions**\
When enabled, expressions in the duplicated compositions are rewritten to reference the new cloned layers and comps instead of the originals. Turn this off if you want the cloned comp's expressions to continue pointing to the source.

**Open top-level cloned Comp**\
When enabled, the newly created top-level composition opens in the Timeline and Composition panels after duplication.


---

# 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://motion-studio.mtmograph.com/ae-extension/tools/copy-comp.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.
