# About This Site

Approachable Tech Guides was made as part of my college thesis project. I believe that Linux and open source software should be accessible to everybody, but many guides online are written for people with advanced tech knowledge. My goal is to create a helpful source of guides and tutorials that people of any skill level can learn from.

If you have suggestions or comments about this project, please let me know! You can send email to `guides@bhersh.com`. I look forward to hearing from you.


---

# 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://guides.bhersh.com/about-this-site.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.
