> For the complete documentation index, see [llms.txt](https://helpdesk.ldtsoft.work/ldt-online-course/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.ldtsoft.work/ldt-online-course/course-management/how-to-duplicate-a-lesson.md).

# How to Duplicate a Lesson

Duplicating a lesson is an excellent way to streamline your course creation process. It allows you to reuse the structure and content of an existing lesson, saving you time and effort when creating similar lessons or updating material for different courses.

### Step 1: Navigate to the Lesson You Want to Duplicate

From your Shopify Admin, go to **Apps** -> **LDT Online Courses**-> **Courses** and select the course containing the lesson you wish to duplicate.

<figure><img src="/files/6jMS4SYq2DrIzwANbjHK" alt=""><figcaption></figcaption></figure>

Find the specific lesson within its module.

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

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

### Step 2: Access the Duplication Option

On the right side of the lesson , select Duplicate from the list.

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

### Step 3: Confirm and View the Duplicated Lesson

A pop-up window will appear, asking you to confirm the duplication.

Click Submit to proceed.

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

A new, identical lesson will be created and added directly below the original lesson.

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

### Step 4: Edit and Adjust the Duplicated Lesson

Click on the duplicated lesson to open its editing page.

You can now rename the lesson, adjust its content, change its settings, or move it to a different module.

This feature ensures that you maintain consistency in your course structure while having the flexibility to make necessary adjustments.

Result:

By following these steps, you have successfully duplicated a lesson. This feature simplifies the process of managing and scaling your course content, allowing you to easily reuse and adapt materials to create new lessons quickly and efficiently.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpdesk.ldtsoft.work/ldt-online-course/course-management/how-to-duplicate-a-lesson.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
