> 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/advanced_learning_blueprint.md).

# Advanced\_Learning\_Blueprint

The Advanced Learning Blueprint tool in Maya AI Copilot for Education is designed for educators who wish to create challenging learning plans for advanced or gifted students. This tool enables teachers to provide high-achieving students with more in-depth and rigorous material.

What does the Advanced Learning Blueprint do?\
This tool generates tailored learning plans with activities and resources that push beyond the standard curriculum. It’s particularly useful for fostering advanced critical thinking and independent learning.

How to Use the Advanced Learning Blueprint\
Step 1: Accessing the Tool\
Navigate to the Maya AI Copilot tools dashboard.\
Click on the Advanced Learning Blueprint tool to begin.

Step 2: Input Information\
On the tool page, you will be prompted to provide information such as:\
\- \*\*Subject\*\* (e.g., Mathematics, Physics)\
\- \*\*Grade Level\*\* (e.g., High School, College Prep)\
\- \*\*Learning Goals\*\* (e.g., “Master advanced calculus,” “Analyze Shakespearean themes”)

Step 3: Generate the Learning Blueprint\
Click the Generate button after inputting the required details.\
The AI will generate an advanced learning plan tailored to the inputs provided.

Step 4: Reviewing and Refining Results\
If you want a different focus or structure, click the Regenerate button to receive a new plan.

Step 5: Saving and Exporting\
You can Copy the learning blueprint or Export it as a PDF for sharing with students or fellow educators.

Step 6: Returning to the Dashboard\
To explore more tools, click the Dashboard button.

The Advanced Learning Blueprint tool is invaluable for teachers dedicated to providing gifted students with a stimulating and challenging educational experience.


---

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