# Welcome

WEBEXP builds Shopify themes for brands that want clean, fast, conversion-focused storefronts. This documentation covers every WEBEXP theme — installation, theme settings, sections, metafields, advanced customization, and troubleshooting.

## Available themes

### DRIFT

DRIFT is WEBEXP's flagship theme. Three tiers, each with progressively more features:

* **DRIFT Starter** — entry-level, the basics done right
* **DRIFT Pro** — adds free shipping bar, email popup, more sections
* **DRIFT Studio** — flagship tier, adds quick-add overlay, upsell carousel, lookbook, low stock indicators, custom badges, and more

Pick your DRIFT tier in the sidebar.

### Coming soon

More themes are in development. Each will have its own section in this documentation when released.

## What's in here

For every theme, you'll find:

* **Getting Started** — install, hook up your store, ship in under 30 minutes
* **Theme Settings** — every setting in the theme editor, what it does, when to use it
* **Sections & Features** — every section you can drop on a page, with examples
* **Metafields** — how to set up product metafields the theme uses
* **Pages & Templates** — what each Shopify template looks like
* **Customer Accounts** — login, register, account features
* **Advanced** — code edits, custom integrations, performance
* **FAQ & Troubleshooting** — common issues and how to fix them

## Need a hand?

* Email: <contact@webexp.dev>
* Hire WEBEXP: [webexp.dev/pages/hire-us](https://webexp.dev/pages/hire-us)
* YouTube tutorials: [@webexp](https://youtube.com/@webexp)

Built by WEBEXP. [webexp.dev](https://webexp.dev) / [@webexp.dev](https://instagram.com/webexp.dev)


---

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