# Посібники

- [Як і де писати код?](https://shpp.gitbook.io/zero/tutorials/first-code.md)
- [Команди](https://shpp.gitbook.io/zero/tutorials/commands.md)
- [Hello world](https://shpp.gitbook.io/zero/tutorials/commands/hello-world.md): "Привіт, світ" — перша задача майже всіх програмістів :)
- [Обміняти змінні місцями](https://shpp.gitbook.io/zero/tutorials/commands/swap.md)
- [Коментування](https://shpp.gitbook.io/zero/tutorials/comments.md)
- [Введення і виведення даних](https://shpp.gitbook.io/zero/tutorials/input-output.md)
- [Наступне число](https://shpp.gitbook.io/zero/tutorials/input-output/get-next-number.md)
- [Сума двох чисел](https://shpp.gitbook.io/zero/tutorials/input-output/addition.md)
- [Докладніше про типи даних](https://shpp.gitbook.io/zero/tutorials/data-type.md)
- [if/else розгалуження](https://shpp.gitbook.io/zero/tutorials/if-else.md)
- [Км/день-1](https://shpp.gitbook.io/zero/tutorials/if-else/km-day-1.md)
- [Км/день-2](https://shpp.gitbook.io/zero/tutorials/if-else/km-day-2.md)
- [Ліфт Empire State Building](https://shpp.gitbook.io/zero/tutorials/if-else/empire-state-building-lift.md)
- [Цикли](https://shpp.gitbook.io/zero/tutorials/loops.md)
- [Зірочки](https://shpp.gitbook.io/zero/tutorials/loops/stars.md)
- [Числовий ряд](https://shpp.gitbook.io/zero/tutorials/loops/numbers_sequence.md)
- [Квадрат](https://shpp.gitbook.io/zero/tutorials/loops/square.md)
- [Трикутники](https://shpp.gitbook.io/zero/tutorials/loops/triangles.md)
- [Ялинка](https://shpp.gitbook.io/zero/tutorials/loops/christmas_tree.md)
- [Найбільше парне число](https://shpp.gitbook.io/zero/tutorials/loops/highest_even_number.md)
- [Сума послідовності чисел](https://shpp.gitbook.io/zero/tutorials/loops/sum_of_numbers_sequence.md)
- [Масиви](https://shpp.gitbook.io/zero/tutorials/arrays.md)
- [Міста](https://shpp.gitbook.io/zero/tutorials/arrays/cities.md)
- [Банкомат](https://shpp.gitbook.io/zero/tutorials/arrays/atm.md)
- [Відцентрована штука](https://shpp.gitbook.io/zero/tutorials/arrays/centered-thing.md)
- [Рядки](https://shpp.gitbook.io/zero/tutorials/strings.md)
- [Кількість слів у рядку](https://shpp.gitbook.io/zero/tutorials/strings/words-counter.md)
- [Найдовше слово](https://shpp.gitbook.io/zero/tutorials/strings/longest-word.md)
- [Функції](https://shpp.gitbook.io/zero/tutorials/functions.md)
- [Hello world (Codewars)](https://shpp.gitbook.io/zero/tutorials/functions/hello-world-codewars.md)
- [Рядок в число](https://shpp.gitbook.io/zero/tutorials/functions/string-to-number.md)
- [Число в рядок](https://shpp.gitbook.io/zero/tutorials/functions/number-to-string.md)
- [Найбільше число](https://shpp.gitbook.io/zero/tutorials/functions/max-number.md)
- [Масив у зворотному порядку](https://shpp.gitbook.io/zero/tutorials/functions/array-reversing.md)
- [Що далі?](https://shpp.gitbook.io/zero/tutorials/sho-dali.md)
- [Codewars](https://shpp.gitbook.io/zero/tutorials/codewars.md)
- [Відпустка](https://shpp.gitbook.io/zero/tutorials/codewars/set-alarm.md)
- [Скільки мені буде років у 2099 році?](https://shpp.gitbook.io/zero/tutorials/codewars/my-age-in-2099.md)
- [Парне / непарне](https://shpp.gitbook.io/zero/tutorials/codewars/even-odd.md)
- [Boolean as yes / no](https://shpp.gitbook.io/zero/tutorials/codewars/boolean-to-string.md)
- [Повернути список у зворотному порядку](https://shpp.gitbook.io/zero/tutorials/codewars/array-reverse.md)
- [Лайки](https://shpp.gitbook.io/zero/tutorials/codewars/likes.md)
- [Калькулятор логіки](https://shpp.gitbook.io/zero/tutorials/codewars/logical-calculator.md)
- [Фільтрування масиву](https://shpp.gitbook.io/zero/tutorials/codewars/list-filtering.md)
- [Сума значень масиву](https://shpp.gitbook.io/zero/tutorials/codewars/sum-mixed-array.md)
- [Базові математичні операції](https://shpp.gitbook.io/zero/tutorials/codewars/math-ops-basics.md)
- [Масив овець](https://shpp.gitbook.io/zero/tutorials/codewars/sheeps-array.md)
- [Сума двох масивів](https://shpp.gitbook.io/zero/tutorials/codewars/arrays-sum.md)
- [Нагадайки-поясняйки](https://shpp.gitbook.io/zero/tutorials/nagadaiki-poyasnyaiki.md)
- [Інші додаткові матеріали](https://shpp.gitbook.io/zero/tutorials/more-lessons.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://shpp.gitbook.io/zero/tutorials.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.
