# Home

This is a wiki format personal hub of documenting things I've learned, so that I can look back and recall stuff that I once discovered and don't need to restart from scratch. Sometimes I send people to one of these pages instead of needing to write some repetitive answer over again. This wiki is always a work in progress, and that's just how it's supposed to be.

If you are a random visitor, feel free to use any knowledge you find here, I'm happy if it helped. If you have any comments though, I'm also happy if you keep it. These pages are not intended to strike a conversation. I may be mistaken at some points but I like it that way. Thanks for respecting this.

{% content-ref url="rpg" %}
[rpg](https://wiki.csabavarga.me/rpg)
{% endcontent-ref %}

{% content-ref url="board-games" %}
[board-games](https://wiki.csabavarga.me/board-games)
{% endcontent-ref %}


---

# 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.csabavarga.me/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.
