# PipUI v2.0.0

## PipUI v2.0.0

- [Введиние](https://v2-0-0.pipui.ru/introduction.md)
- [Скачать](https://v2-0-0.pipui.ru/download.md)
- [Начало работы](https://v2-0-0.pipui.ru/getting-starting.md)
- [Базовый набор](https://v2-0-0.pipui.ru/components/base.md): Набор скриптов и стилей отвечающих за работу основных функций фреймворка и его компонентов
- [Отступы](https://v2-0-0.pipui.ru/components/margin.md): Если Вам необходимо добавить отступ к элементу, то в PipUI есть набор готовых стилей для данных операций
- [Палитра цветов](https://v2-0-0.pipui.ru/components/palette.md)
- [Grid сетка](https://v2-0-0.pipui.ru/components/grid.md)
- [Панель навигации](https://v2-0-0.pipui.ru/components/navbar.md)
- [Выпадающее меню](https://v2-0-0.pipui.ru/components/dropdown.md)
- [Постраничная навигация](https://v2-0-0.pipui.ru/components/pagination.md)
- [Формы](https://v2-0-0.pipui.ru/components/form.md): Формы и компоненты форм
- [Кнопки](https://v2-0-0.pipui.ru/components/buttons.md)
- [Полосы прогресса](https://v2-0-0.pipui.ru/components/progress-bar.md)
- [Меню навигации](https://v2-0-0.pipui.ru/components/navmenu.md)
- [Модальные окна](https://v2-0-0.pipui.ru/components/modal.md)
- [Оповещения](https://v2-0-0.pipui.ru/components/alert.md)
- [Подтверждения действий](https://v2-0-0.pipui.ru/components/confirm.md)
- [BB-коды](https://v2-0-0.pipui.ru/components/bb-codes.md)
- [Всплывающие подсказки](https://v2-0-0.pipui.ru/components/tooltip.md)
- [Вкладки](https://v2-0-0.pipui.ru/components/tabs.md)
- [Хлебные крошки](https://v2-0-0.pipui.ru/components/breadcrumbs.md)
- [Спойлеры](https://v2-0-0.pipui.ru/components/collapse.md)
- [Галерея](https://v2-0-0.pipui.ru/components/gallery.md)
- [Изображения](https://v2-0-0.pipui.ru/components/image.md)
- [Таблицы](https://v2-0-0.pipui.ru/components/table.md)
- [Панель BB-кодов](https://v2-0-0.pipui.ru/components/bb-panel.md)
- [Валидаторы форм](https://v2-0-0.pipui.ru/components/form-validators.md)
- [Всплывающие блоки](https://v2-0-0.pipui.ru/components/popup.md)
- [Слайдер](https://v2-0-0.pipui.ru/components/slider.md)
- [Автозаполнение](https://v2-0-0.pipui.ru/components/autocomplete.md)
- [Селектор тегов](https://v2-0-0.pipui.ru/components/tag-selector.md)
- [Селекторы даты и времени](https://v2-0-0.pipui.ru/components/date-time-picker.md)
- [Блоки оповещений](https://v2-0-0.pipui.ru/components/alert-block.md)
- [Якоря](https://v2-0-0.pipui.ru/components/anchor.md)
- [Контакты](https://v2-0-0.pipui.ru/contacts.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://v2-0-0.pipui.ru/introduction.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.
