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

# Theme blocks

Broadcast footer theme blocks help you customize content columns within the footer:

![Columns are created by adding theme blocks, one per column](/files/-MhoP168J6VB0kBuZtHe)

### Types of theme blocks

Broadcast includes the following theme blocks for the Footer:

{% hint style="success" %}

* Link list (menu)
* Newsletter (form)
* Social (icons with links)
* Text (rich text)
* Page (Shopify page)
  {% endhint %}

### Link list

{% tabs %}
{% tab title="Render" %}
Displays a Shopify menu:

![Menus are created in the Shopify Admin, Navigation editor](/files/-MhoXDcZytJsd5OQNSCO)

> **TIP** - Create a custom menu designed for the footer with links to help customers find additional pages or content within your site.
> {% endtab %}

{% tab title="Settings" %}
Choose a menu from Shopify Admin, Navigation:

![](/files/-MhoXmkje6c7g5npMPAY)
{% endtab %}
{% endtabs %}

### Newsletter

{% tabs %}
{% tab title="Render" %}
Displays a newsletter sign-up form:

![](/files/-MhoYzc4jQdKy3PXPScJ)
{% endtab %}

{% tab title="Settings" %}
Customize form description. Display optional name field:

![](/files/-MhoZ2nlpMQFprLxonOs)
{% endtab %}
{% endtabs %}

### Social

{% tabs %}
{% tab title="Render" %}
Displays social media icons with links to your social networks:

![](/files/-MhoarSxhSU3EUI07d-u)
{% endtab %}

{% tab title="Settings" %}
Configure heading and leading text:

![](/files/-MhoaxgJAkO-Csf1k-m6)

#### Social icons

Icons automatically appear if a social network address has a URL address configured under **Theme settings, Social Media**:

![Add or remove icons by setting up Social Media addresses](/files/-MhobwHWlSwThOfVK_rN)
{% endtab %}
{% endtabs %}

### Text

{% tabs %}
{% tab title="Render" %}
Display rich text content in the column:

![](/files/-Mhoe8kuW-WSfvtTCunj)
{% endtab %}

{% tab title="Settings" %}
Configure heading and text:

![](/files/-MhoeKT8D6drSpTQug8c)
{% endtab %}
{% endtabs %}

### Page

{% tabs %}
{% tab title="Render" %}
Displays a Shopify Page created in your Shopify Admin, Pages:

![](/files/-Mhoh_QngpcgT9gDriJF)
{% endtab %}

{% tab title="Settings" %}
**Select** a page created for your store or choose to **Create a page** to create a new page:

![](/files/-MhojAuIdnv3CLzQ0RnL)

Edit or create a page in the Shopify Admin Page editor:

![](/files/-MhoiLe4L60h-5WQiTQV)
{% endtab %}
{% endtabs %}


---

# 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://broadcast.presidiocreative.com/broadcast-v3/footer/theme-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.
