# 1.2: Create a New Product Gate

From your admin home page click "Apps" and select the "Manifold - Token Gate" app. From here you can click into the "Product Gates" sub menu to get started.

![](/files/E40XqnRCWuZYM4NoOaqN)

Click the green "New Product Gate" button to get started.

![](/files/3yTbg78HFYfPsav6MmWw)

Start by entering a "Campaign Name" for tracking purposes and the dates you'd like your gate to be active. If this is an evergreen gate with no specific end date simply check the "No End Date" box.

![](/files/wTfRkBXw7FdjARWp2QfM)

## Allow Multiple Redemptions Checkbox

By default, a Product Gate will allow a single redemption for every eligible token specified in the allow list. This means that if a collector uses their token to obtain the token-gated benefit, that token will be "marked" as used and will not be able to be used again for the same benefit.

When configuring your product gate use the "Allow Multiple Redemptions" setting to bypass this. Using this feature is desirable in situations where the Product Gate is not a "one time" benefit, but instead an evergreen experience where the holder of that token can come and go and place multiple orders over time that include the gated product of interest.

![](/files/32TSwvZYQKG928Sqp0xr)

## Snapshot Checkbox

Check the "Snapshot" checkbox if you'd like to allow only wallets holding tokens at a specified time to be eligible for the gate (i.e. a wallet "snapshot").

If you plan to specify ERC-721 tokens for this gate, leaving this unchecked will allow gate eligibility to travel with the NFT (**most common setup**).

![](/files/91cQP0O5dR6Q8uHitodq)

**Snapshots are required for ERC-1155 tokens** as these tokens are fungible in nature and do not have a distinct token ID, or way for us to distinguish which ones have been consumed or not.


---

# 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/1.2-create-a-new-product-gate.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.
