> For the complete documentation index, see [llms.txt](https://docs.dyli.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dyli.io/core-features/marketplace/drop-pages/gated-sale-pages/gating-a-drop.md).

# Gating a Drop

Any drop can be gated during the drop creation workflow or while the sale is live via the "Admin" interface:

{% tabs %}
{% tab title="Gate at Launch" %}

1. Once you reach the launch details page ensure you toggle the "Limit Drop Access" toggle to Yes.
2. In the following field, search the collection by name or paste the NFT's contract address. You can add up to three contracts/NFTs for a single drop.
3. Press launch

This will reveal a drop pages with a note that informs collectors who can collect the drop:

<figure><img src="/files/HTRX3xPskydupA8u9TZy" alt=""><figcaption></figcaption></figure>

This tool can be useful for launching limited products to a select group of people or rewarding specific people based on onchain identifiers.
{% endtab %}

{% tab title="Gate While Live" %}
Creators can add or remove token gating from their drops at any time.

1. Click on the three dots in the top right of the drop page and select "Admin"
2. If you are gating for the first time, press the toggle to Yes
3. Once the toggle is on Yes, you can add or remove NFT collections. You can have up to three  collections added to one product.
4. When finished, press "Save drop details" and your new gating rules will be applied immediately

This will reveal a drop pages with a note that informs collectors who can collect the drop:

<figure><img src="/files/HTRX3xPskydupA8u9TZy" alt=""><figcaption></figcaption></figure>

This tool can be useful for launching limited products to a select group of people or rewarding specific people based on onchain identifiers.
{% endtab %}
{% endtabs %}


---

# 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.dyli.io/core-features/marketplace/drop-pages/gated-sale-pages/gating-a-drop.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.
