# About the author

Hey! :wave:

I'm just another cybersecurity learner. I have a very bad memory, and found out documenting everything could help. I just thought sharing my write-ups may be useful for other people too.

My suggestion is to try to face the problem on your own first and, if you are struggling, then look for a write-up. In any case, my recommendation is always do your own research.

I'll be adding items as I create them, in the meantime you can visit my [GitHub](https://github.com/g1vi).


---

# 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://allthewriteups.gitbook.io/book/about-the-author.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.
