> For the complete documentation index, see [llms.txt](https://mytutors-organization.gitbook.io/mytutor.io-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mytutors-organization.gitbook.io/mytutor.io-academy/advanced-learning/markdown.md).

# Learn Mode

### **Chat to Your Textbook**

Say goodbye to flipping through heavy textbooks! **Learn Mode** brings your syllabus to life by letting you chat directly with your personalized, AI-powered textbook. Pick a topic or unit, and Quark will generate clear, syllabus-aligned cards filled with all the key information you need to succeed.

***

**How It Works**

1. **Pick Your Topic or Unit**\
   Just tell Quark what you want to learn—choose a subject, topic, or unit from your syllabus.
2. **Your Textbook, On Demand**\
   Quark creates detailed, easy-to-read cards packed with everything you need to know, perfectly aligned with your curriculum.
3. **Learn and Ask**\
   Want more detail or clarification? Ask Quark questions directly while reading, and it will provide instant explanations to deepen your understanding.

***

**Why Use Learn Mode?**

* **Syllabus-Aligned Content:** Stay focused on what matters most for your exams.
* **Textbook in Your Pocket:** No more searching through pages—get instant access to the exact information you need.
* **Interactive Learning:** Ask questions and get answers without switching tools.
* **Study Smarter:** Learn faster with concise, clear explanations designed just for you.


---

# 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://mytutors-organization.gitbook.io/mytutor.io-academy/advanced-learning/markdown.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.
