# Introduction

My second brain 🧠

Where I take notes (both public and private), so that I can:

* Remember things that aren't important right now and I know I'll forgot
* Publish them online so that others can benefit from my research and learnings
* Easily create, query, and view notes using an Alfred workflow

> **Note:** These notes often go stale or unmaintained. Nothing in here what I believe -- either at the time of writing, or now. They are just data points that I once decided to write down (and may clean up at some point)


---

# 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://wiki.abramczyk.dev/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.
