# Home

This site serves as a comprehensive collection of my personal notes, designed to be a valuable resource for both myself and those I share it with, including friends and colleagues. It functions as a knowledge base where insights, ideas, and important information are organized and readily accessible, facilitating learning and collaboration. Whether it's for personal reference or to aid others in their projects or inquiries, this site is continually updated to reflect the most relevant and useful content in various areas of interest.

### Page Contents

#### Workshop Tutorials

This section provides step-by-step tutorials from various workshops attended. Each tutorial aims to enhance skills and knowledge in specific topics, offering detailed instructions and practical examples. Below are the available tutorials:

* [**Container Technologies** ](https://notes.cent0x.com/workshop/)
* **Workshop 2**
* **Workshop 3**

Feel free to explore these tutorials to gain hands-on experience and apply what you learn to your own projects.


---

# 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://notes.cent0x.com/home.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.
