# Connect to LMS

Once your school's LMS is finally set up on your end, it's now time to experience a seamless experience between CodeChum and your LMS using your teacher account.

Before we start, to use all the features available for LMS integration, you must first connect your teacher account to your existing LMS account.

Here are two scenarios where you can connect your account to your LMS:

### a. Connect to LMS Modal

Schools that have successfully set up their LMS configurations for CodeChum integration will be prompted with a modal (**see image below**) that will allow its users to connect to their LMS account.&#x20;

This modal shows upon revisiting the application.

<figure><img src="/files/7pf24PWmjZOWnqsKaE2u" alt=""><figcaption><p>Connect to LMS modal</p></figcaption></figure>

To connect your LMS account through this modal, follow these steps:

1. Select your school from the list of options. Rest assured that if your school successfully set up the integrations on their end, your school will show up on the list for sure.<br>

   <figure><img src="/files/FmZgztrekYJsbz3XPC1v" alt=""><figcaption><p>Connect to LMS modal - select school</p></figcaption></figure>
2. Check if the school's LMS indicated beside the button matches the LMS your school is currently using. If so, click the button to proceed.<br>

   <figure><img src="/files/28i9lBtlwp2CuLzhQLpy" alt=""><figcaption><p>Connect to LMS modal - Connect button</p></figcaption></figure>
3. You will be redirected to your school LMS's login portal. Provide your LMS account credentials there to successfully log in.

   <figure><img src="/files/Semo6TiXKpfcpBWVZ7Vi" alt=""><figcaption><p>LMS login portal</p></figcaption></figure>
4. If you have not yet been able to set your school's campus (if applicable), type your campus in the field provided and proceed.
5. Once done, you will be redirected back to the application with a success message stating that you have successfully connected to your LMS. <br>

   <figure><img src="/files/K4BsRVTJT16wn1Kzm441" alt=""><figcaption><p>Connect to LMS - success message</p></figcaption></figure>
6. Finally, the application will show you the rest of the things you can do when you're connected.

### b. Account Settings

In an instance that you have not been prompted with a modal upon revisiting the application even though your school already finished setting up on their end as per the instructions, you may try to connect to an LMS through your account settings found in the app (Profile > Account Settings).

To connect your LMS account through here, follow these steps:

1. Click your profile picture to open the menu and click Account Settings.<br>

   <figure><img src="/files/qDzI1l576UwRFhKFd2VN" alt=""><figcaption><p>Profile > My Account</p></figcaption></figure>
2. Go to Account Information.<br>

   <figure><img src="/files/2815RjjsrOeMK3tGSUHn" alt=""><figcaption></figcaption></figure>
3. You will see a field there for an LMS email. Under that is an indicator if your account is already connected to an LMS. If not, it will show a Connect button link. Click that to open a modal.<br>

   <figure><img src="/files/gnIJ1Q2Nt1YY0pzpZcv5" alt=""><figcaption></figcaption></figure>
4. Follow the steps under the [Connect to LMS modal scenario](#a.-connect-to-lms-modal).

***

With that, you're one step in to a seamless CodeChum to LMS experience!


---

# 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/teachers/advanced-guide/lms-integration/how-to-use-teacher/connect-to-lms.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.
