> 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/2018/1to4.md).

# 1to4

1to4 is/was/whatever a spiritual successor to [Heartbeat](/2014/heartbeat.md). To use it is to have a conversation with an earnestly interested party about how you're doing, using simple, unambiguous terms.

I wrote a letter to the user, published at [/why](/2018/1to4/why.md), to set the tone for its use. Though, of course, every piece of it was designed to give off the same vibe of simple love, no matter how much of it the user actually found. And parts of it *are* meant to be "found", through exploration, just like a conversation. It operated almost like a piece of [interactive fiction](https://en.wikipedia.org/wiki/Interactive_fiction), but one in which the user is writing the story.

1to4 texts the user daily to see how they're doing on a 1-2-3-4 scale, and then sends that number to any configured recipients -- anyone who the user trusts to understand what a "4" or a "2" (or whatever) means for them. The recipient can text back a heart. That's it. I designed it to be a low-emotional-cost method for staying connected with others.

It used a passwordless auth system, texting the user a numeric code to enter back into the interface for authentication. This solidly predated the proliferation of two-factor auth, which is neat. :)

<figure><img src="/files/mjRtXk3BOzKUwtHMYY9p" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/unkRQBO3gDzd4UCA2JNh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/iWAoQ0JGRKP0JejOdMQh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/PRsLr6gMtQNPhxlGy98f" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/mM6j2o8XmUJu3JhlNW9i" alt=""><figcaption></figcaption></figure>


---

# 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/2018/1to4.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.
