# Development

Here I'm gonna put things related to development. The goal is to collect some articles/talks/recipes that can stand the test of time.

In other knowledge base I saw, it is quite common to post just a bunch of links. But often, some of these links are dead and they are hard to maintain. I think it would be better to have mixed approach - for each important article or topic there should be a summary or abstract, or even better, some code examples.


---

# 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://avmaslakov.gitbook.io/memoria/development.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.
