# Copy item to a target project or duplicate within a project

This guide provides detailed instructions on how to copy a requirement, test case, test scenario, or defect and insert it into a target project or duplicate it within the same project.

First, open the project where the item you want to copy is located. Then go to the section where your items are listed (e.g., Requirements, Test Cases).

Select the item or items you want to copy. Right-click on the item to bring up the context menu and select 'Copy item'

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

From the context menu, select the **“Copy item”** option. This action will copy the selected items to your clipboard.

Then, navigate to the target project and right-click on the grid. Once the context menu appears, select 'Paste' option.

The selected copied items will be copied to the project.

To duplicate the item within the same project, remain in the current project section and do the same actions. The selected items will be duplicated.

{% hint style="info" %}
When you copy an item from one project to another, the tag 'Copy' will not be added to the item's title in the target project. However, when you duplicate an item within the same project, the label 'Copy' is added to the title, allowing you to easily distinguish between the original and the duplicated items.

Please note that when copying or duplicating items, their status is always reset to the default. For example, if your ticket was in a 'Closed' status and you copied it, the status will be reset to the default, such as 'To Do.' The status of the original item will remain unchanged.
{% endhint %}


---

# 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.aqua-cloud.io/documentation/items/general-item-capabilities/copy-item-to-a-target-project-or-duplicate-within-a-project.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.
