> 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-schedule-a-lesson-to-be-released-later.md).

# How to Schedule a Lesson to Be Released Later

The Schedule feature allows you to automatically publish a lesson at a specific date and time in the future. This is perfect for managing your content release without manual intervention and for creating a structured learning experience for your students.

### How to Set Up a Scheduled Lesson

* Step 1: In your module/lesson editing page, scroll down to the **Access & Visibility section**.
* Step 2: Select the "**Schedule**" option.
* Step 3: Set the specific date and time for the lesson to be automatically released to your students.
* Step 4: Save your changes.

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

### Drip vs. Schedule: What's the Difference?

Understanding the difference between these two powerful tools helps you build a more effective course structure.

* **Schedule**: This feature releases a lesson on a fixed date and time. This is ideal for synchronized events or when you have a pre-planned content calendar.
* **Drip**: This feature releases a lesson based on a relative time frame from when a student enrolls (e.g., 7 days after they sign up). This is perfect for creating a consistent learning pace for each individual student.

By leveraging the schedule feature, you can proactively manage your course content, build anticipation for new material, and create a clear, structured learning journey for your students.

<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-schedule-a-lesson-to-be-released-later.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.
