# Next: Manage Block using Template Bundles

<figure><img src="/files/Zt5dlP6QjC8dqGhdrQDu" alt="" width="319"><figcaption><p>Tip: You can add bundles when you create a template</p></figcaption></figure>

Under the Bricks -> GutenBricks Submenu -> Blocks tab, you can view which bundles are enabled, either as blocks or patterns. The "default" bundles activate automatically upon plugin activation, ensuring immediate usability.&#x20;

<figure><img src="/files/6nIpkzpgA5f0wlb7rRtD" alt=""><figcaption></figcaption></figure>

For other bundles, you can control their visibilities inside the Gutenberg editor by toggling them either as Blocks or **Patterns.** You can also control which Post Types you want to enable the blocks for.&#x20;

{% hint style="info" %}
**Patterns:** Please note that as of v1.0, the patterns enabled here are not "true" Gutenberg patterns where clients can edit the layout freely, but rather a wrapper that wraps the original block as a pattern.&#x20;
{% endhint %}

The default bundle is identified by a "Default" label in the Gutenberg editor. You can also change the label through default bundle settings.

<figure><img src="/files/CDtRdfr6QODfQu2dPsI4" alt=""><figcaption></figcaption></figure>


---

# 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.gutenbricks.com/getting-started/next-manage-block-using-template-bundles.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.
