> 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/2005/11/03/moving-on.md).

# Moving on

Gave in (to… myself?), bought a domain, and installed Textpattern. \[ laughs ] This must be… what, the fourth site that I’ve had? But I can probably stick with this one for a while. Hopefully, anyway.

Anyhoo, enjoy the site. There isn’t a whole lot here, as the site’s only been in existence for about two hours (-ish), but give me time and things’ll start showing up.

Also semi-related to moving on: the first term of the year is *over*. This is a very good thing. :) ... Yeah. It’s just *really* good to be done with this last set of classes. Advanced Modern Lit was interesting (a bit painful, actually, but interesting), and Physics was… alright, whatever, so the term wasn’t actually that bad. But I am glad that it’s over with. Next term brings a study hall that I plan to fill with courses taken online through NTC for college & hs credit, which should be cool. $99/credit, which isn’t bad at all when one considers that there’s no other tuition fees. \[ shrugs ]

In any case, it’s nice to move on. Got a fresh start here on a website, starting a fresh term on Monday. Take a deep breath. Now go.


---

# 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/2005/11/03/moving-on.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.
