# Introduction

This is my personal wiki where I store and share things I know about this world.\
It is served [online](https://wiki.rastitkac.net) in form of a [GitBook](https://gitbook.com) hosted on [GitHub](https://github.com/rastitkac/all-i-know).

## Inspiration

I was heavily inspired to start making this wiki by amazing [Everything I know](https://wiki.nikitavoloboev.xyz/) by [Nikita Voloboev](https://nikitavoloboev.xyz/). You can support him on [GitHub](https://github.com/sponsors/nikitavoloboev) and check out his [other projects](https://nikitavoloboev.xyz/projects).

## Using the wiki

All contents of this wiki is quickly searchable via the search field above or browsable through the tree view to the left.

[Any entry](https://github.com/rastitkac/all-i-know/blob/master/SUMMARY.md) from this wiki is also accessible using [Alfred My Mind](https://github.com/nikitavoloboev/alfred-my-mind) workflow for [Alfred](https://www.alfredapp.com/) made by [Nikita Voloboev](https://github.com/nikitavoloboev).

## Make your own wiki

Checkout other similar to this, continuously updated wikis, [here](https://github.com/RichardLitt/meta-knowledge#readme).

Don't be afraid to create one of your own and share what you know with the world.

## Contributing

If you find a mistake anywhere in this wiki, please, don't hesitate to correct me. You can quickly find any entry you wish to edit by [searching for the topic](https://github.com/rastitkac/all-i-know/find/master) and adding your changes with a PR. GitBook also provides ability to open a GitHub page for any entry in this wiki.

I also appreciate any [ideas you have](https://github.com/rastitkac/all-i-know/issues/new) on how I can improve this wiki.


---

# 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.rastitkac.net/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.
