> 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-v5/sections/broadcast-sections/demo-store-sections.md).

# Demo store sections

### Video Overview

This video walkthrough showcases the sections and settings used on our Modern demo store. We cover the main sections used on the homepage and the footer configuration:

{% embed url="<https://www.loom.com/share/02c9f089742b40d4b5b471366166fb4c?sid=daaeb630-a15a-494c-8428-5cb4e0ed2a37>" %}
**Video walkthough of Sections and Footer from our demo store**
{% endembed %}

At the end of the video, we display how the sections appear on mobile devices.&#x20;

### More examples

* For a full breakdown of how we've set up the **header** and **toolbar** on the Bold demo store:

{% content-ref url="/pages/SSskJU0GzI4K5uN85jA0" %}
[Demo store header settings](/broadcast-v5/header/header/demo-store-header-settings.md)
{% endcontent-ref %}

* Learn how we set up our **About** **page** on the Modern demo store:

{% content-ref url="/pages/anr7YIez9EVLItX3vC7i" %}
[Demo store about page](/broadcast-v5/pages/page-templates/demo-store-about-page.md)
{% endcontent-ref %}

### Complete list of sections

Browse through the main index page of sections:

{% content-ref url="/pages/KXw6I9KcpAG568M2zogH" %}
[Broadcast sections](/broadcast-v5/sections/broadcast-sections.md)
{% endcontent-ref %}


---

# 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-v5/sections/broadcast-sections/demo-store-sections.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.
