# About Me

Hello, I'm Tyler!

I enjoy gaming, exploring the world of homelabbing, taking part in CTF's and generally working in tech/security.

I am using this gitbook/blog/notes thing to help me on my journey and will include a lot of information I find useful. Whether you're here for tips on security or just curious about my projects, I hope you'll find something that sparks your interest!

## Writeups

{% tabs %}
{% tab title="HackTheBox" %}
My HackTheBox profile is [here](https://app.hackthebox.eu/profile/137731)

{% content-ref url="writeups/hackthebox" %}
[hackthebox](https://blog.tyler-staut.cloud/writeups/hackthebox)
{% endcontent-ref %}
{% endtab %}

{% tab title="TryHackMe" %}
My TryHackMe profile is [here](https://tryhackme.com/p/TylerStaut)

{% content-ref url="writeups/tryhackme" %}
[tryhackme](https://blog.tyler-staut.cloud/writeups/tryhackme)
{% endcontent-ref %}
{% endtab %}
{% endtabs %}


---

# 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://blog.tyler-staut.cloud/readme.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.
