# Step 1: Product Gate Setup

## What's a Product Gate?

Manifold Merch Bridge uses the concept of "Product Gates" to configure token gated discounts and access. Product Gates are created and managed in the "Product Gates" section of the Shopify App and specify the following:

* Name
* Start date/time
* End date/time (or specification of "No End Date")
* If the gate uses real time ownership information for token holders or a point in time snapshot of ownership
  * **Snapshots MUST be used for ERC 1155 tokens and can be used for ERC 721**
  * **Non-snapshot gates can ONLY be used for ERC 721 tokens**
* Product being gated
* Redemption limits and inventory
* Audience/allow list rules for what NFT holders get what discounts and benefits on the product


---

# 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/tutorial/step-1-product-gate-setup.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.
