# Meta

Below you will find all the notes I made. I continuously update them and I use them myself for my own reference. I try to write things and structure them so everyone can benefit from reading them or even reference what I know easily and quickly.

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

If this is your first time visiting this wiki, you can just start reading from the top entry down and see what sparks your interest.

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.

If you find a mistake, especially if something that I say is plain wrong, please fork [this repository](https://github.com/baileye/knowledge) and make a PR with correct changes. Or [open an issue](https://github.com/baileye/knowledge/issues/new) saying what you think is wrong.

Aside from GitBook search above, you can also use GitHub [file](https://github.com/baileye/knowledge/find/main) & [text](https://github.com/baileye/knowledge/search?q=azure\&unscoped_q=azure) searches.

## Content Structure

Each topic will have a title, some description of it, usually my own thoughts and knowledge on it as well as referencing some resources or links I have liked or used that helped me either understand the topic or gain appreciation of it.

The structure of each of the posts will often look roughly like this:

1. Title
2. Description - My thoughts on the topic.
3. Subtopics - Various subtopics related to the main topic.
4. Notes - My own personal notes on the matter as well as things I found interesting on the internet regarding the topic. I often give a link of where I got things from.
5. Code - Code snippets.
6. Links - Links related to the topic.

If you are interested in how I maintain and write this wiki, I wrote about it in detail [here](https://github.com/baileye/knowledge/blob/main/other/wiki-workflow.md).

## Attribution

Heavily inspired by this wiki: <https://github.com/nikitavoloboev/knowledge>, super awesome work and a great starting point for my own workflow.


---

# 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.eb.ie/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.
