> 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/getting-started/join-a-class.md).

# Join a class

### Introduction

A class is the first thing you need to join upon starting in CodeChum, as it's where your teachers will give out activities for you to answer and get automatic feedback on how much your score is after submitting.

### Steps

Before you can actually join a class in CodeChum, you have to make sure that your teacher already has a CodeChum Teacher account and has created a class in CodeChum. Then, when this condition is met, you have to do the following:

1. Ask your teacher for a **class code** of the class he/she has created in CodeChum.<br>

2. Login to CodeChum. Then, click on the **Join Class** card. This will open a popup window asking for the class code.

   <figure><img src="/files/3ZPiPpjzGMK3zAdkkGDm" alt=""><figcaption></figcaption></figure>

3. Supply the class code with the one given by your teacher.

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

4. Click **Join Class**. This should show a popup window informing that you've successfully sent your request!

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

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

5. Wait for your teacher to accept you to join the class. If possible, inform them that you have joined the class through the class code and is waiting for the teacher's acceptance.<br>

6. Once accepted, you can now view the class you joined on the My Classes page.

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

***

And that's how you **join a class** in CodeChum! Your teacher should have prepared something for you in the class, so it's now time to answer some activities!


---

# 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/getting-started/join-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.
