> ## Documentation Index
> Fetch the complete documentation index at: https://orgo.space/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Waitlist

> Queue interested people when membership is full or closed

The Waitlist lets you manage overflow when your organization has limited capacity or wants to control when new members join. Instead of turning people away, you queue them — and invite from the list when spots open.

<img src="https://mintcdn.com/orgo-dc7abe63/k_Rz4XVmBgfVN-RM/images/platform/users/waitlist-settings.png?fit=max&auto=format&n=k_Rz4XVmBgfVN-RM&q=85&s=86eab8234ea524840c0125ca2e212bda" alt="Registration Waitlist settings showing enable toggle, self-removal options, and priority levels per user type" style={{ width: "100%", borderRadius: "8px", border: "1px solid var(--border-color)", marginBottom: "1rem" }} width="3840" height="2160" data-path="images/platform/users/waitlist-settings.png" />

**When to use a waitlist:**

* Your organization has a membership cap (physical space, legal limit, charter restriction)
* You accept members in batches or cohorts (seasonal enrollment, academic terms)
* You want to gauge demand before expanding capacity
* You're creating exclusivity or scarcity intentionally

**When you don't need it:**

* Registration is always open and there's no capacity limit
* You already use [Adhesion](/platform/users/adhesion) and it handles your intake pace

***

## How to enable

**Settings** → **Users & Profiles** → **Registration Waitlist**

| Setting                        | What it does                                                                                                                               |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
| **Waitlist**                   | Toggle to enable. When active, visitors can join the waitlist when registration is closed or full.                                         |
| **Allow self-removal**         | When on, users can remove themselves from the waitlist. When off, only admins can remove entries. Keep it on — it keeps the list accurate. |
| **Notify admins on new entry** | Email notification when someone joins the waitlist. Useful if you want to track demand in real time.                                       |

***

## What happens when someone joins the waitlist

<Steps>
  <Step title="Visitor tries to register">
    When membership is closed or the waitlist is active, the registration page shows a waitlist option instead of (or alongside) the regular form.
  </Step>

  <Step title="They join the queue">
    They provide basic information (name, email) and are added to the waitlist.
  </Step>

  <Step title="They wait">
    They receive a confirmation that they're on the list. They can check their position if self-removal is enabled.
  </Step>

  <Step title="You invite them">
    When a spot opens, you approve entries from the waitlist. They receive an invitation to complete registration.
  </Step>

  <Step title="They register">
    They complete the full registration process (and adhesion, if enabled). They become active members.
  </Step>
</Steps>

***

## Managing the waitlist

Navigate to **Waitlist** in the sidebar to view and process entries.

### Admin actions

| Action                 | What it does                                                                                                               |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| **Approve**            | Sends the person an invitation to register. Can select individual entries or use **Approve Selected** for bulk processing. |
| **Reject**             | Removes from the waitlist. The person is notified.                                                                         |
| **Change Priority**    | Move entries to High, Normal, or Low priority. High-priority entries are surfaced at the top.                              |
| **Send Notifications** | Send a bulk notification to waitlisted people (e.g., "spots opening soon").                                                |
| **Export CSV**         | Download the waitlist for external analysis or communication.                                                              |

### Priority system

The default order is first come, first served. Use priority to adjust:

* **High** — Move to the top of the queue (e.g., returning members, VIP referrals)
* **Normal** — Standard queue position
* **Low** — Deprioritized (e.g., incomplete information, questionable entries)

***

## Waitlist + adhesion (the full pipeline)

For organizations that need both capacity management and application review:

1. **Waitlist** handles demand — people queue when membership is full
2. When spots open, you invite from the waitlist
3. **Adhesion** handles vetting — invited people fill out a full application
4. Admins review and approve/reject the application
5. Approved applicants become active members

This gives you two control points: who gets invited (waitlist) and who gets approved (adhesion).

***

## Common scenarios

<AccordionGroup>
  <Accordion title="How do I process people from the waitlist?">
    Go to **Waitlist** in the sidebar. Select the entries you want to invite (use the checkboxes), then click **Approve Selected**. They'll receive an invitation email with a link to complete registration.
  </Accordion>

  <Accordion title="The waitlist is getting stale — people signed up months ago">
    Export the list to CSV and review. Send a bulk notification asking if they're still interested. Remove entries that don't respond after a reasonable time. If self-removal is enabled, some will remove themselves naturally.
  </Accordion>

  <Accordion title="I want to open registration temporarily without the waitlist">
    Disable the waitlist toggle in settings. Registration returns to normal. When you want to close it again, re-enable the waitlist. Existing waitlist entries are preserved.
  </Accordion>

  <Accordion title="Can someone on the waitlist access the platform?">
    No. Waitlist entries are not registered users — they've expressed interest but haven't gone through registration. They become users only after being invited and completing registration.
  </Accordion>

  <Accordion title="What's the difference between the waitlist and setting Status After Register to Unapproved?">
    The **waitlist** is for pre-registration — people can't even create an account yet. They're in a queue.

    **Unapproved status** is post-registration — people have accounts but can't do much until approved.

    Use the waitlist when you want to control the total number of members. Use Unapproved when you want everyone to register but need to review them before granting access.
  </Accordion>
</AccordionGroup>

***

## Related

* [Adhesion](/platform/users/adhesion) — Application review after waitlist invitation
* [Registration Form](/platform/users/registration-form) — What members fill out after being invited
* [Invitations](/platform/users/invitations) — Manual invitation system (separate from waitlist)
* [User Statuses](/platform/users/statuses) — Alternative: Unapproved status for post-registration gating
