> For the complete documentation index, see [llms.txt](https://help.codechum.com/teachers/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/teachers/advanced-guide/lms-integration/how-to-use-student/join-an-lms-linked-class/b.-join-via-class-code.md).

# b. Join via class code

If you were unable to [connect to your LMS account](https://help.codechum.com/students/advanced-guide/how-to-use-codechum-with-lms/join-an-lms-linked-class/a.-connect-to-lms), or the automatic enrollment did not work, you may still join the LMS-linked class by following these steps:

1. Ask for the class code of the LMS-linked class from your teacher.
2. Join the class using the class code.
3. If you are not connected to an LMS yet, simply follow the Connect to LMS instructions. If you are already connected, you will be directly enrolled to the class you belong.


---

# 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/teachers/advanced-guide/lms-integration/how-to-use-student/join-an-lms-linked-class/b.-join-via-class-code.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.
