# Documentation & Work Habits Part 1

```
## Documentation & Work Habits

"I document everything I build — I maintain a public 
GitBook site and GitHub repository for my lab projects, 
including troubleshooting steps and the reasoning behind 
every configuration decision."

"My documentation philosophy is that mistakes and 
troubleshooting are just as important to record as 
successful configurations — that's how real IT work 
gets done."

---

## The Big Picture Statement
*(Use this as an opener when asked to introduce yourself)*

"I'm currently building out a bare metal lab on physical 
hardware — two Lenovo ThinkCentre M700s pulled from a 
corporate environment that I wiped and rebuilt from 
scratch. I've stood up an Active Directory environment 
with Windows Server 2019, built client VMs, configured 
GPOs, and I'm working toward MSP-relevant skills 
including AD migration, Azure AD integration, and network 
automation. Everything is documented publicly on my 
GitBook."
```


---

# 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://stefs-documentation.gitbook.io/stefs-documentation-docs/career-skills/professional-talking-points/documentation-and-work-habits-part-1.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.
