> For the complete documentation index, see [llms.txt](https://help.peoplevine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.peoplevine.com/products/control-panel-overview/events-engine-overview/setup-member-only-event.md).

# How to Set Up a Member-Only Event

### Before you begin (Prerequisites)

* **Permissions**: Any staff role can manage events.
* **Admin Setup**: Membership programs must be configured. You need to know which programs should have access.
* **Event creation**: The event must be created first. See: [How to Set Up an Event](/products/control-panel-overview/events-engine-overview/create-event.md).

### Instructions

1. Navigate to [**SELL > Manage Events**](https://control.peoplevine.com/events).

> **Note (Pro Dash):** Navigate to **SELL > EVENTS > Manage Events**.

2. Click **CREATE EVENT** or open an existing event and click **EDIT**.
3. Enter event details as normal (name, date, time, location, description).
4. Under **Calendar Settings (Visibility)**, select **Active Members** — this makes the event visible only to members with an active membership.
5. Under **Who can Register?**, select **Active Members Only**. A checkbox grid of membership programs appears below — tick every program that should be allowed to register.
6. Click **CREATE** or **UPDATE** to save.

**For tiered pricing across membership levels:**

* Create multiple ticket types (e.g., "VIP" at $0, "Premium" at $10, "Standard" at $25).
* Restrict each ticket type's visibility to the appropriate membership program.
* **Link inventory** across all ticket types so they pull from the same total capacity.

> If the event is already restricted to members at the event level, setting ticket-level visibility to specific programs is only necessary when you have different pricing tiers per program.

### Best Practice

Test registration with accounts at different membership tiers before announcing the event to confirm access rules work correctly.

### What Happens Next

* **On the member side**: Only active members in allowed programs see the event on their calendar and can register. Non-members and members with Failed, Cancelled, or Suspended status are blocked.
* **Next step**: [How to Manage Event Registrations](/products/control-panel-overview/events-engine-overview/manage-registrations.md).

***

*Last updated: 2026-06-07*


---

# 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.peoplevine.com/products/control-panel-overview/events-engine-overview/setup-member-only-event.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.
