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

# 2022

- [Lightward Journal](https://www.isaacbowen.com/2022/lightward-journal.md)
- [Aura](https://www.isaacbowen.com/2022/aura.md)
- [12](https://www.isaacbowen.com/2022/12.md)
- [Notes From Time Off](https://www.isaacbowen.com/2022/12/notes-from-time-off.md): From "The Now V17.1"
- [11](https://www.isaacbowen.com/2022/11.md)
- [Pay What Feels Good: Field Notes](https://www.isaacbowen.com/2022/11/pay-what-feels-good-field-notes.md): From "The Now V16.2"
- [09](https://www.isaacbowen.com/2022/09.md)
- [Letter From The Founder](https://www.isaacbowen.com/2022/09/letter-from-the-founder.md): From "The Now V14.2"
- [07](https://www.isaacbowen.com/2022/07.md)
- [Proceed Gently](https://www.isaacbowen.com/2022/07/proceed-gently.md): From "The Now V11"
- [Moving As Yourself](https://www.isaacbowen.com/2022/07/moving-as-yourself.md): From "The Now V12"
- [06](https://www.isaacbowen.com/2022/06.md)
- [Someoddpilot](https://www.isaacbowen.com/2022/06/someoddpilot.md): From "The Now V10"
- [It's All Meant To Be Shed](https://www.isaacbowen.com/2022/06/its-all-meant-to-be-shed.md): From "The Now V10"
- [Celebrating Queerness](https://www.isaacbowen.com/2022/06/celebrating-queerness.md): From "The Now V9"
- [05](https://www.isaacbowen.com/2022/05.md)
- [20220518](https://www.isaacbowen.com/2022/05/18.md)
- [04](https://www.isaacbowen.com/2022/04.md)
- [Is It You We’re Looking For?](https://www.isaacbowen.com/2022/04/is-it-you-were-looking-for.md): From "The Now V7"
- [Hard Work With Great Ease](https://www.isaacbowen.com/2022/04/hard-work-with-great-ease.md): From "The Now V5"
- [02](https://www.isaacbowen.com/2022/02.md)
- [Shall we dance? I mean, sync?](https://www.isaacbowen.com/2022/02/shall-we-dance-i-mean-sync.md): From "The Now V4"
- [... or we could have fun](https://www.isaacbowen.com/2022/02/or-we-could-have-fun.md): From "The Now V3"
- [01](https://www.isaacbowen.com/2022/01.md)
- [Feeling For The Missing Character](https://www.isaacbowen.com/2022/01/feeling-for-the-missing-character.md): A Conversation On Mechanic’s Origin, from "The Now V2"
- [Defaults](https://www.isaacbowen.com/2022/01/defaults.md): From "The Now V1"


---

# 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://www.isaacbowen.com/2022.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.
