> 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/2008/09/02.md).

# 20080902

mech test

<https://www.flickr.com/photos/isaacbowen/2823420908/>

<figure><img src="/files/WxJKChFFpTUbRUrm3x7m" alt="A high-contrast color photograph of a person sitting against a white wall, wearing a dark t-shirt and jeans. They&#x27;re holding a posable magnifying glass with an adjustable arm in front of their eye. The image has been digitally manipulated so that the magnifying glass appears to contain the entire photograph itself, creating a recursive effect where the image contains itself infinitely. Some electronic equipment and objects are visible on surfaces in the background."><figcaption></figcaption></figure>

{% hint style="info" %}
This comes up later: [20241202](/2024/12/02.md)
{% 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/2008/09/02.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.
