# Start here!

## What is this?

I spend a lot of time online. This wiki is a way for me to catalog the things that I find as well as organize my notes and writings.&#x20;

## How does it work?

All of the information is hosted on my [Github](https://github.com/pmohun/knowledge) and written in Markdown. Content is organized into topics and contains raw notes, links to projects, and references. Although the wiki is mostly for personal use, I try to write in a way that makes it accessible for anyone.&#x20;

## How do I use it?

Feel free to start with the sidebar and poke around for topics you find interesting. You can also use the search bar for keywords.&#x20;

## Get in touch.

You can provide comments by editing this repository [on Github](https://github.com/pmohun/knowledge/pulls).&#x20;

If you want to reach out directly, you can reach me at philmohun (at) gmail.com

I also write blogs [on Medium](https://medium.com/@philmohun/latest), post short stories [on my website](https://philmohun.com), publish a [weekly newsletter](https://philmohun.substack.com), and think aloud [on Twitter](https://twitter.com/philmohun).


---

# 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://wiki.philmohun.com/master.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.
