> For the complete documentation index, see [llms.txt](https://thepolymathproject.gitbook.io/reading/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thepolymathproject.gitbook.io/reading/how-to-read-more-books/create-positive-affordances.md).

# Create Positive Affordances

I don't like it when people talk about motivation, discipline, etc.&#x20;

Rather, whenever possible, I want to set up my life so I don't have to rely on a fragile well of motivation, inspiration, discipline, or whatever.

Possible options:

* Keep books you want to read laying around the house to read
  * Don't overdo this (it's really easy to do digitally)—too much can lead to the [paradox of choice](https://en.wikipedia.org/wiki/The_Paradox_of_Choice) where the struggle to decide prevents you from reading at all.
* Purposely invest in beautiful and/or expensive copies of books you want to read. (In other words, leverage the [sunk cost fallacy](https://en.wikipedia.org/wiki/Sunk_cost).


---

# 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://thepolymathproject.gitbook.io/reading/how-to-read-more-books/create-positive-affordances.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.
