# Introduction

My name is Stefan. I have a BSc in cultural anthropology and I'm working on getting one in artificial intelligence. This is a place for me to keep and browse my notes on various topics that I find interesting. They are written in extended [markdown](https://daringfireball.net/projects/markdown/), a portable plain text format, and displayed (in full) on [GitBook](https://stfwn.gitbook.io/exobrain). You can find the corresponding git repository on GitHub [here](https://github.com/stfwn/exobrain).

If you are viewing this repository on GitHub I recommend you switch to GitBook ([link](https://stfwn.gitbook.io/exobrain)), which supports a subset of LaTeX and renders a table of contents. Their website should be quite mobile-friendly.

If you find an error or have a suggestion I would be very happy to receive your pull request.


---

# 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://exobrain.stfwn.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.
