> For the complete documentation index, see [llms.txt](https://help.codechum.com/teachers/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/teachers/getting-started/create-a-class/programming-1.md).

# Programming 1

### Steps

To create a **Programming 1** class in CodeChum, you only need to follow these steps:

1. Login to [https://app.codechum.com/ ](https://app.codechum.com/)with your Teacher account. This will redirect you to the View All Classes screen.&#x20;

   <figure><img src="/files/FHb1g9CH8C6xU9WkLxoP" alt=""><figcaption></figcaption></figure>
2. Click the **Create Class** card. This will open a popup window showing you what information we need to make your class.

   <figure><img src="/files/mMKb1WBLZAz3OIJVMGe5" alt=""><figcaption></figcaption></figure>
3. Provide a name for your class.

   <figure><img src="/files/0oMsaZOgMxOpLxMaSTrr" alt=""><figcaption></figcaption></figure>
4. Select the course that your class will follow. In this case, since you wish to create a class for your **Programming 1** course, let's choose that on the list of dropdown options.

   <figure><img src="/files/c9yh4sZXyzwHTjeqHBK5" alt=""><figcaption></figcaption></figure>
5. Finally, based on the course you selected, select the programming language that you will be using to teach the course. Currently, we offer the **Programming 1** course for the following languages:

   1. C
   2. C++
   3. C#
   4. Java
   5. Python

   <figure><img src="/files/fIGP5fdjCPIaOXuU2hFe" alt=""><figcaption></figcaption></figure>
6. <mark style="color:blue;">**(Optional)**</mark> Customize the course outline of your **Programming 1** class by reordering, editing, or removing lessons and topics available.

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

   <figure><img src="/files/DgAkAt3FULyjQZR5tTlK" alt=""><figcaption></figcaption></figure>
7. <mark style="color:green;">**(Recommended)**</mark> You can now link an existing class to this one to automatically sync grades from CodeChum to your LMS. To enable this feature, make sure your school’s LMS is connected first. [See detailed steps here](/teachers/advanced-guide/lms-integration.md).

   <figure><img src="/files/NAl9CxiM93MU0w6XcFQQ" alt=""><figcaption></figcaption></figure>
8. Once done, click the green **Create Class** button. This will show a popup window informing you that you've successfully created your class!

   <figure><img src="/files/FCjW3NeTZeKRPKIPXdpM" alt=""><figcaption></figcaption></figure>
9. One last setting you need to set up is your students’ learning method.

   * If you want to manually control when each activity opens and ends so your students learn together, click **Yes**.
   * If you’d prefer all activities to be unlocked right away so students can learn at their own pace, click **No**.

   <figure><img src="/files/5IoxzMaDrd9X1ilY5sm5" alt=""><figcaption></figcaption></figure>
10. Make sure the learning method you choose is correct, as you won’t be able to change it afterward.

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

***

And there you have your **very own class**! Time to invite your students in.


---

# 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.codechum.com/teachers/getting-started/create-a-class/programming-1.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.
