> 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/advanced-guide/how-to-use-codechum-with-lms/sign-up-using-lms.md).

# Sign up using LMS

Welcome to CodeChum!

To kickstart your journey with us as a student, you first need to create a student account. If your school has decided to utilize our LMS integration feature, please follow the instructions stated below. Otherwise, you may follow our [normal signup flow here](/students/getting-started/sign-up-as-student.md).

***

To sign up as a student with your LMS account, please follow these steps:

1. Go to the CodeChum app via the url given to you by your school, or through <https://app.codechum.com>.&#x20;
2. Click the **Sign Up** button at the bottom.

   <figure><img src="/files/2DiTcGCISsbE3gFXvc4x" alt=""><figcaption><p>Step 2: Click the Sign up button</p></figcaption></figure>
3. Select the button for the LMS that your school uses (Canvas, Blackboard, Moodle).

   <figure><img src="/files/oF5B04jsHW065gpKIu6y" alt=""><figcaption><p>Step 3: Continue with your LMS</p></figcaption></figure>
4. Before proceeding, select the name of your school. It should be on the list if your school has successfully completed the setup on their end.

   <figure><img src="/files/EO1YpQu3hv6bSaIcS6r3" alt=""><figcaption><p>Step 4: Select school from dropdown</p></figcaption></figure>
5. Then click Next. This will open your school's LMS login portal.
6. Login to your LMS through the portal. Once logged in, authorize CodeChum to connect to your LMS account by clicking the appropriate button. After this, you will be redirected back to CodeChum to signify a successful account creation.

***

And that's how you sign up as a student using your LMS account in CodeChum! Here are the next steps to take:&#x20;

{% content-ref url="/pages/xGbIhqipeHpqMO4V9FCF" %}
[Join an LMS-linked class](/students/advanced-guide/how-to-use-codechum-with-lms/join-an-lms-linked-class.md)
{% endcontent-ref %}


---

# 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/advanced-guide/how-to-use-codechum-with-lms/sign-up-using-lms.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.
