# Footer

DRIFT renders a minimal footer showing the shop name, copyright year, and a "Powered by WEBEXP" credit.

## How to access

The footer appears automatically on every page. There are no merchant-facing settings on the **DRIFT Footer** section itself.

## What appears in the footer

Footer content is structurally driven by the theme's `header-group.json` and `footer-group.json` configurations. The visible bar only contains:

* Your shop name
* The current year
* A "Powered by WEBEXP" credit

## Adding sections to the footer area

Some sections are configured to appear in the footer group rather than as standalone homepage sections — for example, [Email Popup](/drift/drift-pro/sections-and-features/email-popup.md). These are added in the customizer under the **Footer** group, not in the page body.

## Note

The footer pins to the bottom of the viewport on full-screen layouts (Feed, Collection, Product) so it doesn't take up content space.


---

# 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/footer.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.
