# Drift BootStrap 4, HTML, jQuery

## Drift BootStrap 4, HTML, jQuery

- [Overview](https://docs-drift.g-axon.work/master.md): An overview about Drift HTML version
- [Setup](https://docs-drift.g-axon.work/installation-and-setup-1/via-npm-gulp.md): Setup Drift via Gulp
- [Folders and Files Structure](https://docs-drift.g-axon.work/installation-and-setup-1/classic-drift.md): Quick overview of folder structure
- [Overview](https://docs-drift.g-axon.work/stylesheets/overview.md): An quick overview about formatting and styles
- [Sass Variables](https://docs-drift.g-axon.work/stylesheets/sass-variables.md)
- [Layouts & Theme](https://docs-drift.g-axon.work/stylesheets/layouts.md): Classes related to layouts
- [Fonts](https://docs-drift.g-axon.work/stylesheets/fonts.md): Setting up a font for your project
- [Colors](https://docs-drift.g-axon.work/stylesheets/colors.md): Customizing colors in your project
- [Margin & Paddings](https://docs-drift.g-axon.work/stylesheets/margin-and-paddings.md): Ways to manage margin and padding in your project
- [Theme Customization](https://docs-drift.g-axon.work/stylesheets/theme-customization.md): How to customize an existing theme of Drift
- [RTL Version](https://docs-drift.g-axon.work/stylesheets/drift-rtl-version.md): Setup the right-to-left version
- [Alerts](https://docs-drift.g-axon.work/components/alerts.md)
- [Badges](https://docs-drift.g-axon.work/components/badges.md)
- [Breadcrumbs](https://docs-drift.g-axon.work/components/breadcrumbs.md)
- [Buttons](https://docs-drift.g-axon.work/components/buttons.md)
- [Button Group](https://docs-drift.g-axon.work/components/button-group.md)
- [Cards](https://docs-drift.g-axon.work/components/cards.md)
- [Card Group](https://docs-drift.g-axon.work/components/card-group.md)
- [Collapse](https://docs-drift.g-axon.work/components/collapse.md)
- [Dropdowns](https://docs-drift.g-axon.work/components/dropdowns.md)
- [Input Group](https://docs-drift.g-axon.work/components/input-group.md)
- [Jumbotron](https://docs-drift.g-axon.work/components/jumbotron.md)
- [List Group](https://docs-drift.g-axon.work/components/list-group.md)
- [Navbar](https://docs-drift.g-axon.work/components/navbar.md)
- [Navs & Tabs](https://docs-drift.g-axon.work/components/navs-and-tabs.md)
- [Pagination](https://docs-drift.g-axon.work/components/pagination.md)
- [Progress Bar](https://docs-drift.g-axon.work/components/progress-bar.md)
- [Scrollspy](https://docs-drift.g-axon.work/components/scrollspy.md)
- [Typography](https://docs-drift.g-axon.work/components/typography.md)
- [Setup](https://docs-drift.g-axon.work/classic-version/classic-drift-setup.md)
- [Folders and Files Structure](https://docs-drift.g-axon.work/classic-version/folders-and-files-structure.md): Quick overview of folder structure
- [Theme Customizaton](https://docs-drift.g-axon.work/classic-version/theme-customizaton.md): About customization of theme for your project
- [RTL Version](https://docs-drift.g-axon.work/classic-version/rtl-version.md): Setup right-to-left version


---

# 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://docs-drift.g-axon.work/master.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.
