> For the complete documentation index, see [llms.txt](https://docs.simple.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simple.org/onboarding/recommended-reading-material.md).

# Recommended reading

## Books

[Mountains Beyond Mountains](https://en.wikipedia.org/wiki/Mountains_Beyond_Mountains) about Paul Farmer (Partners in Health).

[Epic Measures](https://www.harpercollins.com/products/epic-measures-jeremy-n-smith?variant=32208098328610) about how data should inform health policy.

[Factfulness](https://www.gapminder.org/factfulness-book/), a very readable and helpful way of thinking about the world in rational terms.

## Resolve to Save Lives

Article on the [Hypertension-control program](https://drive.google.com/file/d/1m6MrA7zuKZta_zIeOIftzPwh8Ht9JPma/view?usp=sharing)

[Approach to treating hypertension](https://resolvetosavelives.org/cardiovascular-health/hypertension)

[WHO-HEARTS-technical package](https://drive.google.com/file/d/1R_HLcMNRCqBvvlSajkFCq7zLq6byx7S3/view?usp=sharing), a detailed manual that forms the basis for Resolve's hypertension program

[Hypertension treatment card](https://drive.google.com/file/d/1FN8Vullc5wJJXnh5bIUSyYSKmaQpeudN/view?usp=sharing) for areas that are using the paper system

[Patient ID card (Hindi version)](https://drive.google.com/file/d/1oKHTYTZT4zU2SlJ_xTA4de3XSFwqjsgK/view?usp=sharing) issued to patients in areas that are using the paper system


---

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

```
GET https://docs.simple.org/onboarding/recommended-reading-material.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.
