> For the complete documentation index, see [llms.txt](https://digitalgarden.batamladen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digitalgarden.batamladen.com/notes/readme.md).

# Intro

## Notes

This space is created to be a second brain :brain: for the things I am learning, so I can come back here and remind myself about a certain topic if I need to.

The whole point of this notes is to keep things simple and understandable for me and hopefully for someone else as well.

Sharing the things I'm learning.

{% hint style="info" %}
I have taken this notes based on my own understandings and there might be something that I did not fully understand. Do not use the information here for any illegal activities, this is only for educational purpose.
{% endhint %}

***

#### Check out my other projects and content about things I am passionate about below😄

<img src="/files/4ejmElyxIQwJbUbb8z6W" alt="" data-size="line">  [**Armadillo**](https://github.com/batamladen/Armadillo) - An Encryption App

<img src="/files/CJss1cJfPhBpM8Mxt1UH" alt="" data-size="line"> [**PythonHub**](https://www.instagram.com/_python_hub/) **-** Instagram Page

:robot: [**Webort**](https://batamladen.github.io/Webort/index.html) - Portfolio Website Generator

***

## **Social**

[Linkedin](https://www.linkedin.com/in/mladen-nikolov-1b4720200/) <img src="/files/TkYP8amuYOP8FrQCwgMK" alt="" data-size="line">

[GitHub](https://github.com/batamladen) <img src="/files/PjxSm9xCfrlatj3orW9h" alt="" data-size="line">

[Instagram](https://www.instagram.com/bata_mladen/) <img src="/files/x4t7MJeMiOou3MhM2HAx" alt="" data-size="line">


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://digitalgarden.batamladen.com/notes/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
