# Information Management

### Steps

To create an **Information Management** class in CodeChum, you only need to follow these steps:

1. Login to [https://app.codechum.com/ ](https://app.codechum.com/)with your Teacher account. This will redirect you to the View All Classes screen.

   <figure><img src="/files/CYQOT7kKDLewifIGHwmg" alt=""><figcaption></figcaption></figure>
2. Click the **Create Class** card. This will open a popup window showing you what information we need to make your class.

   <figure><img src="/files/XgVrHpstcYe39W2ydhJj" alt=""><figcaption></figcaption></figure>
3. Provide a name for your class.

   <figure><img src="/files/2q4fZkV1DQoSwikqdxlW" alt=""><figcaption></figcaption></figure>
4. Select the course that your class will follow. In this case, since you wish to create a class for your **Information Management** course, let's choose that on the list of dropdown options.

   <figure><img src="/files/knbqsA67hctxSSmXzx38" alt=""><figcaption></figcaption></figure>
5. Finally, based on the course you selected, select the programming language that you will be using to teach the course. Currently, we offer the **Information Management** course only for MySQL.

   <figure><img src="/files/LBzKa8ArXoXu0aExaWXE" alt=""><figcaption></figcaption></figure>
6. <mark style="color:blue;">**(Optional)**</mark> Customize the course outline of your **Information Management** class by reordering, editing, or removing lessons and topics available.<br>

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

   <figure><img src="/files/RAvvEPU7MMuM4nxOzR7u" alt=""><figcaption></figcaption></figure>
7. <mark style="color:green;">**(Recommended)**</mark> You can now link an existing class to this one to automatically sync grades from CodeChum to your LMS. To enable this feature, make sure your school’s LMS is connected first. [See detailed steps here](/teachers/advanced-guide/lms-integration.md).

   <figure><img src="/files/NAl9CxiM93MU0w6XcFQQ" alt=""><figcaption></figcaption></figure>
8. Once done, click the green **Create Class** button. This will show a popup window informing you that you've successfully created your class!

   <figure><img src="/files/FCjW3NeTZeKRPKIPXdpM" alt=""><figcaption></figcaption></figure>
9. One last setting you need to set up is your students’ learning method.

   * If you want to manually control when each activity opens and ends so your students learn together, click **Yes**.
   * If you’d prefer all activities to be unlocked right away so students can learn at their own pace, click **No**.

   <figure><img src="/files/5IoxzMaDrd9X1ilY5sm5" alt=""><figcaption></figcaption></figure>
10. Make sure the learning method you choose is correct, as you won’t be able to change it afterward.

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

***

And there you have your **very own class**! Time to invite your students in.


---

# 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/getting-started/create-a-class/information-management.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.
