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

# About Us

### What is Insight Mentor?

Insight Mentor is an AI-powered assistant, designed for students, that automates the entire studying workflow. Instead of spending hours manually summarizing notes, extracting key concepts, or creating flashcards and quizzes, Insight Mentor handles all of it instantly.

### **📘 The Hidden Cost of Learning**

Being a college student is no easy feat. On top of regularly attending lectures, students are expected to juggle exams, extracurriculars, and even provide for their families… But one time-sink consistently flies under the radar:

> **Note-taking and summarizing can swallow 2–3 hours for every hour spent in class.**

This comes from the “Carnegie rule,” a long-standing academic benchmark suggesting that for each hour of instruction, students should expect *two additional hours* of preparation — usually made up of reading, summarizing, & creating study materials.

For a typical 3-credit class, that’s **6+ hours a week** of outside work.

Large national time-use studies show that full-time U.S. college students spend an average of:

> **3.9 hours every single day**
>
> on academic activities — including studying, note-taking, reviewing, and preparing for quizzes.

And despite that effort, students often still feel overwhelmed, behind, and unsure what actually to prioritize.

### **🤔 What Exactly Does Insight Mentor Do?**

Insight Mentor collapses hours of manual prep into seconds by:

* generating clean, easy-to-understand summaries
* highlighting key concepts
* auto-creating flashcards
* instantly building a personalized study plan
* producing short quizzes to reinforce memory
* track the student's mastery over time

Meaning that students gain a better understanding of the ever-changing school-life balance & get to spend more time doing what *actually moves the needle*:\
**learning, practicing, and mastering concepts.**

***

#### **Here's the Problem**

Most of the time that students spend studying is eaten up by:

* rewriting previous lecture notes
* extracting key points
* building flashcards
* organizing study plans
* figuring out what's important

Time wasted on prep instead of actual *learning*.

What's the result?

> Students spend more time **preparing** to study than actually studying.

***

### **Why Does This Matter?**

By automating the tedious parts of studying, Insight Mentor helps learners reclaim:

* **Hours per week** normally spent summarizing
* **Mental energy** spent organizing the material
* **Focus** that’s better used on understanding the content

It’s not just a convenience tool — it’s an accelerant for better learning.

***

### Let's Jump Right In

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">Get Started in Less Than 5 Minutes</td><td></td><td><a href="/insightmentor-docs/documentation/getting-started/quickstart.md">Quickstart</a></td><td></td><td></td><td><a href="/insightmentor-docs/documentation/getting-started/quickstart.md">Quickstart</a></td></tr><tr><td align="center">Generating Notes</td><td>Learn how Insight Mentor makes your study notes</td><td><a href="/insightmentor-docs/documentation/getting-started/publish-your-docs.md">Generating Your First Study Note</a></td><td></td><td></td><td></td></tr><tr><td align="center">Don't Understand a Concept</td><td>Ask your mentor to explain even more</td><td><a href="/insightmentor-docs/documentation/getting-started/quickstart-4.md">Using Mentor Mode (Contextual Q&amp;A)</a></td><td></td><td></td><td></td></tr></tbody></table>


---

# 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://insightmentor.gitbook.io/insightmentor-docs/documentation/readme.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.
