# Sign up as Student

### Introduction

CodeChum functions best in a classroom setting, and because of this, there are two types of users that mainly use the app: Teachers and Students.&#x20;

Just like in a classroom, students enroll in a class handled by a teacher, answer activities, and get grades a little while after. However, one good thing about CodeChum is that students don't have to wait for long before they can get the scores on their answers -- CodeChum automatically checks and grades it for them!

### Steps

To create a Student account in CodeChum, you have to go through the following steps:

1. Go to [https://app.codechum.com/ ](https://app.codechum.com/)and click **Sign Up**.

   <figure><img src="/files/3OpC5Hy2E0ECYsQ7Ho4d" alt=""><figcaption></figcaption></figure>
2. Choose a way to sign up.  Currently, there are three ways to do this:

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

   * **Continue with Google or Facebook account** - Use your existing Google or Facebook account to sign up.

     <figure><img src="/files/hxvKmncK8151VXyp7jnH" alt=""><figcaption></figcaption></figure>
   * **Continue with Canvas, Blackboard, or Moodle** - Sign up using your existing LMS account. Just select the button for the LMS your school uses. To use this feature, make sure your school’s LMS is connected first. [See detailed steps here.](/students/advanced-guide/how-to-use-codechum-with-lms/sign-up-using-lms.md)

     <figure><img src="/files/INuft6oKDeKkxETvQMoj" alt=""><figcaption></figcaption></figure>
   * Continue with Email - Manually provide your active email address and a secure password. Make sure the email you enter is valid and accessible.

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

     <figure><img src="/files/4QnPmWK7b8ZO36QGsj4i" alt=""><figcaption></figcaption></figure>
3. Select **Student** as the user type, and enter your first name and last name.&#x20;

   <figure><img src="/files/dv50a3L6KYWNv7QBef6P" alt=""><figcaption></figcaption></figure>
4. After clicking Sign up, you will be asked to enter and verify your email, but you also have the option to verify it later.

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

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

***

And with that, your **CodeChum Student account** is now ready to use! Time to join your very first class.


---

# 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/students/getting-started/sign-up-as-student.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.
