# Readme

## About this blog space

This space is just an area for **miscellaneous blog content.** You'll find that my content is sectioned under different topics which aren't too large. If I have much to talk about a particular theme, I move them to a dedicated blog space so it's easier to maintain.

## My other blog spaces

If you're interested in checking out more focused content, you can find my other blog spaces down below where I write under the following topics:

| Topic     | URL                                                                               |
| --------- | --------------------------------------------------------------------------------- |
| Design    | <https://ryotokuro.gitbook.io/design>                                             |
| Languages | [https://ryotokuro.gitbook.io/languages](https://ryotokuro.gitbook.io/languages/) |
| Microsoft | [https://ryotokuro.gitbook.io/microsoft](https://ryotokuro.gitbook.io/microsoft/) |
| Problems  | <https://ryotokuro.gitbook.io/problems>                                           |
| Projects  | <https://ryotokuro.gitbook.io/projects>                                           |
| Security  | <https://ryotokuro.gitbook.io/security>                                           |


---

# 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://ryotokuro.gitbook.io/blog/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.
