> For the complete documentation index, see [llms.txt](https://mpithemes.gitbook.io/triumph/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mpithemes.gitbook.io/triumph/template/shared-blocks.md).

# Shared Blocks

Customize sections using the built-in blocks.

Shared Blocks are used across multiple sections in the theme.

Blocks and their settings differ by section. To check if a block is supported in the section, follow the listed steps:

> 1. Refer to the Theme Editor by pressing the '*Edit theme*' in the admin.
> 2. Press the section title to view the drop-down with provided blocks.
> 3. Hit the '*Add block*' to determine if the desired block is supported.

{% hint style="info" %}
Some sections include up to three levels of blocks.

Example: The *Slideshow* provides Slide -> [<mark style="color:$primary;">Headings</mark>](/triumph/template/shared-blocks/slide/headings.md) -> Description / Heading / Subheading blocks.
{% endhint %}

Available Shared Blocks:

* [<mark style="color:$primary;">Heading</mark>](/triumph/template/shared-blocks/heading.md)
* [<mark style="color:$primary;">Banner</mark>](/triumph/template/shared-blocks/banner.md)
* [<mark style="color:$primary;">Slide</mark>](/triumph/template/shared-blocks/slide.md)
* [<mark style="color:$primary;">Blog card</mark>](/triumph/template/shared-blocks/blog-card.md)
* [<mark style="color:$primary;">Collection</mark>](/triumph/template/shared-blocks/collection.md)
* [<mark style="color:$primary;">Form</mark>](/triumph/template/shared-blocks/form.md)
* [<mark style="color:$primary;">Countdown</mark>](/triumph/template/shared-blocks/countdown.md)
* [<mark style="color:$primary;">Button</mark>](/triumph/template/shared-blocks/button.md)
* [<mark style="color:$primary;">Product card</mark>](/triumph/template/shared-blocks/product-card.md)
* [<mark style="color:$primary;">Tab</mark>](/triumph/template/shared-blocks/tab.md)
* [<mark style="color:$primary;">Product</mark>](/triumph/template/shared-blocks/product.md)
* [<mark style="color:$primary;">Media</mark>](/triumph/template/shared-blocks/media.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://mpithemes.gitbook.io/triumph/template/shared-blocks.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.
