# Main Page

This wiki is a digital garden project. It is inspired by a [Dev community post](https://dev.to/aurelio/how-i-remember-everything-i-learn-19mi). It is neither a book, nor a blog. It is a digital garden providing notes about what I experience and learn.

At the time of writing (Nov. 4th, 2020), this digital garden is under development.

### Links

* DEV Community post: <https://dev.to/aurelio/how-i-remember-everything-i-learn-19mi>
* Example Digital Garden: <https://wiki.nikitavoloboev.xyz/>


---

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