# 97 вещей, которые должен знать каждый программист

*Жемчужины мудрости для программистов, собранные ведущими специалистами-практиками.*

Это перевод [проекта '97 вещей, которые должен знать каждый программист'](http://programmer.97things.oreilly.com/wiki/index.php/97_Things_Every_Programmer_Should_Know).

Весь текст находится под лицензией [Creative Commons Attribution Non Commercial Share Alike 3.0 license](http://creativecommons.org/licenses/by-nc-sa/3.0/).

Если вы обнаружили ошибки или у вас есть какие-либо предложения, вы можете создать [issue](https://github.com/97-things/97-things-every-programmer-should-know/issues) или сделать [pull request](https://github.com/97-things/97-things-every-programmer-should-know/pulls) в [репозиторий](https://github.com/97-things/97-things-every-programmer-should-know).

Переведено пользователем ЖЖ под ником [avl](http://avl.livejournal.com/profile). Оригинал перевода можно найти [здесь](http://avl.livejournal.com/89477.html).


---

# 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://97-things-every-x-should-know.gitbook.io/97-things-every-programmer-should-know/ru.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.
