> 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/admin-tools/concept_mastery_ideas.md).

# Concept\_Mastery\_Ideas

The Concept Mastery Ideas tool in Maya AI Copilot for Education is designed to help teachers develop effective strategies for teaching challenging concepts. By breaking down complex ideas, this tool helps educators ensure students fully understand and retain material.

What does the Concept Mastery Ideas tool do?\
This tool provides targeted approaches for teaching complex ideas, offering methods to enhance comprehension and support mastery.

How to Use the Concept Mastery Ideas Tool\
Step 1: Accessing the Tool\
Open the Concept Mastery Ideas tool from the Maya AI dashboard.

Step 2: Input Information\
You’ll see prompts to enter details, including:\
\- \*\*Subject\*\* (e.g., Chemistry, Algebra)\
\- \*\*Specific Concept\*\* (e.g., “Periodic table organization,” “Solving quadratic equations”)

Step 3: Generate Mastery Strategies\
After entering the information, click the Generate button.\
The AI will provide strategies tailored to your inputs, helping students achieve mastery.

Step 4: Reviewing and Refining Results\
Click Regenerate if you’d like different strategies.

Step 5: Saving and Exporting\
Copy or Export the strategies to PDF for sharing or planning purposes.

Step 6: Returning to the Dashboard\
Click the Dashboard button to explore other tools.

The Concept Mastery Ideas tool is an invaluable resource for teachers focused on ensuring students deeply understand key concepts.


---

# 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/admin-tools/concept_mastery_ideas.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.
