# Basics

- [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)


---

# Agent Instructions: 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:

```
GET https://docs.brickstheme.com/basics.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.
