# Intro

A digital garden is a concept that combines the idea of a personal blog with the structure of a garden. It is a collection of notes, ideas, and musings that are grown and nurtured over time. Unlike a traditional blog, a digital garden is not focused on publishing finished articles or posts, but rather on creating a living, growing space for thoughts and ideas to take root and evolve. It is a place for exploration, experimentation, and discovery, and it can be a valuable tool for personal growth and learning.\
\
Thanks to **Hrishi**([stultus](https://wiki.stultus.in/)) introducing me to the concept of digital gardens and motivating me to start my own. And if you haven't already, be sure to check out **Mehar's** [Kinassery](https://wiki.meharmp.in/) and **Sanjay's** [Curoisity](https://sjaykh.gitbook.io/curiosity/), their digital gardens.

> *<mark style="color:green;">"A digital garden is not just a collection of words and ideas, it's a living and breathing ecosystem of thoughts, a place where knowledge grows and blossoms with every new insight and connection."</mark>*\
> \
> \- ChatGPT


---

# 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.niyasv.com/intro.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.
