> For the complete documentation index, see [llms.txt](https://docs.gutenbricks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gutenbricks.com/features.md).

# Features

- [Working with Elements](https://docs.gutenbricks.com/features/working-with-elements.md): Let’s briefly explore how we can work with Bricks Builder elements using GutenBricks.
- [Variants](https://docs.gutenbricks.com/features/variants.md): With Variants, you can now have multiple layouts and styles within a single template, allowing block users to choose which variant to render.
- [Value Binding](https://docs.gutenbricks.com/features/variants/value-binding.md)
- [InnerBlock](https://docs.gutenbricks.com/features/innerblock.md): Gutenberg Blocks can have an InnerBlock section where you can embed other blocks. You can add blocks of your choices inside a designated area of your choosing.
- [Fine-Tune Text Editing](https://docs.gutenbricks.com/features/fine-tune-text-editing.md)
- [Dynamic Class](https://docs.gutenbricks.com/features/dynamic-class.md)
- [Code Block with Dynamic Data](https://docs.gutenbricks.com/features/code-block-with-dynamic-data.md)
- [Quick Tips](https://docs.gutenbricks.com/features/quick-tips.md)
- [Dynamic Short Code](https://docs.gutenbricks.com/features/quick-tips/dynamic-short-code.md): Harness the power of dynamic value to allow users to control short code inside Gutenberg editor.
- [Accordion Block using InnerBlock](https://docs.gutenbricks.com/features/quick-tips/accordion-block-using-innerblock.md)
- [Advanced](https://docs.gutenbricks.com/features/advanced.md)
- [Custom Block HTML ID](https://docs.gutenbricks.com/features/advanced/custom-block-html-id.md): Allowing clients to set a custom ID on a block. It's useful when you create an anchor.
- [Value Binding (coming soon)](https://docs.gutenbricks.com/features/advanced/value-binding-coming-soon.md)
- [Creating "comments and docs" inside a template](https://docs.gutenbricks.com/features/advanced/creating-comments-and-docs-inside-a-template.md)
- [Globally Updating Block Styles](https://docs.gutenbricks.com/features/advanced/globally-updating-block-styles.md)
- [Block Wrapper Dynamic Class](https://docs.gutenbricks.com/features/advanced/block-wrapper-dynamic-class.md)
- [Working with WPML or Polylang](https://docs.gutenbricks.com/features/advanced/working-with-wpml-or-polylang.md)
- [Road Map](https://docs.gutenbricks.com/features/road-map.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://docs.gutenbricks.com/features.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.
