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


---

# 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.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.
