> 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/running-online-courses.md).

# Running Lessons Online

ActiveNow makes it easy to run courses online. Use any video platform you prefer and share the meeting link with participants through the system — it only takes a few clicks to get everyone connected.

## How to set it up

To enable online meeting links, go to *Settings* → *Additional features* and turn on the **Where do you run classes?** option for online.

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

Once enabled, an *Online class link* field will appear when editing a course. Paste your meeting link there — **it will apply to all lessons in that course**.

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

Both you and your instructors can easily share the link with participants before each session.

{% hint style="info" %}
When pasting the link, make sure to include the full URL starting with `http://` or `https://`.
{% endhint %}

Your clients will see a join button in their Client Panel. Clicking it takes them directly to the meeting platform.

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

## Alternative: sending emails

If some of your clients have not registered in the Client Panel, you can reach them by enabling instructors to **send emails to group course participants**.

Instructors will then be able to email participants before a lesson with the meeting link or any materials needed.

To enable this, go to *Settings* → *Users* and grant instructors the relevant email permission.


---

# 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/running-online-courses.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.
