> 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/instructor-panel/adding-lesson-topic-or-homework-as-an-instructor.md).

# Adding Lesson Topics and Homework

As an instructor you can add lesson topics, materials, and homework directly from the Instructor Panel.

## How to add a lesson topic

Log in to the Instructor Panel and click the lesson in the calendar. In the *Lesson details* section, find the *Lesson topic* field — click the pencil icon to fill it in.

<figure><img src="https://2983515171-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL5ksnUuhXGAx5afQd3MB%2Fuploads%2FPT3I0FRB7JFTLYJcyR84%2FZrzut%20ekranu%202026-07-10%20124111.png?alt=media&amp;token=3abf2a09-b748-4855-b4ce-0b7daa7b9177" alt=""><figcaption></figcaption></figure>

## How to add lesson materials

In the *Lesson details* section, click *+lesson material*. A modal will open where you enter a name for the material and a link. If you leave the name blank, it defaults to *Lesson material*.

<figure><img src="https://2983515171-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL5ksnUuhXGAx5afQd3MB%2Fuploads%2FoVrZNsqjiz4pGzwICOIF%2FZrzut%20ekranu%202026-07-10%20124135.png?alt=media&amp;token=d981ac34-f5b1-4f28-8b45-8f8d971ff32b" alt=""><figcaption></figcaption></figure>

## How to add homework

In the *Lesson details* section, find the *Homework* field — click the pencil icon to enter the content and set a deadline.

<figure><img src="https://2983515171-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL5ksnUuhXGAx5afQd3MB%2Fuploads%2FwkUdIfzop4zaadExjsDu%2FZrzut%20ekranu%202026-07-10%20124159.png?alt=media&amp;token=76aeb225-0eae-417c-97d3-80cef161e8a4" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
All data you enter — topic, materials, homework — applies to that specific lesson only, not to the entire course.
{% endhint %}


---

# 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://help.activenow.io/en/instructor-panel/adding-lesson-topic-or-homework-as-an-instructor.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.
