# Copy a scenario

If you already have a scenario, we recommend Copying a scenario instead of [Adding a new one](/how-to-guides/add-a-new-scenario.md) — a copied scenario copies all of the Parameter and Scenario settings so that you don't have to redo that work. To copy a scenario, on the Scenario page click the Copy icon to the right of the scenario name:

![Copy scenario from within a scenario view.](/files/fQ2GmtLKjuoekhEMIOdP)

You will then be prompted to name your new scenario.

Alternatively, you can copy a scenario from the package page listing all of your scenarios within the package. From that page, click on the three vertical dots on the right-hand side of the scenario you want to copy, then click "Make a copy"

![Copy scenario from the package view listing all scenarios within your package.](/files/G3jLcswkSDyPeCDydVxv)

When the scenario is created you are dropped into the copied scenario - not the original scenario.&#x20;


---

# 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://docs.unsub.org/how-to-guides/copy-a-scenario.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.
