# Adding a section

Adding sections is the key to building out your store pages. We have over 30 sections to choose from, so take your pick!

{% hint style="success" %}
**Note**: newly added sections adding appear at the bottom of your section list.
{% endhint %}

### Home page

Scroll towards the bottom, above the footer and popups, and click on 'add section':

{% hint style="info" %}
When adding sections to the default templates, the sections and their content will appear on all your pages that use them.&#x20;
{% endhint %}

To provide unique content for certain pages, create a new template and assign it to a page. Always create new templates on the ***published theme*** in order for them to appear as options in your Shopify admin.

Another method is to use Shopify's ***insert dynamic source*** option (metafields) to blocks and then customize content for each page.

### Product page

Navigate to any product page or choose the default product template. Click on 'add section' located above the footer and popups:

### Other pages

Navigate to any page on your site or choose any template from the top drop-down. Click on 'add section' located above the footer and popups:


---

# 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://palo-alto.presidiocreative.com/faq/frequently-asked-questions/adding-a-section.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.
