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

# Sections

- [How to use sections](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections.md): Customize your store using these Modular sections
- [Section settings](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections/section-settings.md)
- [Adding sections](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections/adding-sections.md)
- [Hiding sections](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections/hiding-sections.md)
- [Reordering sections](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections/reordering-sections.md)
- [Theme Settings](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections/theme-settings.md)
- [Modular sections](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1.md)
- [Blog posts](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/blog-posts.md)
- [Collections list](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/collections-list.md)
- [Contact form](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/contact-form.md)
- [Custom HTML](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/custom-html.md)
- [FAQ](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/faq.md)
- [Featured collection](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/featured-collection.md)
- [Featured product](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/featured-product.md)
- [Icons row](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/icons-row.md)
- [Image with text](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/image-with-text.md)
- [Image with text overlay](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/image-with-text-overlay.md)
- [Logo list](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/logo-list.md)
- [Mosaic](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/mosaic.md)
- [Newsletter](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/newsletter.md)
- [Product features](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/product-features.md)
- [Rich text](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/rich-text.md)
- [Slideshow](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/slideshow.md)
- [Split hero](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/split-hero.md)
- [Tabs](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/tabs.md)
- [Testimonials](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/testimonials.md)
- [Video](https://modular.presidiocreative.com/modular-3.1/sections/modular-sections-1/video.md)
- [Recommended Image Sizes](https://modular.presidiocreative.com/modular-3.1/sections/recommended-image-sizes.md): Image Size Recommendations in Modular
- [Product Images](https://modular.presidiocreative.com/modular-3.1/sections/recommended-image-sizes/product-images.md)
- [Blog Images](https://modular.presidiocreative.com/modular-3.1/sections/recommended-image-sizes/blog-images.md)
- [Slideshow Section Images](https://modular.presidiocreative.com/modular-3.1/sections/recommended-image-sizes/slideshow-section-images.md)
- [Catalog Banner Images](https://modular.presidiocreative.com/modular-3.1/sections/recommended-image-sizes/catalog-banner-images.md)
- [Product Feature Images](https://modular.presidiocreative.com/modular-3.1/sections/recommended-image-sizes/product-feature-images.md)


---

# 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://modular.presidiocreative.com/modular-3.1/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.
