> For the complete documentation index, see [llms.txt](https://help.activenow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.activenow.io/en/course-management.md).

# Course Management

This section covers everything related to creating courses and managing classes — from launching a new course to making changes mid-course and tracking participant progress. Use the guide below to find what you need.

## Creating and configuring courses

**Want to add a new course to the system?** → [Creating New Classes](/en/getting-started/creating-new-classes.md)

**Want to add or change a lesson venue?** → [Adding a Lesson Venue](/en/getting-started/venues-management.md)

**Have similar courses for a new semester — want to copy them quickly?** → [Cloning a Course](/en/course-management/cloning-a-course.md)

**Want to customise which columns appear on the course list?** → [Customising the Course List View](/en/course-management/visible-fields-on-course-list.md)

## Changes during a course

**Want to reschedule a lesson to a different date?** → [Rescheduling a Lesson](/en/course-management/rescheduling-a-lesson.md)

**Want to cancel an individual lesson?** → [Cancelling Individual Lessons](/en/course-management/cancelling-individual-lessons.md)

**Want to change the venue for an ongoing course?** → [Changing a Lesson's Location](/en/course-management/changing-course-location.md)

**Want to run lessons online?** → [Running Lessons Online](/en/course-management/running-online-courses.md)

**Want to end a course before its scheduled end date?** → [Ending a Course Early](/en/course-management/ending-or-deleting-a-course.md)

## E-register and progress

**Want to track attendance and participant progress in a course?** → [Tracking Attendance and Participant Progress](/en/course-management/managing-the-e-register.md)

**Want to add lesson topics and homework to classes?** → [Adding Lesson Topics and Homework](/en/course-management/adding-lesson-topics-and-homework.md)


---

# 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:

```
GET https://help.activenow.io/en/course-management.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.
