# GETTING STARTED

- [Sign up as a teacher](https://help.codechum.com/teachers/getting-started/sign-up-as-a-teacher.md)
- [Create a class](https://help.codechum.com/teachers/getting-started/create-a-class.md)
- [Programming 1](https://help.codechum.com/teachers/getting-started/create-a-class/programming-1.md)
- [Programming 2](https://help.codechum.com/teachers/getting-started/create-a-class/programming-2.md)
- [Data Structures](https://help.codechum.com/teachers/getting-started/create-a-class/data-structures.md)
- [Object-Oriented Programming](https://help.codechum.com/teachers/getting-started/create-a-class/object-oriented-programming.md)
- [Basic Web Development](https://help.codechum.com/teachers/getting-started/create-a-class/basic-web-development.md)
- [Information Management](https://help.codechum.com/teachers/getting-started/create-a-class/information-management.md)
- [Algorithms and Complexity](https://help.codechum.com/teachers/getting-started/create-a-class/algorithms-and-complexity.md)
- [Software Engineering 1](https://help.codechum.com/teachers/getting-started/create-a-class/software-engineering-1.md)
- [Software Engineering 2](https://help.codechum.com/teachers/getting-started/create-a-class/software-engineering-2.md)
- [Invite students to class](https://help.codechum.com/teachers/getting-started/invite-students-to-class.md)
- [Give students an activity](https://help.codechum.com/teachers/getting-started/give-students-an-activity.md)
- [How to create an activity](https://help.codechum.com/teachers/getting-started/give-students-an-activity/how-to-create-an-activity.md)
- [How students will answer this activity](https://help.codechum.com/teachers/getting-started/give-students-an-activity/how-students-will-answer-this-activity.md)
- [How to use console-based answer environment](https://help.codechum.com/teachers/getting-started/give-students-an-activity/how-students-will-answer-this-activity/how-to-use-console-based-answer-environment.md)
- [How to use GUI-based answer environment](https://help.codechum.com/teachers/getting-started/give-students-an-activity/how-students-will-answer-this-activity/how-to-use-gui-based-answer-environment.md)
- [How to use questionnaire answer environment](https://help.codechum.com/teachers/getting-started/give-students-an-activity/how-students-will-answer-this-activity/how-to-use-questionnaire-answer-environment.md)
- [How to use web-based answer environment](https://help.codechum.com/teachers/getting-started/give-students-an-activity/how-students-will-answer-this-activity/how-to-use-web-based-answer-environment.md)
- [How to use MySQL database answer environment](https://help.codechum.com/teachers/getting-started/give-students-an-activity/how-students-will-answer-this-activity/how-to-use-mysql-database-answer-environment.md)
- [How to use diagram answer environment](https://help.codechum.com/teachers/getting-started/give-students-an-activity/how-students-will-answer-this-activity/how-to-use-diagram-answer-environment.md)
- [Monitor students](https://help.codechum.com/teachers/getting-started/monitor-students.md)
- [Console application](https://help.codechum.com/teachers/getting-started/monitor-students/console-application.md)
- [Questionnaire](https://help.codechum.com/teachers/getting-started/monitor-students/questionnaire.md)
- [GUI application](https://help.codechum.com/teachers/getting-started/monitor-students/gui-application.md)
- [Web application](https://help.codechum.com/teachers/getting-started/monitor-students/web-application.md)
- [mySQL application](https://help.codechum.com/teachers/getting-started/monitor-students/mysql-application.md)
- [Diagram](https://help.codechum.com/teachers/getting-started/monitor-students/diagram.md)
- [Export grades](https://help.codechum.com/teachers/getting-started/export-grades.md)


---

# 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.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.
