> 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/sign-up-as-student.md).

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