# Introduction

This solution was created during a quest for the ideal - both in terms of management and in terms of TRIZ (the Theory of the Inventive Problems Solving).

The wording of ideal (which corresponds to a spirit and intention which was formulated by [Genrikh Altshuller](https://altshuller.ru/), while creating TRIZ, and which promoted the development) is as follows:

**1)** Ideal program is program which can be maintained and even improved by a programmer with a lower qualification then the author, and even without author being involved.

**2)** Ideal program is program which does not require any changes and / or additions to the code if new functionality is added (in fact, for ideal program increasing functionality leads to reducing amount of code); And all this without any harm to any of its characteristics (for example, performance, etc.).

And with programs written so fast and maintained so simply, their creation and maintenance could be entrusted to children. So the adults could spend their time doing great revelations.


---

# 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://it.triz-ri.com/introduction.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.
