> For the complete documentation index, see [llms.txt](https://docs.platter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platter.com/smart-theme/smart-theme/structural-components.md).

# Structural Components

- [Header](https://docs.platter.com/smart-theme/smart-theme/structural-components/header.md)
- [Announcement Bar](https://docs.platter.com/smart-theme/smart-theme/structural-components/header/announcement-bar.md)
- [Free Shipping Progress Bar](https://docs.platter.com/smart-theme/smart-theme/structural-components/header/free-shipping-progress-bar.md)
- [Navigation & Mega Menu](https://docs.platter.com/smart-theme/smart-theme/structural-components/navigation-and-mega-menu.md): Click the below link for a configuration tutorial.
- [Cart Drawer](https://docs.platter.com/smart-theme/smart-theme/structural-components/cart-drawer.md): You cart drawer is a powerful tool for increasing conversion rate. It allows your customers to initiate checkout without needing to visit the cart page.
- [Gift with Purchase](https://docs.platter.com/smart-theme/smart-theme/structural-components/cart-drawer/gift-with-purchase.md): The below tutorial outlines how to configure Gift with Purchase.
- [Gift Wrapping](https://docs.platter.com/smart-theme/smart-theme/structural-components/cart-drawer/gift-wrapping.md): Let customers mark an item as a gift, and optionally allow them to leave a note.
- [Free Shipping Progress Bar](https://docs.platter.com/smart-theme/smart-theme/structural-components/cart-drawer/free-shipping-progress-bar.md): Visualize your customer's progress towards an incentive.
- [Landing Page Builder Integrations](https://docs.platter.com/smart-theme/smart-theme/structural-components/cart-drawer/landing-page-builder-integrations.md): The below code snippets outline how to trigger Cart Drawer events from your landing page builder, e.g. Replo.
- [Quick View](https://docs.platter.com/smart-theme/smart-theme/structural-components/quick-view.md): Quick View allows your customers to view more information about a product without leaving the page.
- [Footer](https://docs.platter.com/smart-theme/smart-theme/structural-components/footer.md): Capture emails, feature extensive links, and display social media icons.
- [Accounts and Login](https://docs.platter.com/smart-theme/smart-theme/structural-components/accounts-and-login.md): Smart supports Classic Customer Accounts, but New Customer Accounts are recommended.


---

# 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://docs.platter.com/smart-theme/smart-theme/structural-components.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.
