> For the complete documentation index, see [llms.txt](https://help.inveterate.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inveterate.com/help-center/guides/program-setup/benefits/access-based-benefits/exclusive-access.md).

# Exclusive Access

**Exclusive Access is a benefit that allows you to give your members a product collection that is only available to them and not to the general public.** &#x20;

{% hint style="warning" %}
You can only have one Exclusive Access collection active at a time.
{% endhint %}

{% hint style="warning" %}
If your theme utilizes a *quick buy* feature, it will require custom code to prevent customers from purchasing protected products.[ See here ](https://help.inveterate.com/dev/reference/storefront/properties)for more information about code available to help you accomplish this.
{% endhint %}

{% hint style="warning" %}
Make sure you set up the Exclusive Access collection in Shopify before you begin these steps in Inveterate.  All changes to the collection must be made in Shopify.
{% endhint %}

**To set up exclusive access:**

1. Click on the Benefits tab in Inveterate, and then click on Exclusive Access.
2. Enter the name of the benefit - this is what the customer will see.
3. Enter the description of the benefit.  This is where you describe how the exclusive access benefit will work to your members.
4. Upload the icon that you want to use.  See below for a template you can use.
5. Save the benefit info before moving on to creating a campaign.
6. Enter a title for your early access campaign.&#x20;
7. Select the collection that this exclusive access campaign will apply to.
8. Save the benefit settings.
9. Enable the benefit.

{% hint style="info" %}
You can change the Exclusive Access collection at any time by adjusting it in Shopify.  Any changes you make in Shopify are synced to your membership program in Inveterate.
{% endhint %}

{% file src="/files/O4ognBC9MOX6nQgsnBjz" %}
Exclusive Access Benefit Icon Template
{% endfile %}

#### Download the PDF below for step-by-step instructions

{% file src="/files/MByBoZcZVi3bcAqlrgHP" %}

{% embed url="<https://youtu.be/yFVPAl5iDVs>" %}


---

# 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://help.inveterate.com/help-center/guides/program-setup/benefits/access-based-benefits/exclusive-access.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.
