# Introduction

Have something I should include? [Open a ticket on GitHub](https://github.com/narthur/knowledge/issues/new); or, better yet, submit a pull request.

[Change log](https://github.com/narthur/knowledge/commits/master)

[GitBook help](https://docs.gitbook.com/)

## Similar Projects

[Buster Benson | Piles](https://busterbenson.com/piles/) - "Unstructured thoughts on various themes."

[Nikita Voloboev's "Everything I Know" site](https://wiki.nikitavoloboev.xyz/) - This was the original inspiration behind this site.


---

# Agent Instructions: 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:

```
GET https://brain.nathanarthur.com/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
