# README

## What is this?

This repository is my attempt to maintain self-authored walkthroughs, tutorials, and general explanations for a wide variety of *mostly* software/technology-related topics.

## What topics are covered?

| Topic                   | Author(s) | Last Updated |
| ----------------------- | --------- | ------------ |
| [HTTP](/topics/http.md) | @jerluc   | 2021-04-22   |

## Can I help?

Sure thing! I'd be happy to discuss merging any contributions containing changes (e.g. edits, new topics, etc.). Just open up a new PR with a brief description of your changes, and we'll go from there!

## How is this information licensed?

See the license [here](https://github.com/jerluc/wtx/tree/102ae1683984de6b4ad6a0298c6645bbd2779e8b/LICENSE.md)


---

# 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://wtx.jerluc.com/undefined.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.
