# Initial page

![https://twitter.com/swyx/status/1009174159690264579](/files/-Lb2WNjpEyVlMSGsu6WV)

Inspired by [`Shawn Wang`](https://swyx.io) and [`Aizat Faiz`](https://aizatto.com)

![](/files/-Lb4mWYkTgb5wfYwqI2Y)

This living document serves as my memory palace; in this doc, you will find explanations that work for me. This acts as a generation effect. Generated information is better recalled than read information. Both techniques are meant to strengthen my memory and transfer to my long term storage.

Oftentimes, I find myself looking for the same article or documentation again. It only makes sense for me to organize them here.

✌️


---

# 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:

```
GET https://docs.lovincyrus.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.
