> 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/more-features-you-may-want-to-explore.md).

# More Features you may want to explore

- [Classes Section](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/classes-section.md)
- [How to view grades](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/classes-section/how-to-view-grades.md)
- [How to view lessons](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/classes-section/how-to-view-lessons.md)
- [How to post announcements](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/classes-section/how-to-post-announcements.md)
- [Activities Section](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/activities-section.md)
- [How to edit student's score](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/activities-section/how-to-edit-students-score.md)
- [Questionnaire](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/activities-section/how-to-edit-students-score/questionnaire.md)
- [Other items](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/activities-section/how-to-edit-students-score/other-items.md)
- [How to reschedule/extend activities](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/activities-section/how-to-reschedule-extend-activities.md)
- [How to allow your student to retake the activity](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/activities-section/how-to-allow-your-student-to-retake-the-activity.md)
- [How to exempt your student from answering the activity](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/activities-section/how-to-exempt-your-student-from-answering-the-activity.md)
- [How to check for potential cheating](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/activities-section/how-to-check-for-potential-cheating.md)
- [Items Section](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/items-section.md)
- [How to create an item](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/items-section/how-to-create-an-item.md)
- [How to create a Console-based item](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/items-section/how-to-create-an-item/how-to-create-a-console-based-item.md)
- [How to create a Questionnaire item](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/items-section/how-to-create-an-item/how-to-create-a-questionnaire-item.md)
- [How to create a GUI-based item](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/items-section/how-to-create-an-item/how-to-create-a-gui-based-item.md)
- [How to create a Web-based item](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/items-section/how-to-create-an-item/how-to-create-a-web-based-item.md)
- [How to create a MySQL database item](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/items-section/how-to-create-an-item/how-to-create-a-mysql-database-item.md)
- [How to create a Diagram item](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/items-section/how-to-create-an-item/how-to-create-a-diagram-item.md)
- [How to use your item in an activity](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/items-section/how-to-use-your-item-in-an-activity.md)
- [Playground Section](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/playground-section.md)
- [How to use the Playground](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/playground-section/how-to-use-the-playground.md)


---

# 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/teachers/more-features-you-may-want-to-explore.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.
