# Special blocks

Special Blocks provide advanced functionalities beyond the common static and dynamic blocks. They are built differently to handle specific tasks—such as interacting with orders—through distinct block types.

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

{% hint style="info" %}
Special Blocks include blocks like Order Item Actions and Order Items List, with unique configuration flows.
{% endhint %}

## Order item Actions block

The Order Item Actions Block lets you add multiple interactive actions to individual order items. These actions can be set as default or targeted (with conditions) and are reorderable via drag and drop.

Follow the steps in the this guide to create and manage Order Item Actions:

{% content-ref url="/pages/8fxipTIgBWBbotkPHWfp" %}
[Order Item Actions](/hubble/block-types/special/order-item-actions.md)
{% endcontent-ref %}

## Order items List block

The Order Items List block displays a customer’s orders directly on their account page. It is highly customizable through Shopify’s Account Editor and additional configurations unlocked by generating a Block ID.

Follow the steps in the this guide to create and manage the Order Items List block:

{% content-ref url="/pages/7DidiHF8YuIxc3YRhFGu" %}
[Order items List](/hubble/block-types/special/order-items-list.md)
{% endcontent-ref %}


---

# 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.overse.app/hubble/blocks/special-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.
