# Create a class

### Introduction

A class is the first thing you need to have in CodeChum, since it's where you can manage your students, give programming activities, and get automatic feedback on how they are doing with the given activities.&#x20;

In short, to start using CodeChum, you first have to make a class where your students can join.

### Steps

To create a 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.

   <figure><img src="/files/KUtgwNc9iIZxqL7DnrHa" 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/Y2qnlrwFGbH4ou5wiPL3" alt=""><figcaption></figcaption></figure>
3. Provide a name for your class.

   <figure><img src="/files/gVxY3JF5dArgqd3hKVRk" alt=""><figcaption></figcaption></figure>
4. Select what programming language this class will be associated to. CodeChum currently supports languages in C, C++, C#, Java, Python, HTML/CSS/JS and MySQL. But in this case we will select **C++**.

   <figure><img src="/files/DwAzqxEv054wDu44NpXy" alt=""><figcaption></figcaption></figure>
5. Finally, based on the programming language you selected, select which course you would like the class to be in. In this case, we will select **CodeChum C++ Programming 1**.

   <figure><img src="/files/oGNU3N0tEGxdbIkYxJDv" alt=""><figcaption></figcaption></figure>
6. You also have the option to customize the courses you've selected.

   <figure><img src="/files/4kqLHERZqltSfgOH7lGY" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/etiVRAyt69DCWHXqYYWJ" alt=""><figcaption></figcaption></figure>
7. 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/Xcw0xwCTVKHN0y0mr2cp" alt=""><figcaption></figcaption></figure>

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


---

# 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/getting-started-for/programming-1/c++/create-a-class.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.
