> For the complete documentation index, see [llms.txt](https://help.codechum.com/students/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.codechum.com/students/about-classes/how-to-view-lessons.md).

# How to view lessons

### Introduction

Apart from programming activities, CodeChum also offers programming courses for you to learn at your own pace! CodeChum currently supports courses in C, C++, C#, Java, Python, MySQL 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&#x20;
* Algorithms and Complexity
* Software Engineering 1
* 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/HDWx7MBTf0UkBBOYPKs1" 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/RZj9PMZklB2KVmsv0Pzl" alt=""><figcaption></figcaption></figure>

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

***

And that's how you view lessons and learn more in CodeChum!


---

# 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.codechum.com/students/about-classes/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.
