> 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/education-ai-agents/learning-tools.md).

# Learning Tools

**Learning Tools Overview**

Welcome to the Learning Tools section! This set of tools in Maya AI Copilot for Education is designed to enhance student learning through tailored resources, interactive exercises, and skill-building activities. Whether you're creating cognitive skill questions or designing situational stories, these tools help make learning personalized and engaging. Below, you’ll find a summary of each tool available in this section. Click on each tool's name to access detailed usage instructions and features.

#### Tools Overview

**Cognitive Skill Questions**\
Generate questions based on different cognitive skill levels, helping to assess and develop critical thinking and problem-solving abilities in students.

**Concept Simplifier**\
Provide clear, simplified explanations of complex concepts, ensuring students grasp challenging material with ease.

**Personalized Learning Plan**\
Create individualized learning plans tailored to each student’s needs, supporting targeted instruction and personalized growth.

**Keyword Glossary Generator**\
Generate a glossary of essential terms for specific topics, helping students build vocabulary and understand key concepts.

**Sentence Starter Kit**\
Generate sentence starters to support structured writing, aiding students in constructing well-formed sentences for assignments or essays.

**Informative Text Designer**\
Produce informative texts that break down complex topics into digestible content, making learning accessible for all students.

**Life Skills Story**\
Generate relatable stories to teach essential life skills, helping students navigate social situations through practical examples.

**Math Practice Test Creator**\
Prepare math practice tests tailored to specific levels, supporting skills practice and readiness for assessments.

#### Frequently Asked Questions

**Can I regenerate content to get different options?**\
Yes, the Regenerate button in each tool allows you to refresh content, offering new variations until you find the perfect fit for your students' needs.

**Is it possible to export the generated materials for classroom use?**\
Absolutely. You can Copy the content or Export it as a PDF, making it easy to distribute or print for student use.

**Are these tools adaptable to various grade levels and subjects?**\
Yes, each tool accepts inputs such as grade level and topic, ensuring that the generated resources align with the specific learning objectives and student needs.

**How often can I use the tools?**\
You can use and regenerate each tool as many times as needed, with no restrictions. This allows you to experiment freely to find the best learning resources.

The "Learning Tools" section empowers educators to provide students with tailored learning materials, supporting engagement, skill-building, and academic growth. Dive into each tool to see how Maya AI Copilot can enhance your teaching toolkit and improve student learning outcomes.


---

# 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/education-ai-agents/learning-tools.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.
