> 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/advanced-guides/advanced-settings/exclusive-access-settings.md).

# Exclusive Access Settings

**This guide runs you through the Exclusive Access settings within the App Embed menu.**

The Exclusive Access settings menu contains advanced controls to change how the Exclusive Access customer gate works to keep non-members away from collected defined within your Exclusive Access benefit.

{% hint style="info" %}
You must have your Exclusive Access Benefit configured in order for these settings to work.  [Click here](/help-center/guides/program-setup/benefits/access-based-benefits/exclusive-access.md) for the Exclusive Access Benefit guide.
{% endhint %}

### **Exclusive Access**

**Enable Exclusive Access**

Enable exclusive access automated front end features. Keep this turned on to ensure all gating features work properly.

**Exclusive Access Action**

Choose what should happen when a non-member customer lands on an exclusive access product or collection. There are two options, a popup or a redirect.

<table><thead><tr><th width="212.92798667961705">Action</th><th>Description</th></tr></thead><tbody><tr><td>Pop Up</td><td>Pop up displays with copy saying this collections is for members only</td></tr><tr><td>Redirect</td><td>Non-member customers are redirected to the membership sign up landing page</td></tr></tbody></table>

**Popup Heading**

Heading for the exclusive access popup (if selected)**.**

**Popup Body**

Body copy for exclusive exclusive popup (if selected)**.**

**Popup Button Text**

Text displayed in the exclusive access button linking to the membership landing page.

**Popup Button Background Color**

Background color for exclusive access popup button.

**Popup Button Foreground Color**

Foreground color for exclusive access popup button.


---

# 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/advanced-guides/advanced-settings/exclusive-access-settings.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.
