> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/events/registration/rsvp-v2/introduction.md ## Article Content: # About the RSVP V2 API The RSVP API allows you to access the information about guests who have RSVP'd to an event. This API is helpful for managing guest lists and monitoring check-ins at an event. When a guest submits an RSVP registration form, a new RSVP is created, and a confirmation email is sent. If a user RSVPs to the waitlist, they'll receive an email when additional space becomes available for the event. With the RSVP API you can: - [Create](https://dev.wix.com/docs/rest/business-solutions/events/rsvp-v2/create-rsvp.md) an RSVP. - [Find out](https://dev.wix.com/docs/rest/business-solutions/events/rsvp-v2/query-rsvps.md) the attendance status of each guest. - [Get](https://dev.wix.com/docs/rest/business-solutions/events/rsvp-v2/get-rsvp.md) basic information, such as name and email, about a guest and the total number of guests for each RSVP. - [Check in](https://dev.wix.com/docs/rest/business-solutions/events/rsvp-v2/check-in-rsvp-guests.md) an RSVP guest. ## Before you begin It's important to note the following before starting to code: - A site must have [Wix Events & Tickets](https://www.wix.com/app-market/web-solution/events) installed. - RSVP registration settings can be configured in the dashboard. The RSVP options can be set to "Yes only" or "Yes and No." - Limiting the number of guests is optional. Once the guest list is full, registration closes unless the waitlist feature is enabled. ## Use cases - [Automatically remove guests from a waitlist when additional spots are available](https://dev.wix.com/docs/api-reference/business-solutions/events/registration/rsvp-v2/sample-use-cases-and-flows.md) ## Terminology - **Guest**: An individual invited to the event. - **RSVP**: A response indicating whether a guest plans to attend the event. - **Check-in**: The process of confirming a guest's attendance at the event. - **Guest list**: A summary of all individuals invited to the event. @sdk_package_setup