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

# Blocks

- [Badges](https://docs.ultramarinastudios.com/blocks/badges.md)
- [Buttons](https://docs.ultramarinastudios.com/blocks/buttons.md)
- [Card](https://docs.ultramarinastudios.com/blocks/card.md): A flexible wrapper block that lets you nest other theme blocks inside it to create a card-style callout, where the background contrasts with the page to draw attention or improve readability.
- [Collapsible](https://docs.ultramarinastudios.com/blocks/collapsible.md)
- [Discount code](https://docs.ultramarinastudios.com/blocks/discount-code.md): This block allows you to add a discount code that can be applied to the cart with a single click.
- [Heading](https://docs.ultramarinastudios.com/blocks/heading.md)
- [Heading (Simple)](https://docs.ultramarinastudios.com/blocks/heading-simple.md)
- [Icon with text](https://docs.ultramarinastudios.com/blocks/icon-with-text.md)
- [Image](https://docs.ultramarinastudios.com/blocks/image.md)
- [Liquid](https://docs.ultramarinastudios.com/blocks/liquid.md)
- [Mini product](https://docs.ultramarinastudios.com/blocks/mini-product.md)
- [Page](https://docs.ultramarinastudios.com/blocks/page.md)
- [Product](https://docs.ultramarinastudios.com/blocks/product.md): Add a product card to any section or block that accepts theme blocks.
- [Rating](https://docs.ultramarinastudios.com/blocks/rating.md)
- [Text](https://docs.ultramarinastudios.com/blocks/text.md)
- [Video](https://docs.ultramarinastudios.com/blocks/video.md)
- [Section blocks](https://docs.ultramarinastudios.com/blocks/section-blocks.md)
- [Countdown timer](https://docs.ultramarinastudios.com/blocks/section-blocks/countdown-timer.md)
- [Icon](https://docs.ultramarinastudios.com/blocks/section-blocks/icon.md)
- [Image banner](https://docs.ultramarinastudios.com/blocks/section-blocks/image-banner.md)
- [Newsletter](https://docs.ultramarinastudios.com/blocks/section-blocks/newsletter.md)
- [Product banner](https://docs.ultramarinastudios.com/blocks/section-blocks/product-banner.md)
- [Rich text](https://docs.ultramarinastudios.com/blocks/section-blocks/rich-text.md)
- [Section header](https://docs.ultramarinastudios.com/blocks/section-blocks/section-header.md)
- [Shoppable banner](https://docs.ultramarinastudios.com/blocks/section-blocks/shoppable-banner.md)
- [Video banner](https://docs.ultramarinastudios.com/blocks/section-blocks/video-banner.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:

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