# Bricks Boilerplate Documentation

## Bricks Boilerplate Documentation

- [Intro](https://docs.brickstheme.com/readme.md)
- [Requirements](https://docs.brickstheme.com/getting-started/requirements.md)
- [5 minutes launch ⚡](https://docs.brickstheme.com/getting-started/quickstart.md): Let's get your website live in just 5 minutes:
- [Import into an existing project](https://docs.brickstheme.com/getting-started/publish-your-docs.md)
- [Inside the package](https://docs.brickstheme.com/basics/inside-the-package.md)
- [Global Styles](https://docs.brickstheme.com/basics/editor.md)
- [General](https://docs.brickstheme.com/basics/editor/general.md)
- [CSS Variables](https://docs.brickstheme.com/basics/editor/css-variables.md): Bricks Boilerplate layouts are powered by CSS variables. You can find them inside Bricks builder > Variables. Change their values to match your project.
- [Buttons](https://docs.brickstheme.com/basics/editor/buttons.md)
- [Utility classes](https://docs.brickstheme.com/basics/editor/utility-classes.md)
- [Templates](https://docs.brickstheme.com/basics/templates.md)
- [ACF](https://docs.brickstheme.com/basics/acf.md): Bricks Boilerplate comes with ACF free version to add custom fields to posts and taxonomies.
- [Global topbar](https://docs.brickstheme.com/basics/acf/global-topbar.md)
- [Bricks Boilerplate Addon plugin](https://docs.brickstheme.com/basics/bricks-boilerplate-addon-plugin.md)
- [Wishlist](https://docs.brickstheme.com/basics/bricks-boilerplate-addon-plugin/wishlist.md)
- [Variation swatches](https://docs.brickstheme.com/basics/bricks-boilerplate-addon-plugin/variation-swatches.md)
- [Checkout](https://docs.brickstheme.com/basics/bricks-boilerplate-addon-plugin/checkout.md)
- [Code snippets](https://docs.brickstheme.com/basics/code-snippets.md)
- [Blog in 5 minutes](https://docs.brickstheme.com/tutorials/blog-in-5-minutes.md)
- [Custom Off-canvas cart](https://docs.brickstheme.com/tutorials/custom-off-canvas-cart.md)
- [Off-canvas cart without addon plugin](https://docs.brickstheme.com/tutorials/off-canvas-cart-without-addon-plugin.md)
- [Custom Thank you page](https://docs.brickstheme.com/tutorials/custom-thank-you-page.md)
- [Custom Checkout page](https://docs.brickstheme.com/tutorials/custom-checkout-page.md)
- [Custom Cart page](https://docs.brickstheme.com/tutorials/custom-cart-page.md)
- [My account page](https://docs.brickstheme.com/tutorials/my-account-page.md)
- [Product gallery with thumbnails](https://docs.brickstheme.com/tutorials/product-gallery-with-thumbnails.md)
- [Custom query for product reviews](https://docs.brickstheme.com/tutorials/custom-query-for-product-reviews.md)
- [Custom slider controls](https://docs.brickstheme.com/advanced/custom-slider-controls.md)
- [Custom accordions](https://docs.brickstheme.com/advanced/custom-accordions.md)
- [Megamenu](https://docs.brickstheme.com/advanced/megamenu.md)
- [GSAP animations](https://docs.brickstheme.com/advanced/gsap-animations.md)
- [Custom CSS](https://docs.brickstheme.com/common-issues/custom-css.md)
- [Product galleries](https://docs.brickstheme.com/common-issues/product-galleries.md)
- [Restoring site with WPvivid](https://docs.brickstheme.com/common-issues/restoring-site-with-wpvivid.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://docs.brickstheme.com/readme.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.
