# compedium

- [Передмова](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/00_foreword.md)
- [Розділ 1. Вступ](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/01_introduction.md)
- [Розділ 2. Правила та аксіоматика](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/02_rules_and_axioms.md)
- [Розділ 3. Нотація та запис партій](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/03_notation.md)
- [Розділ 4. Топологія дошки](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/04_topology.md)
- [Розділ 5. Теорія фігур](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/05_piece_theory.md)
- [Розділ 6. Простір станів та інваріанти](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/06_state_space.md)
- [Розділ 7. Комбінаторика злиття](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/07_merging_combinatorics.md)
- [Розділ 8. Аналіз зменшених варіантів](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/08_reduced_variants.md)
- [Розділ 9. Теорія загроз](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/09_threat_theory.md)
- [Розділ 10. Тактичні патерни](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/10_tactical_patterns.md)
- [Розділ 11. Дебют](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/11_opening.md)
- [Розділ 12. Мітельшпіль](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/12_middlegame.md)
- [Розділ 13. Ендшпіль (поглиблений аналіз)](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/13_endgame.md)
- [Розділ 14. Психологія та темп](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/14_psychology_and_tempo.md)
- [Розділ 15. Порівняльний аналіз з шахами та го](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/15_comparative_analysis.md)
- [Розділ 16. Масштабування: від 4×4 до загального випадку](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/16_scaling.md)
- [Розділ 17. Комп’ютерний аналіз](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/17_computer_analysis.md)
- [Розділ 18. Відкриті проблеми](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/18_open_problems.md)
- [Розділ 19. Висновки та рекомендації](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/19_conclusions.md)
- [appendices](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/appendices.md)
- [Додаток A. Таблиця злиття для 4 типів](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/appendices/a_merging_table.md)
- [Додаток B. Матриця відстаней ходу коня](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/appendices/b_knight_distance_matrix.md)
- [Додаток C. Повний аналіз варіанту 3×3](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/appendices/c_3x3_full_analysis.md)
- [Додаток D. Приклади партій](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/appendices/d_sample_games.md)
- [Додаток E. Розв’язки вправ](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/appendices/e_exercises_solutions.md)
- [Додаток F. Глосарій термінів](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/appendices/f_glossary.md)
- [Додаток G. Лістинги коду ШІ](https://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium/appendices/g_ai_code_listings.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://nautilus-3.gitbook.io/subit64/aether-tour/docs/compedium.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.
