# Sections & Features

This section documents every DRIFT Pro section you can add or configure in the Shopify theme editor. Each page lists the real settings, blocks, and behaviors for that section.

## How to access

In the Shopify admin, go to **Online Store → Themes → Customize**. Use the left sidebar to add or edit sections on each template.

## Layout & navigation

* [Header](/drift/drift-pro/sections-and-features/header.md) — Logo, menu, search, account, currency/language selectors.
* [Footer](/drift/drift-pro/sections-and-features/footer.md) — Auto-rendered minimal footer.
* [Announcement Bar](/drift/drift-pro/sections-and-features/announcement.md) — Static or marquee messages.
* [404 Page](/drift/drift-pro/sections-and-features/404.md) — Page-not-found template.

## Homepage sections

* [Video Hero](/drift/drift-pro/sections-and-features/video-hero.md) — Full-bleed video with optional text overlay.
* [Image with Text](/drift/drift-pro/sections-and-features/image-text.md) — Two-column image and copy.
* [Rich Text](/drift/drift-pro/sections-and-features/rich-text.md) — Heading, body text, optional button.
* [Split Banner](/drift/drift-pro/sections-and-features/split-banner.md) — Two side-by-side banner panels.
* [Logo List](/drift/drift-pro/sections-and-features/logo-list.md) — Scrolling marquee of logos.

## Product browsing

* [DRIFT Feed](/drift/drift-pro/sections-and-features/feed.md) — Vertical swipeable product feed.
* [Collection](/drift/drift-pro/sections-and-features/collection.md) — Collection page with feed and grid views, filtering, sorting.
* [Collection List](/drift/drift-pro/sections-and-features/list-collections.md) — Browseable list of collections.
* [Product Stack](/drift/drift-pro/sections-and-features/product-stack.md) — DRIFT's product page (PDP) layout.
* [Variant Swatches](/drift/drift-pro/sections-and-features/variant-swatches.md) — Native Shopify swatch behavior.

## Cart

* [Cart Page](/drift/drift-pro/sections-and-features/cart-page.md) — `/cart` template.
* [Cart Items](/drift/drift-pro/sections-and-features/cart-items.md) — Internal section used by the cart drawer.

## Content & utility

* [FAQ Accordion](/drift/drift-pro/sections-and-features/faq.md) — Expandable Q\&A list.
* [Contact Form](/drift/drift-pro/sections-and-features/contact.md) — Full-screen contact form.
* [Policies](/drift/drift-pro/sections-and-features/policies.md) — Renders Shopify policies.
* [Email Popup](/drift/drift-pro/sections-and-features/email-popup.md) — Time-delayed email capture modal.
* [Password Page](/drift/drift-pro/sections-and-features/password.md) — Pre-launch / locked store page.


---

# 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://docs.webexp.dev/drift/drift-pro/sections-and-features.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.
