# Welcome

Hi there :wave:

This is my personal knowledge space where I try to document and share everything I know about this world in form of an [online GitBook](https://docs.thottingal.in/) hosted on [GitHub](https://github.com/santhoshtr/docs). I also write blog posts in[ my blog](https://thottingal.in/blog) occassionally, but eventually I organize the content here and try to keep it updated.

My native language is Malayalam. So you will see good amount of content in this space written in Malayalam.

**But who am I? If you are curious, please read this brief self introduction:**

{% content-ref url="self" %}
[self](https://docs.thottingal.in/self)
{% endcontent-ref %}

## Digital garden 🌱 <a href="#grow-your-own-digital-garden" id="grow-your-own-digital-garden"></a>

In basic terms, it is a different format for written content on the web. It’s about moving away from blog posts ordered by dates and categories, into more of an interlinked web of notes. Blog posts are articles at a point in time, while here it is living document. [Digital gardens](https://joelhooks.com/digital-garden) are also known as [Zettelkasten](https://en.wikipedia.org/wiki/Zettelkasten) or Second Brain.

I got inspiration from [Nikita Voloboev](https://wiki.nikitavoloboev.xyz/) to start this space. There is a [DigitalGardens community on Reddit](https://www.reddit.com/r/DigitalGardens/) which discusses tools to maintain & create these wikis. As well as how to use them to develop [new transformative tools for thought](https://numinous.productions/ttft/).

[A curated list of awesome Public Zettelkastens / Second Brains / Digital Gardens](https://github.com/KasperZutterman/Second-Brain)

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

## Using content from this site

Feel free to use content from this site. I would be happy to see the source acknowledged, but won't sue you for not doing it :slight\_smile: .

There is no permananent links in this site, except the domain. Since this is a living document, I rearrange the content very often. None of the content can be considered as complete.


---

# 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://docs.thottingal.in/readme.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.
