# Introduction

Inspired by [Pajn](https://github.com/Pajn/collected-thoughts) I decided to start collect my own resources somewhere. This will be both stuff that I want to have close at hand, stuff I want to be able to come back to but also stuff I want to read sometime in the future. I started this out as a single markdown document but as it got bigger and bigger it got harder to find stuff in, and thereby wasn't very helpful anymore, so I moved it to GitBook.


---

# 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://resources.oskarklintrot.se/readme.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.
