> For the complete documentation index, see [llms.txt](https://book.moneyblind.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.moneyblind.net/contents.md).

# Other

- [What this book is about](https://book.moneyblind.net/contents/synopsis.md): Summary, synopsis, and bribery
- [What this book isn't about](https://book.moneyblind.net/contents/non-contents.md): The non-contents
- [This book's logical flow](https://book.moneyblind.net/contents/flow.md): A cascade of insights: the arguments in order
- [If... Then...](https://book.moneyblind.net/contents/if-then.md): If you're looking for a particular argument, then go to the relevant page
- [Stories](https://book.moneyblind.net/contents/storytime.md): Links to the anecdotes for when you're bored of the arguments
- [Contact and comments](https://book.moneyblind.net/contents/contact.md): Hello! Want to say hello back? Or something else?
- [Editing guidance](https://book.moneyblind.net/contents/madness.md): Punishment for gluttons
- [Endnotes](https://book.moneyblind.net/contents/endnotes.md): An alphabetical list of all the references, to give a flavour of this book's influences. The most valuable books for personal finance rarely have anything directly to do with finance.


---

# 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://book.moneyblind.net/contents.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.
