> For the complete documentation index, see [llms.txt](https://nkintc.gitbook.io/brainless/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nkintc.gitbook.io/brainless/meta/unreleased.md).

# \[unreleased]

One of my biggest regrets from college is not saving my work and notes: at the time it seemed reasonable but as the years have worn on my recollection of events has deteriorated into nothingness. only the barest essentials from the various classes remain and even then the details are hazy at best. this is a motivation for putting all of my notes online given the movement towards open source where and the free and readily available storage a consumption of knowledge.

Ideally these would have gone up when I was first introduced to this information for the best possible retention but this idea was not available to me at that point. Additionally the re consumption of this knowledge will help rebuild those knowledge bonds more firmly than before

###


---

# 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://nkintc.gitbook.io/brainless/meta/unreleased.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.
