# Meta

Here you'll find all the notes that I am willing to share publicly. I continuously update them so this wiki will be like a reflection of my brain. I also use these notes myself for my own reference.

Each folder is a [topic that can include other topics](https://github.com/ioalex/garden/blob/main/SUMMARY.md) under it related to the parent topic.

Again, I will be updating this wiki quite often as I use it myself daily both to keep an account of things I know as well as things I want to know and everything in-between.

Note: Content is in Australian English. You may notice subtle differences in spelling if you're not from around these parts eg. color & colour.


---

# 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.alexhe.io/start/meta.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.
