# How to view lessons

### Introduction

Apart from programming activities, CodeChum also offers programming courses for your students! CodeChum currently supports courses in C, C++, C#, Java Python and HTML/CSS/JS. As of now, the following courses are available for learning :

* Programming 1
* Programming 2
* Data Structures
* Object-Oriented Programming&#x20;
* Basic Web Development
* Information Management
* Algorithms and Complexity
* Software Engineering 1&#x20;
* Software Engineering 2

### Steps

To view our built-in lessons in CodeChum, simply follow these steps:

1. Go to your class' **Materials** tab. You will see a Course tab on the left and a list of lessons on the right.

   <figure><img src="/files/bZg1RKItHOnhtWF85y1Y" alt=""><figcaption></figcaption></figure>
2. Click the **Topic Content** button link this will open a popup window displaying the content for that specific topic.

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

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

And that's how you view lessons in CodeChum!


---

# Agent Instructions: 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.codechum.com/teachers/more-features-you-may-want-to-explore/classes-section/how-to-view-lessons.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.
