# Shopify Merch Bridge

- [Overview](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/overview.md)
- [Tutorial](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial.md): Walkthrough of how to add the Merch Bridge to your Store
- [Step 1: Product Gate Setup](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-1-product-gate-setup.md): First we will need to set up the the product gate. This includes the following: modifying the product's settings, creating a Gate, then adding a product and rules to the gate.
- [1.1: Configure the Product](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-1-product-gate-setup/1.1-configure-the-product.md)
- [1.2: Install Manifold Merch Bridge](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-1-product-gate-setup/1.2-install-manifold-merch-bridge.md): Install the Manifold Merch Bridge App to create a Product Gate
- [1.2: Create a New Product Gate](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-1-product-gate-setup/1.2-create-a-new-product-gate.md): Now that the product is ready for token gating, create the product gate in the Manifold App
- [1.3: Link a Product to the Gate](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-1-product-gate-setup/1.3-link-a-product-to-the-gate.md): Now that you have created the Gate, link a product to it
- [1.4: Add Rules](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-1-product-gate-setup/1.4-add-rules.md): Now that we have created the gate and linked a product to it, we will create rules on the product gate. This is setting who will be on the allowlist to get the discount for your product
- [Step 2: Store Theme Setup](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-2-store-theme-setup.md): Now that we have everything behind the scenes setup. We will configure your Store's theme.
- [2.1 The Theme Editor](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-2-store-theme-setup/2.1-the-theme-editor.md): To setup your store we will use app blocks in the Theme Editor.
- [2.2 Product Page Setup](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-2-store-theme-setup/2.2-product-page-setup.md): First we will need to add the "Manifold Buy Button" to the product page to handle product gates.
- [2.3 Cart Page Setup](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-2-store-theme-setup/2.3-cart-page-setup.md): On the Cart Page we need to add the "Manifold Items (Cart)" block as a new section and the "Manifold Checkout Buttons" block.
- [Advanced Configuration](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/advanced-configuration.md)
- [FAQ / Error Help](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/faq-error-help.md)
- [Reference](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference.md)
- [Product and Gate Configuration](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/product-and-gate-configuration.md)
- [Shopify Products](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/product-and-gate-configuration/shopify-products.md): This page describes how to configure Shopify Products to be used within the Manifold Merch Bridge
- [Product Gates](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/product-and-gate-configuration/product-gates.md)
- [Gate Products](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/product-and-gate-configuration/product-gates/gate-products.md)
- [Rules](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/product-and-gate-configuration/product-gates/rules.md)
- [Custom Themes](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/custom-themes.md)
- [Updating to the Latest Version](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/updating-to-the-latest-version.md)
- [UI Configuration Options](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/ui-configuration-options.md)
- [Advanced Usage](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/advanced-usage.md)
- [Common Issues](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/reference/common-issues.md): And their solutions!


---

# 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.manifold.xyz/manifold-for-developers/shopify-merch-bridge.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.
