# Waitlist for courses or workshops

Use a waitlist to manage demand for **limited-capacity courses, workshops, or training sessions**.

#### How it works

* Create a waitlist form.
* Apply it to a course or workshop product.
* When all seats are filled, show the waitlist form instead of the Buy button.
* Notify customers when new spots open or when the next session is scheduled.

#### Real example

* **Online education or coaching**\
  A store selling online courses or live coaching sessions uses a waitlist once enrollment is full. When new sessions open, interested customers are notified automatically.
* **In-person workshops or events**\
  A photography, yoga, or business workshop limits seats. When the event is full, new visitors can join the waitlist for cancellations or future dates.

#### Why use this?

* Manage limited capacity without overselling
* Capture interest for future sessions
* Reduce manual follow-ups
* Launch new sessions with a ready list of interested customers


---

# Agent Instructions: 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:

```
GET https://minimateapps.gitbook.io/mini-vacation-or-notify-me/use-cases/waitlist-for-courses-or-workshops.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
