> 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/2021/01/01.md).

# 20210101

Friends! THE NEW YEAR!

Here's what I'm taking with me: the idea that there is wanted and unwanted in every. single. thing. In my clothes, in what I'm sitting on, in my food, in whoever I'm talking to, in my partner, what my partner just said, in EVERYTHING. So, I'm looking for the wanted. I've got a little flag in my brain now that goes up when I start to fixate on something that feels shitty, and when that flag goes up I pause for a second and go "oh hang on, where's the \*wanted\* in this?". It's always there.

Tiny idea. Try it on. ;) Look for the wanted, the wanted-by-you-specifically. It's in everything, and it is your path forward.

Happy new year, dear friends. Deep breaths, in repose; fast breaths, in dance. I feel the joy running underneath everything, lifting us up, coaxing us toward our own expansion.

Thank you for being here, in every sense, in every way. :)

{% hint style="info" %}
Originally sent out [via email](https://lightward.com/campaigns/view-campaign/3XdmBYpnyZB9coX0bNo1pmf3QeiLzfxI9EpCc7OXqbmF4zLFxHfaVcHcn3NGwDVADco8E5BYnCCx01h8-hISNvVHwn6BQSSq)
{% endhint %}


---

# 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/2021/01/01.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.
