> For the complete documentation index, see [llms.txt](https://ayakaleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayakaleaf-pro.ayaka.space/latex/uk/inshi-temi/16-general.md).

# Загальне

## Основи

* [Початок роботи](/latex/uk/osnovi-latex/01-learn-latex-in-30-minutes.md)
* [Компіляція](/latex/uk/inshi-temi/08-choosing-a-latex-compiler.md)
* [Абзаци та нові рядки](/latex/uk/osnovi-latex/02-paragraphs-and-new-lines.md)
* [Жирний, курсив і підкреслення](/latex/uk/osnovi-latex/03-bold-italics-and-underlining.md)
* [Списки](/latex/uk/osnovi-latex/04-lists.md)
* [Підтримка міжнародних мов](/latex/uk/movi/03-international-language-support.md)

## Рисунки та таблиці

* [Плаваючі об’єкти](/latex/uk/risunki-ta-tablici/02-positioning-images-and-tables.md)
* [Зображення](/latex/uk/readme.md)
  * [Вставлення зображень](/latex/uk/inshi-temi/27-inserting-images.md)
  * [Розміщення рисунків](/latex/uk/risunki-ta-tablici/02-positioning-images-and-tables.md)
  * [Підписи до рисунків](/latex/uk/inshi-temi/27-inserting-images.md)
  * [Посилання на рисунки](/latex/uk/inshi-temi/42-referencing-figures.md)
  * [Обтікання текстом фігур](/latex/uk/inshi-temi/50-wrapping-text-around-figures.md)
  * [Керування зображеннями у великому проєкті](/latex/uk/inshi-temi/27-inserting-images.md)
* [Таблиці](/latex/uk/risunki-ta-tablici/01-tables.md)
* [Списки таблиць і рисунків](/latex/uk/risunki-ta-tablici/03-lists-of-tables-and-figures.md)
* [Середовище picture](/latex/uk/risunki-ta-tablici/04-picture-environment.md)
* [Пакет TikZ](/latex/uk/risunki-ta-tablici/05-tikz-package.md)

## Команди

* [Команди та середовища](/latex/uk/inshi-temi/09-commands-and-environments.md)
* [Визначення власних команд](/latex/uk/inshi-temi/10-defining-your-own-commands.md)

## Структура документа

* [Розділи та глави](/latex/uk/struktura-dokumenta/01-sections-and-chapters.md)
* [Зміст](/latex/uk/struktura-dokumenta/02-table-of-contents.md)
* [Перехресні посилання на розділи та рівняння](/latex/uk/struktura-dokumenta/03-cross-referencing-sections-equations-and-floats.md)
* [Покажчики](/latex/uk/struktura-dokumenta/04-indices.md)
* [Глосарії](/latex/uk/struktura-dokumenta/05-glossaries.md)
* [Керування у великому проєкті](/latex/uk/struktura-dokumenta/07-management-in-a-large-project.md)

## Посилання та цитування

* [Керування бібліографією](/latex/uk/inshi-temi/05-bibliography-management-in-latex.md)
* [Стилі бібліографії](/latex/uk/posilannya-ta-cituvannya/04-bibtex-bibliography-styles.md)
* [Стилі цитування](/latex/uk/posilannya-ta-cituvannya/06-natbib-citation-styles.md)

## Примітки

* [Виноски](/latex/uk/formatuvannya/14-footnotes.md)
* [Нотатки на полях](/latex/uk/formatuvannya/15-margin-notes.md)

## Файли класів

* [Розуміння пакетів і файлів класів](/latex/uk/faili-klasiv/01-understanding-packages-and-class-files.md)
* [Список пакетів і файлів класів](/latex/uk/faili-klasiv/02-overleaf-and-tex-live.md)
* [Створення власного пакета](/latex/uk/faili-klasiv/03-writing-your-own-package.md)
* [Поради](/latex/uk/readme.md)

## Презентації

* [Beamer](/latex/uk/prezentaciyi/01-beamer.md)
* [Powerdot](/latex/uk/prezentaciyi/02-powerdot.md)

## Інше

* [Оформлення цитат](/latex/uk/movi/04-typesetting-quotations.md)

## Загальне

* [Теореми та докази](/latex/uk/specializovani/01-theorems-and-proofs.md)
* [Шахова нотація](/latex/uk/specializovani/05-chess-notation.md)
* [Схеми в’язання](/latex/uk/specializovani/06-knitting-patterns.md)
* [Пакет Pgfplots](/latex/uk/specializovani/08-pgfplots-package.md)
* [Іспит](/latex/uk/specializovani/09-typesetting-exams-in-latex.md)
* [Інструменти LaTeX](/latex/uk/inshi-temi/30-latex-tools.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ayakaleaf-pro.ayaka.space/latex/uk/inshi-temi/16-general.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
