> For the complete documentation index, see [llms.txt](https://maya-ai.gitbook.io/maya/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maya-ai.gitbook.io/maya/master/how-to-for-teachers.md).

# How-To for Teachers

- [Integrating Maya AI Copilot in Your Curriculum](https://maya-ai.gitbook.io/maya/master/how-to-for-teachers/integrating-maya-ai-copilot-in-your-curriculum.md)
- [Introduction to Curriculum Integration](https://maya-ai.gitbook.io/maya/master/how-to-for-teachers/integrating-maya-ai-copilot-in-your-curriculum/introduction-to-curriculum-integration.md)
- [Aligning AI Tools with Learning Objectives](https://maya-ai.gitbook.io/maya/master/how-to-for-teachers/integrating-maya-ai-copilot-in-your-curriculum/aligning-ai-tools-with-learning-objectives.md)
- [Incorporating AI in Lesson Planning](https://maya-ai.gitbook.io/maya/master/how-to-for-teachers/integrating-maya-ai-copilot-in-your-curriculum/incorporating-ai-in-lesson-planning.md)
- [Enhancing Assessments with AI](https://maya-ai.gitbook.io/maya/master/how-to-for-teachers/integrating-maya-ai-copilot-in-your-curriculum/enhancing-assessments-with-ai.md)
- [Supporting Diverse Learning Needs](https://maya-ai.gitbook.io/maya/master/how-to-for-teachers/integrating-maya-ai-copilot-in-your-curriculum/supporting-diverse-learning-needs.md)
- [Example Use Cases: Real-World Applications of Maya AI Copilot for Education](https://maya-ai.gitbook.io/maya/master/how-to-for-teachers/example-use-cases-real-world-applications-of-maya-ai-copilot-for-education.md)
- [Teacher Professional Development](https://maya-ai.gitbook.io/maya/master/how-to-for-teachers/teacher-professional-development.md)
- [Teacher Onboarding Checklist](https://maya-ai.gitbook.io/maya/master/how-to-for-teachers/teacher-onboarding-checklist.md)
- [Student Engagement Strategies](https://maya-ai.gitbook.io/maya/master/how-to-for-teachers/student-engagement-strategies.md)
- [Managing Assessments with AI](https://maya-ai.gitbook.io/maya/master/how-to-for-teachers/managing-assessments-with-ai.md)
- [Parent Communication and Engagement](https://maya-ai.gitbook.io/maya/master/how-to-for-teachers/parent-communication-and-engagement.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://maya-ai.gitbook.io/maya/master/how-to-for-teachers.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.
