# Duplicate task

The **Duplicate Task** feature allows you to create a copy of an existing task with its configurations. The duplicated task will follow specific rules based on the original task’s **Start** and **Revert** settings.

<figure><img src="/files/79nn6ClHzPwe2gZpqUxn" alt=""><figcaption></figcaption></figure>

### 1. Start time&#x20;

The app supports duplicating tasks based on their **Start Time** configuration as follows:

**a. Manual Start**

* If the original task is set to **Manual**, the duplicated task will also be created with **Manual** status.

**b. Scheduled Start**

* If the original task is scheduled, the app will compare the scheduled time with the current time:
  * **If the scheduled time has not been reached:**\
    → The duplicated task will be created and scheduled at the same time.
  * **If the scheduled time has already passed:**\
    → The duplicated task will be created and **run immediately**.

**c. Other Cases**

* If you duplicate a task that was previously set to **“Start Now,”** the duplicated task will have its start time automatically set to **Manual Start**.

This behavior ensures that the new task does not run immediately, giving you time to review and make any necessary changes before executing it.

### 2. Revert task time

The duplicated task’s **Revert** setting is set to **Disabled** by default.&#x20;

You may then configure the Revert settings as needed to suit your requirements.


---

# 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.samita.io/bulk-price-editor-sami/manage-task/duplicate-task.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.
