> 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/blogs/blog-posts/article-page.md).

# Article page

To customize your blog posts (also known as article pages), click on the ***Article page*** when on any blog post page.

You can also access article pages from the 'Default blog post' template in the top drop-down menu:

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

<table><thead><tr><th width="207.420166015625">Settings</th><th width="145.15185546875" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td><strong>Content</strong></td><td align="center"></td><td></td></tr><tr><td>Show image</td><td align="center"><code>checkbox</code></td><td>Displays the article's featured image.</td></tr><tr><td>Show date</td><td align="center"><code>checkbox</code></td><td>Displays the publication date.</td></tr><tr><td>Show author</td><td align="center"><code>checkbox</code></td><td>Shows the author's name.</td></tr><tr><td>Show article tags</td><td align="center"><code>checkbox</code></td><td>Displays article tags.</td></tr><tr><td>Show sharing button</td><td align="center"><code>checkbox</code></td><td>Displays social sharing buttons.</td></tr><tr><td>Show navigation arrows</td><td align="center"><code>checkbox</code></td><td>Enables previous/next article navigation arrows.</td></tr><tr><td><strong>Desktop</strong></td><td align="center"></td><td></td></tr><tr><td>Height</td><td align="center"><code>select</code></td><td>Controls desktop header height. Options include fixed pixel and screen ratios.</td></tr><tr><td><strong>Mobile</strong></td><td align="center"></td><td></td></tr><tr><td>Height</td><td align="center"><code>select</code></td><td>Controls mobile header height. Same options as desktop, but mobile-specific.</td></tr><tr><td><strong>Colors</strong></td><td align="center"></td><td></td></tr><tr><td>Color scheme</td><td align="center"><code>color_scheme</code></td><td>Applies a color scheme from the theme.</td></tr><tr><td><strong>Padding</strong></td><td align="center"></td><td></td></tr><tr><td>Top</td><td align="center"><code>range</code></td><td>Adds top padding.</td></tr><tr><td>Bottom</td><td align="center"><code>range</code></td><td>Adds bottom padding.</td></tr></tbody></table>

### Hero image options

Broadcast includes controls to position your featured image and select an image height that works best for all your blog posts.

The hero image is derived from your blog posts image:

<figure><img src="/files/sAtWBMu9DwlqwE7umTXJ" alt=""><figcaption><p>Shopify Admin - Blog posts</p></figcaption></figure>


---

# 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/blogs/blog-posts/article-page.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.
