> For the complete documentation index, see [llms.txt](https://wfsys.gitbook.io/wt-practice/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wfsys.gitbook.io/wt-practice/main.md).

# Основной

- [Урок 1. Форма списка и добавление записей](https://wfsys.gitbook.io/wt-practice/main/lesson_list_form.md)
- [Урок 2. Редактирование таблицы](https://wfsys.gitbook.io/wt-practice/main/lesson_table_editing.md)
- [Урок 3. Выпадающий список](https://wfsys.gitbook.io/wt-practice/main/lesson_combo_box.md)
- [Урок 4. Паттерн onClose](https://wfsys.gitbook.io/wt-practice/main/lesson_pattern_onclose.md)
- [Урок 5. Удаление связанных данных](https://wfsys.gitbook.io/wt-practice/main/lesson_deleting_related_data.md)
- [Урок 6. Главная форма](https://wfsys.gitbook.io/wt-practice/main/lesson_main_form.md)
- [Урок 7. Фильтры](https://wfsys.gitbook.io/wt-practice/main/lesson_filters.md)
- [Урок 8. Редактирование выпадающего списка](https://wfsys.gitbook.io/wt-practice/main/lesson_editing_combo_box.md)
- [Урок 9. Список категорий](https://wfsys.gitbook.io/wt-practice/main/lesson_categories_list.md)
- [Урок 10. Паттерн Add/Edit](https://wfsys.gitbook.io/wt-practice/main/lesson_pattern_add-edit.md)
- [Урок 11. Экспорт данных в документ](https://wfsys.gitbook.io/wt-practice/main/lesson_export_to_document.md)
- [Урок 12. Дерево в таблице](https://wfsys.gitbook.io/wt-practice/main/lesson_tree_in_the_table.md)
- [Урок 13. Самостоятельная](https://wfsys.gitbook.io/wt-practice/main/lesson_self-work_cash.md)
- [Урок 14. Постраничный просмотр](https://wfsys.gitbook.io/wt-practice/main/lesson_pagination.md)
- [Дополнительно](https://wfsys.gitbook.io/wt-practice/main/additionally.md): РАЗДЕЛ НАХОДИТСЯ В РАЗРАБОТКЕ
- [Array](https://wfsys.gitbook.io/wt-practice/main/additionally/array.md): Универсальное значение для работы с массивами/матрицами на форме
- [ArrayGetDataConnection](https://wfsys.gitbook.io/wt-practice/main/additionally/array_get_dc.md): Загружающее соединение, которое преобразует исходный массив в таблицу для последующего использования на форме.
- [ConvertDataConnection](https://wfsys.gitbook.io/wt-practice/main/additionally/convert_dc.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://wfsys.gitbook.io/wt-practice/main.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.
