# Brain Dump: Active Reading Techniques

{% hint style="info" %}
This is a quick "brain dump" off all the strategies / techniques I can think off for better active reading. Sorting will be done later... maybe.
{% endhint %}

Active reading:

* Take a walk and think / talk through the text. I find this helps me to the "big picture" thinking I need to do to situate and idea, connect it to abstractions, etc.
* Iterative reading - Going from TOC / headings, etc. -> first casual read -> deep dive read
* Seminars / discussion groups - In the style of [The Partially Examined Life](http://partiallyexaminedlife.com/)
* Summarizing the ideas
* Connecting / abstracting in-book ideas to other thinkers
* Asking questions (helps you detect holes in your knowledge)
* Drawing diagrams (I've never been very good at this... Perhaps a dispositional thing?)
*

Other things that people recommend (but I don't like):

* Copy a passage word-for-word. I dislike this for the same reason that I disliked copying Chinese characters hundreds of times as a child—it does not turn things into an active process.
*


---

# Agent Instructions: 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:

```
GET https://thepolymathproject.gitbook.io/reading/reading-deeply-going-from-passive-to-active/brain-dump-active-reading-techniques.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
